gdb/
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
d2213593
JB
12012-04-25 Joel Brobecker <brobecker@adacore.com>
2
3 * config.sub: Update to 2012-04-18 version from official repo.
4
202e2356
NC
52012-03-19 Tristan Gingold <gingold@adacore.com>
6
7 * configure.ac (ia64*-*-*vms*): Add support for ld.
8 * configure: Regenerate.
9
2479f722
RO
102012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11
12 * configure.ac (enable_libgomp): Remove *-*-irix6*.
13 (unsupported_languages): Remove mips-sgi-irix6.*.
14 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
15 (with_stabs): Remove.
16 * configure: Regenerate.
17
4e97d92b
RO
182012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19
20 * configure.ac (enable_libgomp): Remove *-*-osf*.
21 (with_stabs): Remove alpha*-*-osf*.
22 * configure: Regenerate.
23
f9ea6f98
JJ
242012-03-09 Jeff Johnston <jjohnstn@redhat.com>
25
26 * COPYING.NEWLIB: Modify DJ Delorie license to include
27 modification rights in clause as permitted by DJ Delorie.
28 * COPYING.LIBGLOSS: Ditto.
29
48688b3e
JJ
302012-03-09 Jeff Johnston <jjohnstn@redhat.com>
31
32 * COPYING.NEWLIB: Remove two unused licenses.
33
0945bbee
TG
342012-03-05 Tristan Gingold <gingold@adacore.com>
35
36 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
37 * configure: Regenerate.
38
516be0c5
JJ
392012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
40
41 * COPYING.NEWLIB: Add Adapteva notice.
42 * COPYING.LIBGLOSS: Add Adapteva notice.
43
64b986c0
EB
442011-12-18 Eric Botcazou <ebotcazou@adacore.com>
45
46 * configure: Regenerate.
47
58cddc18
JJ
482011-12-15 Jeff Johnston <jjohnstn@redhat.com>
49
50 * COPYING.LIBGLOSS: Add GPL with exception license.
51
b121d7d4
DD
522011-11-09 Roland McGrath <mcgrathr@google.com>
53
54 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
55 * configure: Rebuild.
56 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
57 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
58 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
59 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
60 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
61 Add READELF.
62 * Makefile.in: Rebuild.
63
d32e2926
RH
642011-11-08 Richard Henderson <rth@redhat.com>
65
66 * configure.ac: Test for libitm directory present first.
67
68 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
69
70 * configure.ac: Test libitm/configure.tgt to disable libitm.
71 * configure: Rebuild.
72
98dd765a
RO
732011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
74
75 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
76 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
77 * Makefile.in: Regenerate.
78
99c513f6
DD
792011-11-01 DJ Delorie <dj@redhat.com>
80
81 * configure.ac (rl78-*-*) New case.
82 * configure: Regenerate.
83
ff3ec4ee
DD
842011-11-01 DJ Delorie <dj@redhat.com>
85
86 * config.sub: Update to version 2011-10-29 (added rl78)
87
c28a9f49
NC
882011-10-27 Nick Clifton <nickc@redhat.com>
89
90 * config.sub: Import these changes from the config project:
91
92 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
93 Ben Elliston <bje@gnu.org>
94
95 * config.sub (epiphany): New.
96
97 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
98 Ben Elliston <bje@gnu.org>
99
100 * config.sub (hexagon, hexagon-*): New.
101
102 2011-08-23 Roland McGrath <mcgrathr@google.com>
103
104 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
105 64eb to be64.
106
107 2011-08-16 Roland McGrath <mcgrathr@google.com>
108
109 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
110 (nacl): Grok as alias for 32el-unknown-nacl.
111
860144e4
JB
1122011-08-19 Joel Brobecker <brobecker@adacore.com>
113
114 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
115
40ae9136
YQ
1162011-08-14 Yao Qi <yao@codesourcery.com>
117
118 Merge from gcc:
119
120 2011-08-14 Yao Qi <yao@codesourcery.com>
121 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
122 * configure: Regenerate.
123
ffdd6afc
ILT
1242011-07-26 Ian Lance Taylor <iant@google.com>
125
126 Merge from gcc:
127
128 2011-07-26 Ian Lance Taylor <iant@google.com>
129 * configure.ac: Set have_compiler based on whether gcc directory
130 exists, rather than on whether gcc is in configdirs.
131 * configure: Rebuild.
132
133 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
134 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
135 link directories.
136 * Makefile.in: Rebuild.
137
138 2011-07-20 Ian Lance Taylor <iant@google.com>
139 PR bootstrap/49787
140 * configure.ac: Move --enable-bootstrap handling earlier in file.
141 If --enable-bootstrap and either --enable-build-with-cxx or
142 --enable-build-poststage1-with-cxx, enable C++ automatically.
143 * configure: Rebuild.
144
145 2011-07-19 Ian Lance Taylor <iant@google.com>
146 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
147 make C++ a boot_language. Set and substitute
148 POSTSTAGE1_CONFIGURE_FLAGS.
149 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
150 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
151 * configure, Makefile.in: Rebuild.
152
153 2011-07-16 Jason Merrill <jason@redhat.com>
154 * Makefile.def (language=c++): Add check-c++0x and
155 check-target-libmudflap-c++.
156 * Makefile.tpl (check-target-libmudflap-c++): New.
157 * Makefile.in: Regenerate.
158
159 2011-07-16 Matthias Klose <doko@ubuntu.com>
160 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
161 * Makefile.def (target_modules/libjava): Pass
162 $(EXTRA_CONFIGARGS_LIBJAVA).
163 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
164 if not configured with --enable-static-libjava.
165 * Makefile.in: Regenerate.
166 * configure: Likewise.
167
168 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
169 PR regression/47836
170 PR bootstrap/23656
171 PR other/47733
172 PR bootstrap/49247
173 PR c/48825
174 * configure.ac (target_libraries): Remove target-libiberty.
175 Remove case-statement setting skipdirs=target-libiberty for
176 multiple targets. Remove checking target_configdirs and
177 removing target-libiberty but keeping target-libgcc if
178 otherwise empty.
179 * Makefile.def (target_modules): Don't add libiberty.
180 (dependencies): Remove all traces of target-libiberty.
181 * configure, Makefile.in: Regenerate.
182
9ccb86e7
JM
1832011-07-22 Jason Merrill <jason@redhat.com>
184
185 * Makefile.def (language=c++): Add check-c++0x and
186 check-target-libmudflap-c++.
187 * Makefile.tpl (check-target-libmudflap-c++): New.
188 * Makefile.in: Regenerate.
189
090bc50f
RO
1902011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
191
192 * configure: Regenerate.
193
cff32a7c
RO
1942011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
195
196 PR target/39150
197 * configure.ac (i[3456789]86-*-solaris2*): Also accept
198 x86_64-*-solaris2.1[0-9]*.
199 * configure: Regenerate.
200
eb4b2452
NC
2012011-06-13 Walter Lee <walt@tilera.com>
202
203 * configure.ac (tilepro-*-*) New case.
204 (tilegx-*-*): Likewise.
205 * configure: Regenerate.
206
3c0013bf
NC
2072011-06-06 Nick Clifton <nickc@redhat.com>
208
209 * config.sub: Sync from upstream.
210
91c1f14c
DK
2112011-05-08 Doug Kwan <dougkwan@google.com>
212
213 Merge from gcc:
214
215 2011-05-08 Doug Kwan <dougkwan@google.com>
216
217 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
218 * configure: Regenerated.
219 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
220 value from configure.
221 * Makefile.in: Regenerated.
222
c7e4b184
JM
2232011-05-05 Joseph Myers <joseph@codesourcery.com>
224
225 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
226 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
227 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
228 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
229 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
230 *-*-vxworks*): Disable newlib and libgloss in separate case
231 statement.
232 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
233 to separate case statement.
234 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
235 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
236 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
237 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
238 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
239 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
240 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
241 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
242 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
243 i[[3456789]]86-*-rdos*, m32r-*-*,
244 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
245 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
246 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
247 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
248 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
249 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
250 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
251 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
252 and libgloss in main case over targets. Remove most empty cases
253 in main case over targets.
254 * configure: Regenerate.
255
7152a690
JM
2562011-05-04 Joseph Myers <joseph@codesourcery.com>
257
258 * configure.ac: Remove code setting special library locations for
259 hppa*64*-*-hpux11*. Remove code setting compiler for
260 sparc-sun-solaris2*.
261 * configure: Regenerate.
262
ff46fb8f
JM
2632011-05-04 Joseph Myers <joseph@codesourcery.com>
264
265 * configure.ac: Separate libgloss_dir settings from general case
266 over targets.
267 * configure: Regenerate.
268
82ae827f
JM
2692011-04-28 Joseph Myers <joseph@codesourcery.com>
270
271 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
272 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
273 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
274 cases in libgcj-disabling case statement.
275 (hppa*64*-*-linux*): Set unsupported_languages instead of
276 disabling target-zlib.
277 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
278 to hppa*64*-*-hpux*.
279 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
280 hppa*-*-hpux*.
281 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
282 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
283 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
284 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
285 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
286 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
287 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
288 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
289 libgcj-disabling case statement.
290 * configure: Regenerate.
291
0827f9a6
JM
2922011-04-28 Joseph Myers <joseph@codesourcery.com>
293
294 * configure.ac: Disable Java for targets not supporting libffi.
295 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
296 Remove cases in Java-disabling statement.
297 (*arm-wince-pe): Change to arm-wince-pe.
298 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
299 cases in Java-disabling statement.
300 (bfin-*-*): Don't disable Java again.
301 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
302 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
303 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
304 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
305 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
306 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
307 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
308 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
309 Java-disabling statement.
310 (mmix-*-*): Don't disable Java again.
311 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
312 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
313 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
314 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
315 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
316 statement.
317 * configure: Regenerate.
318
899b04ef
JM
3192011-04-28 Joseph Myers <joseph@codesourcery.com>
320
321 Merge from GCC:
322
323 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
324
325 PR lto/48086
326 * configure.ac: Re-enable LTO on *-apple-darwin9*.
327 * configure: Regenerate.
328
9863d716
JM
3292011-04-28 Joseph Myers <joseph@codesourcery.com>
330
331 * configure.ac: Separate cases disabling Java and Java libraries
332 from general case over targets.
333 * configure: Regenerate.
334
a90ef4bf
JM
3352011-04-06 Joseph Myers <joseph@codesourcery.com>
336
337 * configure.ac (build_tools): Remove build-byacc.
338 (host_libs): Remove mmalloc.
339 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
340 autoconf automake libtool diff rcs fileutils shellutils time
341 textutils wdiff find uudecode hello tar gzip indent recode release
342 sed perl gawk findutils gettext zip.
343 (libgcj): Remove target-qthreads.
344 (target_tools): Remove target-examples target-gperf.
345 (YACC): Don't handle building byacc.
346 * configure: Regenerate.
347 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
348 dosutils, examples, fileutils, find, findutils, gawk, gettext,
349 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
350 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
351 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
352 handle building components.
353 * Makefile.in: Regenerate.
354
05a02268
RW
3552011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
356
357 * config.sub: Sync from upstream.
358
c5f5c3c2
JM
3592011-04-01 Joseph Myers <joseph@codesourcery.com>
360
361 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
362 (microblaze*): Don't disable libssp.
363 * configure: Regenerate.
364
f6c1938b
JM
3652011-04-01 Joseph Myers <joseph@codesourcery.com>
366
367 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
368 moveifchange.
369 * configure: Regenerate.
370 * Makefile.tpl: Use @SHELL@ not @config_shell@.
371 * Makefile.in: Regenerate.
372
1f111696
JM
3732011-04-01 Joseph Myers <joseph@codesourcery.com>
374
375 * configure.ac (*-*-sysv4*): Don't enable libgomp.
376 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
377 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
378 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
379 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
380 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
381 md_exec_prefix cases.
382 * configure: Regenerate.
383
065a5627
JM
3842011-04-01 Joseph Myers <joseph@codesourcery.com>
385
386 * configure.ac: Separate cases disabling target-libssp,
387 target-libiberty, target-libstdc++-v3 and Fortran from general
388 case over targets.
389 * configure: Regenerate.
390
b2f14e4a
JM
3912011-04-01 Joseph Myers <joseph@codesourcery.com>
392
393 * configure.ac (*-*-chorusos): Don't disable libgcj.
394 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
395 Remove case.
396 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
397 (arm-*-coff): Don't disable libgcj.
398 (arm*-*-linux-gnueabi): Remove useless assignment.
399 (arm-*-riscix*): Don't disable libgcj.
400 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
401 configuration.
402 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
403 (c54x*-*-*): Remove case.
404 (tic54x-*-*): Don't disable GCC or GCC libraries.
405 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
406 to *.
407 (d10v-*-*): Don't disable GCC libraries.
408 (d30v-*-*): Don't disable libgcj.
409 (h8500-*-*): Don't disable GCC libraries.
410 (i960-*-*): Don't disable libgcj.
411 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
412 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
413 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
414 libgcj.
415 (m68k-*-coff*): Remove case.
416 (mmix-*-*): Don't disable libgloss on host.
417 (mn10200-*-*, mn10300-*-*): Remove cases.
418 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
419 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
420 Don't disable libgcj.
421 (romp-*-*): Remove case.
422 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
423 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
424 case.
425 (v810-*-*): Don't disable GCC libraries.
426 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
427 (ip2k-*-*): Don't disable GCC libraries.
428 * configure: Regenerate.
429
6a608608
JM
4302011-03-28 Joseph Myers <joseph@codesourcery.com>
431
432 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
433 libffi on host.
434 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
435 on host.
436 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
437 * configure: Regenerate.
438
5b806d27
NC
4392011-03-26 John Marino <binutils@marino.st>
440
441 * configure.ac: Add support for *-*-dragonfly*
442 * configure: Regenerate.
443
0377a422
JM
4442011-03-25 Joseph Myers <joseph@codesourcery.com>
445
446 * configure.ac (native_only): Remove.
447 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
448 send-pr uudecode guile gnuserv on host.
449 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
450 send-pr rcs guile perl texinfo libtool on host.
451 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
452 automake send-pr rcs guile perl texinfo libtool on host.
453 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
454 (*-*-kaos*): Don't disable target-examples target-gperf on target.
455 (alpha*-dec-osf*): Don't disable fileutils on target.
456 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
457 texinfo send-pr expect dejagnu on target.
458 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
459 target-qthreads on target.
460 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
461 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
462 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
463 x86_64-*-mingw*): Don't disable expect on target.
464 (*-*-cygwin*): Don't disable target-gperf on target.
465 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
466 gnuserv on target.
467 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
468 target.
469 * configure: Regenerate.
470
2354b38b
JM
4712011-03-25 Joseph Myers <joseph@codesourcery.com>
472
473 * configure.ac (target_tools): Remove target-groff.
474 (native_only): Remove target-groff.
475 (hppa*64*-*-*): Don't disable byacc.
476 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
477 setting.
478 (*-*-kaos*): Don't skip target-librx and target-groff.
479 (*-*-netware*): Don't skip target-libmudflap.
480 (*-*-tpf*): Don't skip target-libmudflap.
481 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
482 directories on the host.
483 (ia64*-*-*vms*): Don't skip tix.
484 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
485 host.
486 * configure: Regenerate.
487
28d9b232
PB
4882011-03-24 Paolo Bonzini <pbonzini@redhat.com>
489
490 * configure.ac: Remove references to mt-mep, mt-netware,
491 mt-wince.
492 * Makefile.def: Add all-utils soft dependencies.
493 * Makefile.tpl: Remove GDB_NLM_DEPS.
494 * configure: Regenerate.
495 * Makefile.in: Regenerate.
496
dbbe5f95
PB
4972011-03-24 Paolo Bonzini <bonzini@gnu.org>
498
499 Sync from GCC:
500
501 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
502
503 * configure.ac: Do not include mh-x86omitfp.
504 * configure: Regenerate.
505
506 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
507
508 * configure.ac: Remove empty cases.
509 * configure: Regenerate.
510
511 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
512
513 * Makefile.def: Add dependency from termcap to gdb.
514 * Makefile.in: Regenerate.
515
516 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
517
518 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
519 * configure: Regenerate.
520 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
521 * Makefile.tpl: Likewise.
522 * Makefile.in: Regenerate.
523
524 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
525
526 * configure.ac: Remove all mentions of tentative_cc.
527 * configure: Regenerate.
528
529 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
530
531 PR lto/48086
532 * configure.ac: Re-enable LTO on *-apple-darwin9.
533 * configure: Regenerate.
534
3516a403
JM
5352011-03-24 Joseph Myers <joseph@codesourcery.com>
536
537 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
538 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
539 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
540 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
541 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
542 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
543 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
544 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
545 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
546 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
547 *-*-rhapsody*): Remove host cases.
548 * configure: Regenerate.
549
93cc359e
JM
5502011-03-24 Joseph Myers <joseph@codesourcery.com>
551
552 * configure.ac (ppc*-*-pe): Remove host case.
553 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
554 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
555 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
556 cases.
557 * configure: Regenerate.
558
29b2c556
JM
5592011-03-24 Joseph Myers <joseph@codesourcery.com>
560
561 * config.sub: Update to version 2011-03-23.
562
f0ff0f90
JM
5632011-03-22 Joseph Myers <joseph@codesourcery.com>
564
565 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
566 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
567 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
568 * configure: Regenerate.
569
782cb41f
JM
5702011-03-22 Joseph Myers <joseph@codesourcery.com>
571
572 * config-ml.in: Don't handle arc-*-elf*.
573 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
574 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
575 handle GCC libraries.
576 * configure: Regenerate.
577
0e8ad34f
RO
5782011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
579
580 PR bootstrap/48120:
581 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
582 Add -lstdc++ -lm to LIBS.
583 * configure: Regenerate.
584
5548b4ce
DE
5852011-03-18 David Edelsohn <dje.gcc@gmail.com>
586
587 * config.guess: Update to version 2011-02-02
588 * config.sub: Update to version 2011-02-24
589
86ed8cf6
SP
5902011-03-03 Sebastian Pop <sebastian.pop@amd.com>
591
592 * configure.ac: Adjust test of with_ppl.
593 * configure: Regenerated.
594
b123da99
SP
5952011-03-02 Sebastian Pop <sebastian.pop@amd.com>
596
597 * configure.ac: Add -lpwl to ppllibs.
598 * config/cloog.m4: Add -lisl to clooglibs.
599 * configure: Regenerated.
600
822ce8ee
RW
6012011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
602
603 Import from Libtool and gnulib:
604
605 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
606
607 Prepare for supporting FreeBSD 10.
608 * config.rpath: Remove handling of freebsd1* which soon would
609 match FreeBSD 10.0.
610
611 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
612
613 Remove support for FreeBSD 1.x.
614 * libtool.m4 (_LT_LINKER_SHLIBS)
615 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
616 soon would incorrectly match FreeBSD 10.0.
617
dcb5e506
RW
6182011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
619
620 PR binutils/12283
621 * MAINTAINERS (mkinstalldirs): Comes from Automake.
622 (move-if-change): Comes from gnulib.
623 * move-if-change: Import version from gnulib.
624
8d8eef9a
RW
6252011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
626
627 Sync from GCC:
628
629 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
630
631 PR lto/47225
632 * Makefile.def (lto-plugin): Double dash for enable-shared.
633 (configure-gcc): Depend on all-lto-plugin.
634 * Makefile.in: Rebuilt.
635
636 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
637
638 * configure.ac: Remove extra bracket.
639 * configure: Regenerate.
640
641 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
642
643 PR lto/47225
644 * Makefile.def: Add dependency for install-gcc
645 on install-lto-plugin.
646 * Makfile.in: Regenerated
647
648 2011-01-25 Jakub Jelinek <jakub@redhat.com>
649
650 * configure.ac: If with_ppl is no, move setting with_cloog=no
651 after CLOOG_REQUESTED check.
652 * configure: Regenerated.
653
654 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
655
656 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
657 CLooG has been requested.
658 * configure: Regenerated.
659
660 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
661
662 * configure: Regenerated.
663 * configure.ac: Check for version 0.11 (or later revision) of PPL.
664
665 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
666
667 * configure: Regenerated.
668 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
669
670 2011-01-07 Jan Hubicka <jh@suse.cz>
671
672 PR lto/47225
673 * Makefile.in: Regenerate.
674 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
675 configure.
676
65b4571a
AO
6772011-01-31 Alexandre Oliva <aoliva@redhat.com>
678
679 PR libgcj/44341
680 * configure.ac: Discard --with-* flags for host when configuring
681 target libraries for cross build.
682 * configure: Rebuilt.
683
7837304f
AS
6842011-01-21 Andreas Schwab <schwab@redhat.com>
685
686 Sync from GCC:
687
688 2011-01-21 Andreas Schwab <schwab@redhat.com>
689
690 * configure.ac: Use AS_HELP_STRING throughout.
691 * configure: Regenerate.
692
693 2011-01-18 Jie Zhang <jie.zhang@analog.com>
694
695 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
696 * configure: Regenerate.
697
115ef890
RW
6982010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
699
700 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
701
92c9a463
JB
7022011-01-13 Joel Brobecker <brobecker@adacore.com>
703
704 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
705 for ia64-hpux.
706 * configure: Regenerate.
707
887ebfb4
RW
7082011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
709
710 Sync from GCC:
711 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
712
713 * configure.ac: (picochip): Disable libiberty.
714 * configure: Regenerate.
715
04d2c2b2
JJ
7162010-12-18 Jeff Johnston <jjohnstn@redhat.com>
717
718 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
719
33d23ee8
ILT
7202010-12-10 Ian Lance Taylor <iant@google.com>
721
722 PR bootstrap/46819
723 * configure.ac: For --disable-libgcj clear libgcj_saved.
724 * configure: Rebuild.
725
89a1e9c3
PB
7262010-12-10 Tobias Burnus <burnus@net-b.de>
727
728 PR fortran/46540
729 * configure.ac: Add --disable-libquadmath and
730 --disable-libquadmath-support.
731 * configure: Regenerate.
732
ac7bcd26
TG
7332010-12-10 Tristan Gingold <gingold@adacore.com>
734
735 * src-release (ETC_SUPPORT): add gnu-oids.texi
736
d357cef7
HPN
7372010-12-03 Hans-Peter Nilsson <hp@axis.com>
738
739 PR libffi/46792
740 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
741 * configure: Regenerate.
742
4f11b223
ILT
7432010-12-02 Ian Lance Taylor <iant@google.com>
744
745 * configure.ac: Always set default for poststage1_ldflags to
746 -static-libstdc++ -static-libgcc.
747
989abc33
JJ
7482010-12-02 Jeff Johnston <jjohnstn@redhat.com>
749
750 * COPYING.NEWLIB: Add National Semiconductor notice.
751
950386c6
AS
7522010-11-29 Andreas Schwab <schwab@redhat.com>
753
754 * configure.ac: Move comment to remove extra space in last argument
755 of GCC_TARGET_TOOL.
756
87cda2cf
AO
7572010-11-26 Alexandre Oliva <aoliva@redhat.com>
758
7d509c83 759 PR other/46026
87cda2cf
AO
760 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
761 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
762 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
763 (BASE_FLAGS_TO_PASS): Use it.
764 * configure: Rebuilt.
765 * Makefile.in: Rebuilt.
766
d3b50760
L
7672010-11-23 H.J. Lu <hongjiu.lu@intel.com>
768
769 PR binutils/12258
770 * configure.ac: Correct comments for --enable-gold/--enable-ld.
771 Properly check default linker.
772 * configure: Regnerated.
773
c7791212
NC
7742010-11-23 Matthias Klose <doko@ubuntu.com>
775
776 * configure.ac: For --enable-gold, handle value `default' instead of
777 `both*'. New configure option --{en,dis}able-ld.
778 * configure: Regenerate.
779
9e1a94f4
ILT
7802010-11-20 Ian Lance Taylor <iant@google.com>
781
782 * configure.ac: Only disable a language library if no language needs
783 it. Don't let --disable-libgcj uncondtionally disable libffi.
784 * configure: Rebuild.
785
ceca0218
PB
7862010-11-20 Paolo Bonzini <bonzini@gnu.org>
787
788 * configure: Regenerate.
789
9b980aa1
RW
7902010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
791
792 PR other/46202
793 * configure.ac: Fix just-built in-tree STRIP name to be
794 binutils/strip-new.
795 * configure: Regenerate.
796 * Makefile.def (install-strip-gcc, install-strip-binutils)
797 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
798 (install-strip-sid): Mirror dependencies on non-strip variants
799 of these targets on the respective -strip prerequisites.
800 * Makefile.tpl (install-strip, install-strip-host)
801 (install-strip-target): New targets.
802 (install-strip-[+module+], install-strip-target-[+module+]):
803 New targets.
804 * Makefile.in: Regenerate.
805
e552509b
ILT
8062010-11-19 Ian Lance Taylor <iant@google.com>
807 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
808
809 * configure.ac: Add target-libgo to target_libraries. Set
810 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
811 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
812 (HOST_EXPORTS): Add GOC.
813 (BASE_TARGET_EXPORTS): Add GOC.
814 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
815 (GOCFLAGS_FOR_TARGET): New variable.
816 (EXTRA_HOST_FLAGS): Add GOC.
817 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
818 * Makefile.def (target_modules): Add libgo.
819 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
820 (dependencies): Add dependency from configure-target-libgo to
821 configure-target-libffi and all-target-libstdc++-v3. Add
822 dependencies from all-target-libgo to all-target-libffi.
823 (languages): Add go.
824 * configure: Rebuild.
825 * Makefile.in: Rebuild.
826
8272010-11-19 Ian Lance Taylor <iant@google.com>
828
829 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
830 compiler/flag environment variables.
831
8322010-11-18 Ian Lance Taylor <iant@google.com>
833
834 * configure.ac: Check for lang_requires_boot_languages in
835 config-lang.in files.
836 * configure: Rebuild.
837
8c21d9c7
MF
8382010-11-17 Mike Frysinger <vapier@gentoo.org>
839
840 * .gitignore: New file.
841
e552509b
ILT
8422010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
843 Tobias Burnus <burnus@net-b.de>
844
845 PR fortran/32049
846 * Makefile.def: Add libquadmath; build it with language=fortran.
847 * configure.ac: Add libquadmath.
848 * Makefile.tpl: Handle multiple libs in check-[+language+].
849 * Makefile.in: Regenerate.
850 * configure: Regenerate.
851
8522010-11-15 Andreas Schwab <schwab@redhat.com>
853
854 * configure.ac: Fix spelling in option names.
855 * configure: Regenerated.
856
8572010-11-13 Georg-Johann Lay <georgjohann@web.de>
858
859 PR bootstrap/39622
860 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
861 * configure: Regenerated.
862
8632010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
864
865 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
866 define the cloog backend to use. Furthermore, only pass the ppllibs to
867 the configure checks, if necessary.
868 * configure: Regenerate.
869
8702010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
871
872 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
873 * configure: regenerate
874
8752010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
876
877 * config/cloog.m4: Fix typo. verison -> version.
878 * configure: Regenerate.
879
8802010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
881
882 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
883 * configure: Regenerate.
884
8852010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
886
887 * configure.ac: Support official CLooG.org versions.
888 * configure: Regenerate.
889 * config/cloog.m4: New.
890
aa291e2d
ME
8912010-11-05 Michael Eager <eager@eagercon.com>
892
893 * COPYING.LIBGLOSS: Correct typo in microblaze.
894 * COPYING.NEWLIB: Same.
895
e552509b
ILT
8962010-11-04 Iain Sandoe <iains@gcc.gnu.org>
897
898 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
899 * configure: Regenerate.
900
74cea91b
DK
9012010-11-03 Ian Lance Taylor <iant@google.com>
902 Dave Korn <dave.korn.cygwin@gmail.com>
903
904 PR lto/46273
905 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
906 and on other supported platforms whenever LTO is enabled.
907 * configure: Rebuild.
908
6d0cd39e
AM
9092010-11-02 Alan Modra <amodra@gmail.com>
910
911 PR binutils/12110
912 * configure.ac: Error when source path contains spaces.
913 * configure: Regenerate.
914
18a8530e
ILT
9152010-10-20 Ian Lance Taylor <iant@google.com>
916
917 * Makefile.def (target_modules): Set lib_path to src/.libs for
918 libstdc++-v3 module.
919 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
920 * Makefile.in: Rebuild.
921
6ed3211e
JJ
9222010-10-08 Bernd Schmidt <bernds@codesourcery.com>
923 Joseph Myers <joseph@codesourcery.com>
924
925 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
926 notices.
927 * COPYING.NEWLIB: Add Texas Instruments notice.
928
a8eb3f0a
DK
9292010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
930
931 * configure.ac (build_lto_plugin): New shell variable.
932 (--enable-lto): Turn on by default for all non-ELF platforms that
933 have had LTO support added so far. Set build_lto_plugin appropriately
934 for both ELF and non-ELF.
935 (configdirs): Add lto-plugin or not based on build_lto_plugin.
936 * configure: Regenerate.
937
4074d5f2
RW
9382010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
939
940 PR bootstrap/45326
941 PR bootstrap/45174
942 * configure.ac: Honor initial values of $build_configargs,
943 $host_configargs, $target_configargs. Mark the precious, so
944 environment settings get recorded.
945 * configure: Regenerate.
946
29821356
RW
9472010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
948
949 Sync from GCC:
950
951 2010-09-30 Michael Eager <eager@eagercon.com>
952
953 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
954 * configure: Regenerate.
955
956 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
957
958 * configure.ac (enable-lto): Add Darwin to the list of supported lto
959 targets and amend comment.
960 * configure: Regenerate.
961
962 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
963
964 * configure.ac: Enable LTO by default on Darwin.
965 * configure: Regenerate.
966
967 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
968
969 PR bootstrap/44455
970 * configure.ac (extra_mpfr_configure_flags): Copy from
971 extra_mpc_gmp_configure_flags.
972 * configure: Re-generated.
973
57eefe4d
RW
9742010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
975
976 Sync from GCC:
977
978 PR bootstrap/45796
979 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
980 Depend on all-build-libiberty.
981 * Makefile.in: Regenerate.
982
9832010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
984
985 Sync from GCC:
986
987 PR bootstrap/44621
988 * configure.ac: Fix unportable shell quoting.
989 * configure: Regenerate.
990
48bb73dd
RW
9912010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
992
993 * configure.ac: Support all v850 targets.
994 * configure: Regenerate.
995
1d14850f
PB
9962010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
997
998 PR target/44862
999 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1000 Provide -B option to allow for link spec %s substitutions for
1001 libstdc++.a on darwin.
1002 * Makefile.in: Regenerate.
1003
7530c480
AO
10042010-06-10 Alexandre Oliva <aoliva@redhat.com>
1005
1006 * Makefile.def (configure-gcc): Depend on all-libelf.
1007 * Makefile.in: Rebuild.
1008
285d560d
RW
10092010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1010
1011 * config.sub, config.guess: Update from upstream sources.
1012
a009f2e7
RW
10132010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1014
1015 Sync from GCC:
1016
1017 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1018 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1019 * configure: Regenerated.
1020
1021 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1022 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1023 * configure: Regenerate.
1024
1025 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1026 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1027 * configure: Regenerate.
1028
1029 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1030 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1031 separately.
1032 * configure: Regenerate.
1033
1034 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1035 * configure: Regenerate after change to elf.m4.
1036
1037 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1038 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1039 * configure: Regenerated.
1040
1041 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1042 * configure.ac: Print "buggy but acceptable" when CLooG
1043 revision is less than 9.
1044 * configure: Regenerated.
1045
e49e5c92
DK
10462010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1047
1048 Merge from gcc:
1049
1050 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1051 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1052 * configure: Regenerate.
1053
1054 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1055 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1056 a platform that supports LTO.
1057 * configure: Regenerate.
1058
1059 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1060 PR lto/42776
1061 * configure.ac (--enable-lto): Refactor handling so libelf tests
1062 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1063 and allow LTO to be explicitly enabled on non-ELF platforms that
1064 are known to support it inside else-clause.
1065 * configure: Regenerate.
1066
e6de499b
NC
10672010-04-27 Roland McGrath <roland@redhat.com>
1068 H.J. Lu <hongjiu.lu@intel.com>
1069
1070 * configure.ac (--enable-gold): Support both, both/gold and
1071 both/bfd to add gold to configdirs without removing ld.
1072 * configure: Regenerated.
1073
1074 * Makefile.def: Add install-gold dependency to install-ld.
1075 * Makefile.in: Regenerated.
1076
d594eacc
TG
10772010-04-14 Tristan Gingold <gingold@adacore.com>
1078
1079 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1080 * configure: Regenerate.
1081
938d2b74
RW
10822010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1083
1084 Merge from gcc:
1085 PR bootstrap/43615
1086 PR bootstrap/43328
1087 Revert:
1088 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1089 * configure.ac: Do not pass --enable-multilib nor
1090 --disable-multilib in baseargs. Accept explicitly passed
1091 --enable_multilib.
1092 * configure: Regenerate.
1093
a9ef41a7
RW
10942010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1095
1096 PR bootstrap/43328
1097 * configure.ac: Do not pass --enable-multilib nor
1098 --disable-multilib in baseargs. Accept explicitly passed
1099 --enable_multilib.
1100 * configure: Regenerate.
1101
619a3713
JM
11022010-03-23 Joseph Myers <joseph@codesourcery.com>
1103
1104 * configure.ac (tic6x-*-*): New case.
1105 * configure: Regenerate.
1106
92f4e989
JM
11072010-03-23 Joseph Myers <joseph@codesourcery.com>
1108
1109 Merge from gcc:
1110 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1111 PR ada/42554
1112 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1113 * configure: Regenerate.
1114
c35a0556
JM
11152010-03-23 Joseph Myers <joseph@codesourcery.com>
1116
1117 * config.sub: Update to version 2010-03-22.
1118 * config.guess: Update to version 2009-12-30.
1119
18fa8f9c
JM
11202010-03-14 Joseph Myers <joseph@codesourcery.com>
1121
1122 Merge from gcc:
1123 2010-01-11 Richard Guenther <rguenther@suse.de>
1124 PR lto/41569
1125 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1126 * Makefile.in: Regenerated.
1127
ba98da75
RO
11282010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1129
1130 PR libstdc++/32499
1131 * configure.ac (RANLIB): Default to true.
1132 (STRIP): Likewise.
1133 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1134 * configure: Regenerate.
1135
3994761f
NC
11362010-02-17 Nick Clifton <nickc@redhat.com>
1137
1138 PR 11238
1139 * Makefile.tpl (local-distclean): Also remove config.cache files in
1140 sub-directories as there may not be Makefiles present in the
1141 sub-directories.
792cdb50
NC
1142 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1143 the config.cache files found by the find command.
1144
3994761f
NC
1145 * Makefile.in: Regenerate.
1146 * configure.ac: Revert previous delta.
1147 * configure: Regenerate.
1148
01a82011
NC
11492010-02-15 Nick Clifton <nickc@redhat.com>
1150
1151 PR 11238
1152 * configure.ac: Delete config.cache files in sub-directories when
1153 deleting Makefiles.
1154 * configure: Regenerate.
1155
143754cd
NC
11562010-02-15 Nick Clifton <nickc@redhat.com>
1157
1158 * configure.ac: Sync from gcc.
1159 * configure: Regenerate.
1160
a6b5846e
KG
11612010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1162
1163 Sync from gcc:
1164 * configure.ac: Add "recommended" version checks for GMP/MPC.
1165 Update recommended GMP/MPFR/MPC versions.
1166 * configure: Regenerate.
1167
2aa2364a
JR
11682010-01-25 Joern Rennecke <amylaar@spamcop.net>
1169
1170 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1171 * configure.ac (bootstrap_target_libs): Make inclusion of
1172 target-libgomp conditional on libgomb being in target_configdirs.
1173 * configure: Regenerate.
1174
d35e937f
JR
11752010-01-23 Joern Rennecke <amylaar@spamcop.net>
1176
1177 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1178 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1179 * configure: Regenerate.
1180
911e63d0
JR
11812010-01-22 Joern Rennecke <amylaar@spamcop.net>
1182
1183 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1184 * configure.ac (target_configdirs): Substitute.
1185 * Makefile.def: Bootstrap target module libgomp.
1186 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1187 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1188 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1189 * configure, Makefile.in: Regenerate.
1190
3725885a
RW
11912009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1192
1193 * libtool.m4: Sync from git Libtool.
1194 * ltmain.sh: Likewise.
1195 * ltoptions.m4: Likewise.
1196 * ltversion.m4: Likewise.
1197 * lt~obsolete.m4: Likewise.
1198
d5f2ee2e
KG
11992010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1200 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1201
1202 PR bootstrap/42424
1203 * configure.ac: Include libtool m4 files.
1204 (_LT_CHECK_OBJDIR): Call it.
1205 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1206 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1207
d5f2ee2e
KG
1208 * configure: Regenerate.
1209
f2b2dd91
RW
12102010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1211
1212 PR bootstrap/41818
1213 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1214 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1215 * Makefile.in: Regenerate.
1216
06ca7962
BE
12172009-12-18 Ben Elliston <bje@au.ibm.com>
1218
1219 * config.sub, config.guess: Update from upstream sources.
1220
30a16d7b
JJ
12212009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1222
1223 * COPYING.NEWLIB: Update copyright date.
1224 * COPYING.LIBGLOSS: Ditto.
1225
d9b76ff9
KG
12262009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1227
1228 PR middle-end/30447
1229 PR middle-end/30789
1230 PR other/40302
1231
1232 * configure.ac: Require MPC.
1233 * configure: Regenerate.
1234
1235 * configure.ac: Update minimum MPC version to 0.8.
1236 * configure: Regenerate.
1237
e12dec02
PB
12382009-11-20 Paolo Bonzini <bonzini@gnu.org>
1239
1240 * config.guess: Sync with upstream and gcc.
1241 * config.sub: Sync with upstream and gcc.
1242
606a9ca0
AO
12432009-11-16 Alexandre Oliva <aoliva@redhat.com>
1244
1245 * Makefile.def: Restore host and target settings for gmp.
1246 * Makefile.in: Rebuild.
1247
1f53ca9a
AO
12482009-11-16 Alexandre Oliva <aoliva@redhat.com>
1249
1250 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1251 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1252 Fix portability of test of C++ as bootstrap language. Add
1253 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1254 * configure: Rebuild.
1255 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1256 and cloog. Fix in-tree ppl configuration. Introduce libelf
1257 in-tree building.
1258 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1259 (POSTSTAGE1_HOST_EXPORTS): Use it.
1260 (STAGE[+id+]_CXXFLAGS): New.
1261 (BASE_FLAGS_TO_PASS): Pass it down.
1262 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1263 extra_exports.
1264 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1265 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1266 extra_exports.
1267 * Makefile.in: Rebuild.
1268
12692009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1270
1271 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1272 paths for *-w64-mingw* and x86_64-*mingw*.
1273 * configure: Regenerated.
1274
12752009-10-30 Kai Tietz <kai.tietz@onevision.com>
1276
1277 * configure.ac: Disable target-winsup & co for
1278 x86_64-*-mingw* and *-w64-mingw* targets.
1279 * configure: Regenerated.
1280
12812009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1282
1283 * configure.ac (CLooG test): Use = with test.
1284 * configure: Regenerate.
1285
12862009-10-22 Richard Guenther <rguenther@suse.de>
1287
1288 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1289 cloog if the ppl version check failed. Move flags saving
1290 before setting in libelf check.
1291 * configure: Regenerate.
1292
12932009-10-21 Richard Guenther <rguenther@suse.de>
1294
1295 * configure.ac: Adjust the ppl and cloog configure to work as
1296 documented. Disable cloog if ppl was disabled. Omit the version
1297 checks if they were disabled.
1298 * configure: Re-generate.
1299
6811fb56
RW
13002009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1301
1302 * configure.ac: Add 'lto' to enable_languages, not
1303 new_enable_languages, and only if not already present.
1304 * configure: Regenerate.
1305
700d40ca
ILT
13062009-10-06 Ian Lance Taylor <iant@google.com>
1307
1308 * Makefile.def: check-gold depends upon all-gas.
1309 * Makefile.in: Rebuild.
1310
13112009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1312
1313 * Makefile.def: all-lto-plugin depends on all-libiberty.
1314 set bootstrap=true for lto-plugin.
1315 Add lto-plugin.
1316 * Makefile.in: Regenerate.
1317 * configure.ac (host_libs): Add lto-plugin.
1318 * configure: Regenerate.
1319
13202009-10-03 Diego Novillo <dnovillo@google.com>
1321
1322 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1323 (HOST_LIBELFLIBS): Define.
1324 (HOST_LIBELFINC): Define.
1325 * Makefile.in: Regenerate.
1326 * configure.ac: Add --enable-lto.
1327 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1328 If --enable-lto is used, add 'lto' to new_enable_languages.
1329 If --enable-lto is used and gold is enabled, add
1330 lto-plugin to configdirs.
1331 * configure: Regenerate.
1332
13332009-10-03 Simon Baldwin <simonb@google.com>
1334
1335 * configure.ac: If --with-system-zlib, suppress local zlib and
1336 pass --with-system-zlib to subdir configure scripts.
1337 * configure: Regenerate.
1338
13392009-10-01 Loren J. Rittle <ljrittle@acm.org>
1340 Paolo Bonzini <bonzini@gnu.org>
1341
1342 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1343 $(srcdir).
1344 * Makefile.in: Rebuilt.
1345
c8cb1b3e
PB
13462009-09-29 Paolo Bonzini <bonzini@gnu.org>
1347
1348 Sync from gcc:
1349 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1350
1351 * configure.ac: Update minimum MPC version to 0.7.
1352 * configure: Regenerate.
1353
30167e0a
NC
13542009-09-25 Nick Clifton <nickc@redhat.com>
1355
1356 * configure.ac: Pass any --cache-file=/dev/null option on to
1357 subconfigures.
1358 * configure: Regenerate.
1359
707a0b5c
NC
13602009-09-23 Nick Clifton <nickc@redhat.com>
1361
1362 * config.sub, config.guess: Update from upstream sources.
1363
700d40ca
ILT
13642009-09-22 Loren J. Rittle <ljrittle@acm.org>
1365
1366 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1367 * Makefile.in: Rebuilt.
1368
2fd0b40b
RW
13692009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1370
1371 PR bootstrap/32272
1372 * configure.ac: Error out if $srcdir isn't '.' but contains
1373 host-${host_noncanonical}.
1374 * configure: Regenerate.
1375
4385ad3c
RW
13762009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1377
16b1ad29
RW
1378 * configure.ac: If bootstrapping a combined tree with
1379 --enable-gold, require c++ in stage1_languages.
1380 * configure: Regenerate.
1381
f8dc745f
RW
1382 * configure.ac: Also add target_libs of stage1_languages to
1383 bootstrap_target_libs.
1384 * configure: Regenerate.
1385
4385ad3c
RW
1386 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1387 with --enable-languages not containing c++.
1388 * configure: Regenerate.
1389
df51e4e1
JZ
13902009-09-16 Jie Zhang <jie.zhang@analog.com>
1391
1392 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1393 * configure: Regenerate.
1394
06a51eac
RW
13952009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1396
1397 * configure.ac: Do not use $extrasub for replacing @if/@endif
1398 parts in Makefile; instead, use additional arguments to
1399 AC_CONFIG_COMMANDS to do the replacement manually, with several
1400 sed invocations, to avoid HP-UX sed command limits.
1401 * configure: Regenerate.
1402
96655cc4
AO
14032009-09-04 Alexandre Oliva <aoliva@redhat.com>
1404
1405 * configure.ac (with-build-config): Document. Handle without.
1406 Handle missing argument.
1407 * configure: Rebuilt.
1408
14092009-09-03 Alexandre Oliva <aoliva@redhat.com>
1410
1411 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1412 Default to bootstrap-debug only if compare-debug works.
1413 * configure: Rebuilt.
1414 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1415 * Makefile.in: Rebuilt.
1416
14172009-09-01 Alexandre Oliva <aoliva@redhat.com>
1418
1419 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1420 * Makefile.in: Rebuilt.
1421
8e957354
PB
14222009-09-02 Paolo Bonzini <bonzini@gnu.org>
1423
1424 * Makefile.tpl (AWK): Fix typo.
1425 * Makefile.in: Regenerate.
1426
14272009-09-02 Paolo Bonzini <bonzini@gnu.org>
1428
1429 * configure.ac: Detect awk and sed.
1430 * Makefile.def (flags_to_pass): Add AWK and SED.
1431 * Makefile.tpl (AWK, SED): New.
1432 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1433 * configure: Regenerate.
1434 * Makefile.in: Regenerate.
1435
fb792462
TG
14362009-09-01 Tristan Gingold <gingold@adacore.com>
1437
1438 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1439 Remove logical names.
1440
a69e7d0a
DK
14412009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1442
1443 * ltmain.sh (func_normal_abspath): New function.
1444 (func_relative_path): Likewise.
1445 (func_mode_help): Document new -bindir option for link mode.
1446 (func_mode_link): Add new -bindir option, and use it to place
1447 output DLL if specified.
1448
d444d2ba
RW
14492009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1450
1451 * configure.ac (AC_PREREQ): Bump to 2.64.
1452
13b7343a
RW
14532009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1454
af542c2e
RW
1455 * README-maintainer-mode: Point directly to upstream locations
1456 for autoconf, automake, libtool, gettext, instead of copies on
1457 sources.redhat.com. Document required versions.
1458 * configure.ac: Do not substitute datarootdir, htmldir,
1459 pdfdir, docdir. Do not process --with-datarootdir,
1460 --with-htmldir, --with-pdfdir, --with-docdir.
1461 * configure: Regenerate.
1462
81ecdfbb
RW
1463 * configure: Regenerate.
1464
13b7343a
RW
1465 * compile: Sync from Automake 1.11.
1466 * depcomp: Likewise.
1467 * install-sh: Likewise.
1468 * missing: Likewise.
1469 * mkinstalldirs: Likewise.
1470 * ylwrap: Likewise.
1471
c1102ce7
RW
14722009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1473
34a0f3cf
RW
1474 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1475 (baseargs): Add --disable-option-checking.
1476 * configure: Regenerate.
1477
c1102ce7
RW
1478 * Makefile.def (configure-target-libiberty): Depend on
1479 all-binutils and all-ld.
1480 (configure-target-newlib): Likewise.
1481 * Makefile.in: Regenerate.
1482
e8a5fa9c
RW
14832009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1484
1485 Sync with GCC, merge:
1486
1487 2009-07-31 Christian Bruel <christian.bruel@st.com>
1488
1489 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1490 * configure: Regenerate.
1491
1492 2009-07-06 Ian Lance Taylor <iant@google.com>
1493
1494 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1495 * configure: Rebuild.
1496
1497 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1498
1499 PR bootstrap/40338
1500 * configure.ac (comparestring): Create new variable.
1501 * Makefile.tpl (comparestring): Use to skip some comparisions.
1502 * configure: Regenerate.
1503 * Makefile.in: Regenerate.
1504
1505 2009-06-23 Ian Lance Taylor <iant@google.com>
1506
1507 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1508 boot_languages. Only bootstrap target libraries listed in
1509 target_libs for some boot language. Add --with-stage1-ldflags,
1510 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1511 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1512 if not building with C++.
1513 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1514 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1515 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1516 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1517 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1518 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1519 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1520 * configure, Makefile.in: Rebuild.
1521
1522 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1523
1524 * configure.ac: Detect MPC in default directory.
1525 * configure: Regenerate.
1526
1527 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1528
1529 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1530 to noconfdirs.
1531 * configure: Regenerate.
1532
1533 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1534
1535 * Makefile.def: Add MPC support and dependencies.
1536 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1537
1538 * Makefile.in, configure: Regenerate.
1539
1540 2009-05-24 Nicolas Roche <roche@adacore.com>
1541
1542 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1543 * Makefile.in: Regenerate.
1544
1545 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1546
1547 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1548 * configure: Regenerate.
1549
1550 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1551
1552 * configure.ac ($with_ppl): Default to no if not supplied.
1553 ($with_cloog): Likewise.
1554 configure: Regenerate.
1555
1556 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1557
1558 PR bootstrap/39739
1559 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1560 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1561
1562 * configure, Makefile.in: Regenerate.
1563
1564 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1565
1566 * configure.ac: Change copyright header to refer to version
1567 3 of the GNU General Public License and to point readers at the
1568 COPYING3 file and the FSF's license web page.
1569 * Makefile.def: Likewise.
1570 * Makefile.tpl: Likewise.
1571 * Makefile.in: Regenerate.
1572
1573 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1574
1575 * configure.ac: Restore match for darwin9 or later. Use double
1576 brackets since regeneration eats one pair.
1577 * configure: Regenerate.
1578
bf110216
CF
15792009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1580
1581 * MAINTAINERS: Perform some obvious fixups.
1582
2262bbf4
BE
15832009-08-17 Ben Elliston <bje@au.ibm.com>
1584
1585 * config.sub, config.guess: Update from upstream sources.
1586
25a07265
NC
15872009-08-06 Michael Eager <eager@eagercon.com>
1588
1589 * configure.ac: Add Microblaze target.
1590 * configure: Regenerate.
1591
85bd1942
TG
15922009-07-02 Tristan Gingold <gingold@adacore.com>
1593
1594 * configure.ac: Do not exclude gas for i386-*-darwin.
1595 Add a case for x86_64-*-darwin.
1596 * configure: Regenerate.
1597
f9806fa5
DE
15982009-06-26 Doug Evans <dje@sebabeach.org>
1599
1600 * Makefile.def (host_modules): Add cgen.
1601 * Makefile.in: Regenerate.
1602 * configure.ac (host_tools): Add cgen.
1603 * configure: Regenerate.
1604
6bfb4e30
JJ
16052009-06-17 Michael Eager <eager@eagercon.com>
1606
1607 * COPYING.LIBGLOSS: Add Xilinx license.
1608
8bcf2718
NC
16092009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1610
1611 * configure.ac: Define is_elf for QNX Neutrino targets.
1612 * configure: Regenerate.
1613
04ec0acb
RW
16142009-06-03 Jerome Guitton <guitton@adacore.com>
1615 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1616
1617 * Makefile.tpl (all): Avoid a trailing backslash.
1618 * Makefile.in: Regenerate.
1619
7ee5dbeb
BE
16202009-06-03 Ben Elliston <bje@au.ibm.com>
1621
1622 * config.sub, config.guess: Update from upstream sources.
1623
fda13ee8
AO
16242009-06-02 Alexandre Oliva <aoliva@redhat.com>
1625
1626 * Makefile.tpl ([+compare-target+]): Compare all stage
1627 directories, rather than just gcc.
1628 * Makefile.in: Rebuilt.
1629
4a657b0d
DK
16302009-05-28 Doug Kwan <dougkwan@google.com>
1631
1632 * configure.ac: Support gold for target arm*-*-*.
1633 * configure: Regenerate.
1634
07fc31c9
AO
16352009-05-27 Alexandre Oliva <aoliva@redhat.com>
1636
1637 * Makefile.tpl (all): Avoid harmless warning in make all when
1638 gcc-bootstrap is enabled but stage_last does not exist.
1639 * Makefile.in: Rebuilt.
1640
8a7a39ab
TG
16412009-05-25 Tristan Gingold <gingold@adacore.com>
1642
1643 * setup.com: Complete the file with configuration and build.
1644
b5233201
AO
16452009-05-18 Alexandre Oliva <aoliva@redhat.com>
1646
1647 PR other/40159
1648 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1649 gcc-no-bootstrap are mutually exclusive.
1650 * Makefile.in: Rebuilt.
1651
7b6175f9
AO
16522009-05-18 Alexandre Oliva <aoliva@redhat.com>
1653
1654 PR other/40159
1655 * Makefile.tpl (all): Don't end with unconditional success.
1656 * Makefile.in: Rebuilt.
1657
1b05fbbd
AO
16582009-05-12 Alexandre Oliva <aoliva@redhat.com>
1659
1660 PR target/37137
1661 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1662 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1663 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1664 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1665 stage_configureflags, stage_cflags and stage_libcflags into
1666 explicit Makefile macros.
1667 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1668 GFORTRAN.
1669 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1670 CC. Set CC_FOR_BUILD from CC.
1671 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1672 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1673 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1674 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1675 and GFORTRAN.
1676 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1677 (_LIBCFLAGS): Renamed to _TFLAGS.
1678 (do-compare-debug, do-compare3-debug): Drop.
1679 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1680 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1681 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1682 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1683 (XGCC_FLAGS_FOR_TARGET): New.
1684 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1685 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1686 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1687 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1688 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1689 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1690 TFLAGS.
1691 (BUILD_CONFIG): Include if requested.
1692 (all): Set TFLAGS on bootstrap.
1693 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1694 (all-stageid-prefixmodule): Likewise.
1695 (do-clean, distclean-stageid): Set TFLAGS.
1696 (restrap): Fix whitespace.
1697 * Makefile.in: Rebuilt.
1698
dc17c78c
EB
16992009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1700
1701 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1702 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1703 * Makefile.in: Regenerate.
1704
14324cd7
EZ
17052009-04-24 Eli Zaretskii <eliz@gnu.org>
1706
1707 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
1708 consistency with config.sub. (Update from upstream sources.)
1709
f8d5f06c
JM
17102009-04-21 Joseph Myers <joseph@codesourcery.com>
1711
1712 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
1713
0000e2bf
BE
17142009-04-17 Ben Elliston <bje@au.ibm.com>
1715
1716 * config.sub, config.guess: Update from upstream sources.
1717
20135e4c
NC
17182009-04-15 Anthony Green <green@moxielogic.com>
1719
34adf976 1720 * configure.ac: Add moxie support.
20135e4c
NC
1721 * configure: Rebuilt.
1722
ef699244
L
17232009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1724
1725 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1726 * configure: Regenerate.
1727
10ad8ef3
L
17282009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1729
1730 PR gas/10039
1731 * configure.ac: Require texinfo 4.7.
1732 * configure: Regenerated.
1733
c50523ce
L
17342009-04-09 Steve Ellcey <sje@cup.hp.com>
1735
1736 * Makefil.def (languages): New entries.
1737 * Makefile.tpl (check-gcc-*): New generic target.
1738 * Makefile.in: Regenerate.
1739
47afba5f
EZ
17402009-03-27 Eli Zaretskii <eliz@gnu.org>
1741
1742 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
1743 Windows builds of Sed.
1744
dc448a7b
TT
17452009-03-18 Tom Tromey <tromey@redhat.com>
1746
1747 * configure: Rebuild.
1748 * configure.ac (host_libs): Add libiconv.
1749 * Makefile.in: Rebuild.
1750 * Makefile.def (host_modules): Add libiconv.
1751 (configure-gdb, all-gdb): Depend on libiconv.
1752
24741ab2
JB
17532009-03-16 Tristan Gingold <gingold@adacore.com>
1754
1755 * configure.ac: Treat gdb as supported on x86_64-darwin.
1756 * configure: Regenerate.
1757
29383458
JM
17582009-03-16 Joseph Myers <joseph@codesourcery.com>
1759
1760 Merge from GCC:
1761
1762 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1763
1764 * configure.ac (--with-host-libstdcxx): New option.
1765 * configure: Regenerate.
1766
1767 2009-01-29 Robert Millan <rmh@aybabtu.com>
1768
1769 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1770 * configure: Regenerate.
1771
1772 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1773
1774 PR tree-optimization/38515
1775 * configure.ac (cloog-polylib): Removed.
1776 (with_ppl, with_cloog): Test for "no".
1777 * configure: Regenerated.
1778
58e24671
RW
17792009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1780
1781 Backport from git Libtool:
1782
1783 2009-01-19 Robert Millan <rmh@aybabtu.com>
1784 Support GNU/kOpenSolaris.
1785 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1786 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1787 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1788 GNU/kOpenSolaris.
1789
314b2e66
AS
17902009-02-05 Andreas Schwab <schwab@suse.de>
1791
1792 * Makefile.tpl (stage_last): Define $r and $s before using
1793 $(RECURSE_FLAGS_TO_PASS).
1794 * Makefile.in: Regenerate
1795
8b700390
JJ
17962009-01-21 Jeff Johnston <jjohnstn@redhat.com>
1797
1798 * COPYING.NEWLIB: Add ARM license.
1799
66775d67
AM
18002009-01-16 Alan Modra <amodra@bigpond.net.au>
1801
1802 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 1803 (all-opcodes): Depend on all-libiberty.
66775d67
AM
1804 * Makefile.in: Regenerate.
1805
19e99079
NC
18062009-01-15 Douglas B Rupp <rupp@gnat.com>
1807
1808 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1809 * configure: Regenerate.
1810
22e8c8e0
RW
18112008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1812
1813 Backport link test fix from upstream Libtool:
1814
1815 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1816 Add cache variables to tests that require the linker to work.
1817 For shlibpath_overrides_runpath, this also changes the semantics
1818 to let the result from the C compiler take precedence.
1819 compiler take precedence.
1820
7d6d7764
BE
18212008-12-02 Ben Elliston <bje@au.ibm.com>
1822
1823 * config.sub, config.guess: Update from upstream sources.
1824
ea8af06e
JJ
18252008-12-17 Jeff Johnston <jjohnstn@redhat.com>
1826
1827 * COPYING.NEWLIB: Updated.
1828 * COPYING.LIBGLOSS: Ditto.
1829
af0771d3
PB
18302008-12-16 Paolo Bonzini <bonzini@gnu.org>
1831
1832 Sync with GCC:
1833
1834 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1835
1836 * configure.ac (ppllibs): Add by default the lib flags.
1837 * configure: Regenerate.
1838
1839 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1840
314b2e66
AS
1841 * configure.ac: Add double brackets on darwin[912].
1842 * configure: Regenerate.
af0771d3
PB
1843
1844 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1845
314b2e66
AS
1846 * configure.ac: Expand to darwin10 and later.
1847 * configure: Regenerate.
af0771d3 1848
f7c83eac
AS
18492008-12-02 Andreas Schwab <schwab@suse.de>
1850
1851 * Makefile.def: configure-target-boehm-gc depends on
1852 all-target-libstdc++-v3.
1853 * Makefile.in: Regenerate.
1854
bc67ad83
BE
18552008-12-02 Ben Elliston <bje@au.ibm.com>
1856
1857 * config.sub, config.guess: Update from upstream sources.
1858
e28c595f
JM
18592008-11-27 Joseph Myers <joseph@codesourcery.com>
1860
1861 Merge from GCC:
1862
1863 2007-12-02 Matthias Klose <doko@ubuntu.com>
1864
1865 * config-ml.in: Remove 64bit configure tests.
1866
1867 2008-05-14 Rafael Espindola <espindola@google.com>
1868
1869 * config-ml.in: don't handle --enable-shared and --enable-static.
1870
1871 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1872 Tobias Grosser <grosser@fim.uni-passau.de>
1873 Jan Sjodin <jan.sjodin@amd.com>
1874 Harsha Jagasia <harsha.jagasia@amd.com>
1875 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1876 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1877 Adrien Eliche <aeliche@isty.uvsq.fr>
1878
1879 Merge from graphite branch.
1880 * configure: Regenerate.
1881 * Makefile.in: Regenerate.
1882 * configure.ac (host_libs): Add ppl and cloog.
1883 Add checks for PPL and CLooG.
1884 * Makefile.def (ppl, cloog): Added modules and dependences.
1885 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1886 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1887
1888 2008-09-03 Richard Guenther <rguenther@suse.de>
1889
1890 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1891 cloog test.
1892 * configure: Re-generate.
1893
1894 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1895
1896 * configure.ac (--with-cloog-polylib): New.
1897 (--disable-cloog-version-check): New.
1898 (--disable-ppl-version-check): New.
1899 * configure: Re-generate.
1900
1901 2008-09-05 Richard Guenther <rguenther@suse.de>
1902
1903 * configure.ac: Initialize clooglibs to -lcloog.
1904 * configure: Re-generate.
1905
1906 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1907
1908 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1909 recommended version to 2.3.2.
1910
1911 * configure: Regenerate.
1912
1913 2008-10-31 Ben Elliston <bje@au.ibm.com>
1914
1915 * configure.ac (spu-*-*): Remove special case.
1916 * configure: Regenerate.
1917
1918 Complete comment text from GCC version of:
1919
1920 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1921
1922 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1923 (GCC_SHLIB_SUBDIR): New.
1924 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1925 * configure: Regenerate.
1926 * Makefile.in: Regenerate.
1927
652dec25
TG
19282008-11-27 Tristan Gingold <gingold@adacore.com>
1929
1930 * configure.ac: Build gdb for i?86-*-darwin*
1931 * configure: Regenerated.
1932
7582fb4a
DJ
19332008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1934
1935 PR bootstrap/38014
1936 PR bootstrap/37923
1937
1938 Revert:
1939
1940 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1941
1942 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1943 * Makefile.in: Regenerated.
1944
1945 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1946
1947 PR gdb/921
1948 PR gdb/1646
1949 PR gdb/2175
1950 PR gdb/2176
1951
1952 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1953 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1954 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1955 (HOST_EXPORTS): Pass CPPFLAGS.
1956 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1957 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1958 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1959 * Makefile.in, configure: Regenerated.
1960 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1961 and CPPFLAGS_FOR_BUILD.
1962
faee1be2
UW
19632008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1964
1965 * configure.ac [spu-*-*]: Do not set skipdirs.
1966 * configure: Re-generate.
1967
b7c2dce4
DJ
19682008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1969
1970 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1971 * Makefile.in: Regenerated.
1972
bb52de30
DJ
19732008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1974
1975 PR gdb/921
1976 PR gdb/1646
1977 PR gdb/2175
1978 PR gdb/2176
1979
1980 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1981 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1982 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1983 (HOST_EXPORTS): Pass CPPFLAGS.
1984 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1985 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1986 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1987 * Makefile.in, configure: Regenerated.
1988 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1989 and CPPFLAGS_FOR_BUILD.
1990
b25062ae
SE
19912008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
1992
1993 * libtool.m4: Update to libtool 2.2.6.
1994 * lt~obsolete.m4: Update to libtool 2.2.6.
1995 * ltmain.sh: Update to libtool 2.2.6.
1996 * ltsugar.m4: Update to libtool 2.2.6.
1997 * ltversion.m4: Update to libtool 2.2.6.
1998 * ltoptions.m4: Update to libtool 2.2.6.
1999 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2000
3bbd2f8f
AL
20012008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2002
2003 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2004 (GCC_SHLIB_SUBDIR): New.
2005 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2006 * configure: Regenerate.
2007 * Makefile.in: Regenerate.
2008
b29d32ce
TG
20092008-08-28 Tristan Gingold <gingold@adacore.com>
2010
2011 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2012 Enable bfd, binutils and opcodes.
2013 * configure: Regenerate.
2014
c325a203
DD
20152008-08-16 Nicolas Roche <roche@adacore.com>
2016
2017 * Makefile.tpl: Add BOOT_ADAFLAGS.
2018 * Makefile.in: Regenerate.
2019
e7c8859c
RS
20202008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2021
2022 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2023 * configure: Regenerate.
2024
da888c87
PB
20252008-07-30 Paolo Bonzini <bonzini@gnu.org>
2026
2027 Sync with gcc:
2028 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2029
f7c83eac
AS
2030 * configure.ac: Add makefile fragments for hpux.
2031 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2032 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2033 * configure: Regenerate.
2034 * Makefile.in: Regenerate.
da888c87
PB
2035
2036 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2037
f7c83eac
AS
2038 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2039 * Makefile.in: Regenerate.
2040 * configure: Regenerate.
da888c87 2041
944982cf
ILT
20422008-06-18 Ian Lance Taylor <iant@google.com>
2043
662c6704
ILT
2044 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2045
944982cf
ILT
2046 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2047
7a283e07
RW
20482008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2049
2050 * configure: Regenerate.
2051
5b553f7e
RW
20522008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2053
2054 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2055 "$@" is still intact with both Autoconf 2.59 and 2.62.
2056 * configure: Regenerate.
2057
675492f0
RW
20582008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2059
2060 * Makefile.tpl: Fix comment errors.
2061 * Makefile.in: Regenerate.
2062
b018a5d1
JB
20632008-06-13 Julian Brown <julian@codesourcery.com>
2064
2065 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2066 of libobjc for ARM EABI Linux.
2067 * configure: Regenerate.
2068
310213e8
DE
20692008-06-12 David S. Miller <davem@davemloft.net>
2070 David Edelsohn <edelsohn@gnu.org>
2071
2072 * configure.ac: Add powerpc*-*-* to gold supported targets.
2073 * configure: Regenerate.
2074
6641ce42
JM
20752008-06-08 Joseph Myers <joseph@codesourcery.com>
2076
2077 PR tree-optimization/36218
2078 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2079 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2080 (all prefix="build-"): Pass them to build-system sub-makes.
2081 * Makefile.in: Regenerate.
2082
03c2f9e6
DJ
20832008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2084
2085 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2086 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2087 mkdep, and compile. Update comments.
2088 (ETC_SUPPORT): Add ChangeLog and update comments.
2089
4538db8b
ILT
20902008-05-11 Ian Lance Taylor <iant@google.com>
2091
2092 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2093
266df637
PB
20942008-04-18 Paolo Bonzini <bonzini@gnu.org>
2095
2096 Sync with gcc:
2097 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2098
2099 PR bootstrap/35457
2100 * configure.ac: Include override.m4.
2101 * configure: Regenerate.
2102
2103 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2104
f7c83eac
AS
2105 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2106 * Makefile.in: Regenerate.
266df637
PB
2107
2108 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2109
f7c83eac
AS
2110 * configure.ac: Do not build libssp for the AVR.
2111 * configure: Regenerate.
266df637 2112
a86a761e
NC
21132008-04-18 Nick Clifton <nickc@redhat.com>
2114
2115 * MAINTAINERS: Replace reference to configure.in with reference to
2116 configure.ac.
2117
52310858
NC
21182008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2119
f7c83eac 2120 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2121 as nonconfigurable directories list.
f7c83eac 2122 * configure: Regenerate.
52310858 2123
f5314dd5
DM
21242008-04-14 David S. Miller <davem@davemloft.net>
2125
2126 * configure.ac: Add sparc*-*-* to gold supported targets.
2127 * configure: Regenerate.
2128
e2208220
BE
21292008-04-14 Ben Elliston <bje@au.ibm.com>
2130
2131 * config.sub, config.guess: Update from upstream sources.
2132
0bb6ea20
HPN
21332008-04-12 Hans-Peter Nilsson <hp@axis.com>
2134
2135 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2136 * Makefile.in: Regenerate.
2137
e5164e97
ILT
21382008-04-07 Ian Lance Taylor <iant@google.com>
2139
2140 * Makefile.def: check-gold depends upon all-binutils.
2141 * Makefile.in: Regenerate.
2142
e33b51a6
NC
21432008-04-04 Nick Clifton <nickc@redhat.com>
2144
2145 PR binutils/4334
2146 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2147 builds.
2148 * configure: Regenerate.
2149
fc5df3ab
NC
21502008-04-04 NightStrike <NightStrike@gmail.com>
2151
2152 PR other/35151
f7c83eac
AS
2153 * configure.ac: Combine rules for mingw32 and mingw64.
2154 * configure: Regenerate.
fc5df3ab 2155
c779bab8
PB
21562008-03-27 Paolo Bonzini <bonzini@gnu.org>
2157
2158 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2159 * Makefile.in: Regenerate.
2160
93f9b408
ILT
21612008-03-20 Ian Lance Taylor <iant@google.com>
2162
2163 * configure.ac: Add support for --enable-gold.
2164 * Makefile.def: Add gold as a directory like ld.
2165 * configure, Makefile.in: Regenerate.
2166
5746fb46
AK
21672008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2168
2169 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2170 (s390_cond_extensions): Reduced extensions to the compare related.
2171 (main): z10 cpu type option added.
2172 (expandConditionalJump): Renamed to ...
2173 (insertExpandedMnemonic): ... this.
2174
2175 * opcodes/s390-opc.c: Re-group the operand format makros.
2176 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2177 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2178 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2179 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2180 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2181 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2182 INSTR_SIL_RDU): New instruction formats added.
2183 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2184 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2185 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2186 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2187 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2188 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2189 masks added.
2190 (s390_opformats): New formats added "ris", "rrs", "sil".
2191 * opcodes/s390-opc.txt: Add the conditional jumps with the
2192 extensions removed from automatic expansion in s390-mkopc.c manually.
2193 (asi - trtre): Add new System z10 EC instructions.
2194 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2195
58c85be7
RW
21962008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2197
2198 * configure.ac: m4_include config/proginstall.m4.
2199 * configure: Regenerate.
2200
78124051
RW
22012008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2202
2203 Backport from upstream Libtool:
f7c83eac 2204
78124051 2205 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2206
78124051
RW
2207 Deal with Autoconf 2.62's semantic change in m4_append.
2208 * ltsugar.m4 (lt_append): Replace broken versions of
2209 m4_append.
2210 (lt_if_append_uniq): Don't require separator to be overquoted,
2211 and avoid broken m4_append.
2212 (lt_dict_add): Fix typo.
2213 * libtool.m4 (_LT_DECL): Don't overquote separator.
2214
018f1bea
DE
22152008-03-13 David Edelsohn <edelsohn@gnu.org>
2216
2217 * config.rpath: Add AIX 6 support.
2218
5c5f596d
PB
22192008-03-13 Paolo Bonzini <bonzini@gnu.org>
2220
2221 * Makefile.def (stageprofile). Remove -fprofile-generate
2222 from stage_libcflags.
2223 * Makefile.in: Regenerate.
2224
a1f93a5e
BE
22252008-03-13 Ben Elliston <bje@au.ibm.com>
2226
2227 * config.sub, config.guess: Update from upstream sources.
2228
98c3d905
AK
22292008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2230
2231 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2232 * s390-opc.txt (cmpsc): Duplicate entry removed.
2233 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2234 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2235 fier, cu42, cu41): Fix operand format.
2236
7f6ef0c0
PB
22372008-02-20 Paolo Bonzini <bonzini@gnu.org>
2238
f7c83eac
AS
2239 PR bootstrap/32009
2240 PR bootstrap/32161
2241
2242 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2243 * configure: Regenerate.
2244
2245 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2246 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2247 STAGE4_LIBCFLAGS): New.
2248 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2249 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2250 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2251 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2252 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2253 for target modules. Don't export LIBCFLAGS.
2254 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2255 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2256 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2257 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2258 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2259 * Makefile.in: Regenerate.
7f6ef0c0 2260
eaf19029
PB
22612008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2262
2263 PR libgcj/33085
2264 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2265 Do not use -DDLL_EXPORT. Backport from upstream.
2266
680c43e9
NC
22672008-02-14 Nick Clifton <nickc@redhat.com>
2268
2269 Import this patch from gcc:
2270 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2271
2272 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2273
c72b1d96
HPN
22742008-02-02 Hans-Peter Nilsson <hp@axis.com>
2275
2276 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2277 * configure: Regenerate.
2278
8b66833e
BW
22792008-01-31 Marc Gauthier <marc@tensilica.com>
2280
2281 * configure.ac (xtensa*-*-*): Recognize processor variants.
2282 * configure: Regenerate.
2283
9cc8ae67
PB
22842008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2285
f7c83eac
AS
2286 PR bootstrap/34922
2287 * configure.ac (PARSE_ARGS): Push suitable setting of
2288 ac_subdirs_all, for `./configure --help=recursive'.
2289 Handle `+' in generic toplevel directory disabling.
2290 * configure: Regenerate.
9cc8ae67 2291
19090595
BE
22922008-01-23 Ben Elliston <bje@au.ibm.com>
2293
2294 * config.sub, config.guess: Update from upstream sources.
2295
9f1e7fd3
BE
22962008-01-08 Ben Elliston <bje@au.ibm.com>
2297
2298 * config.sub, config.guess: Update from upstream sources.
2299
2f959d61
JJ
23002007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2301
2302 * COPYING.LIBGLOSS: Update default copyright.
2303
aa054b85
JJ
23042007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2305
2306 * COPYING.NEWLIB: Update default copyright.
2307
57c53b2b
RS
23082007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2309
2310 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2311 Change recommended MPFR from 2.2.1 > 2.3.0.
2312 * configure: Regenerate.
2313
fee14b60
RS
23142007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2315
2316 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2317 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2318 * Makefile.in: Regenerate.
2319
c9b68031
DD
23202007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2321
2322 * configure.ac: Enable libjava for x86_64-*-darwin9.
2323 * configure: Regenerate.
2324
ad25e7d5
BE
23252007-12-05 Ben Elliston <bje@au.ibm.com>
2326
2327 * config.sub, config.guess: Update from upstream sources.
2328
6ac84f65
PB
23292007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2330
f7c83eac
AS
2331 * config-ml.in: Robustify against white space in absolute file
2332 names.
6ac84f65 2333
f7c83eac
AS
2334 * config-ml.in (multi-clean): Substitute ${Makefile}.
2335 Remove superfluous ${Makefile} in list.
6ac84f65 2336
7b3200f9
DJ
23372007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2338
2339 * Makefile.def (dependencies): Make configure-gdb depend on
2340 all-intl.
2341 * Makefile.in: Regenerated.
2342
2c133ff9
JJ
23432007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2344
2345 * Makefile.def: To avoid problems running with parallel makes,
2346 build newlib before libgloss so that target specific header
2347 files are availble.
2348 * Makefile.in: Regenerate.
2349
5074315a
DJ
23502007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2351
2352 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2353 * Makefile.in: Regenerate.
2354
f5bc1778
DJ
23552007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2356
2357 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2358 * libdecnumber: New directory, imported from GCC.
2359
c66487f8
NC
23602007-10-08 Mike Frysinger <vapier@gentoo.org>
2361
2362 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2363 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2364 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2365 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2366 * configure: Regenerate.
2367
b5714970
PB
23682007-10-01 Paolo Bonzini <bonzini@gnu.org>
2369
2370 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2371 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2372 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2373 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2374 * configure.ac: Default them to host tools for $host = $build.
2375 Subst them.
2376
2377 * configure: Regenerate.
2378 * Makefile.in: Regenerate.
2379
f3b1e08e
RS
23802007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2381
2382 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2383 * configure: Regenerate.
2384
cff87f51
DD
23852007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2386
2387 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2388 libstdc++.
2389 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2390 * configure: Regenerate.
2391 * Makefile.in: Regenerate.
f7c83eac 2392
625a61cd
AS
23932007-09-17 Andreas Schwab <schwab@suse.de>
2394
2395 * configure.ac: Raise minimum makeinfo version to 4.6.
2396 * configure: Regenerate.
2397
83a3a68b
AM
23982007-09-15 Alan Modra <amodra@bigpond.net.au>
2399
2400 * configure.ac: Correct makeinfo version check.
2401 * configure: Regenerate.
2402
5bd8be13
RS
24032007-09-14 Richard Sandiford <richard@codesourcery.com>
2404
2405 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2406 to $skipdirs and only disable gprof for newlib. Use the normal
2407 mips*-elf* handling in other respects.
2408 * configure: Regnerate.
2409
5566c1fa
DD
24102007-09-12 David Daney <ddaney@avtrex.com>
2411
2412 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2413 enabling libgcj.
2414 * configure: Regenerate.
2415
24162007-09-12 Richard Guenther <rguenther@suse.de>
2417
2418 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2419 nor --disable-checking is provided also turn on yes and types
2420 checking for stage1.
2421 * configure: Re-generate.
2422
a18e2996 24232007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2424
2425 PR target/33281
2426 * configure.ac: Use config/mh-mingw on mingw.
2427 * configure: Regenerate.
84e7906e 2428
691bb5a1
DD
24292007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2430
2431 PR other/32154
2432 * configure.ac: For libgloss targets, point the linker to the linker
2433 script, startup code and simulator library.
2434 * configure: Regenerate.
2435
6d18b86b
AH
24362007-09-09 Andrew Haley <aph@redhat.com>
2437
2438 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2439 target-libjava.
6d18b86b 2440
f00a3165 24412007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2442
f00a3165 2443 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2444
2abc4e65
BE
24452007-08-21 Richard Guenther <rguenther@suse.de>
2446
2447 * configure.ac: Add types checking to stage1 checking flags.
2448 * configure: Regenerate.
2449
8a6ee3ab 24502007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2451 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2452
2453 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2454 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2455 * Makefile.in: Regenerate.
2456 * configure.ac (--with-debug-prefix-map): New.
2457 * configure: Regenerate.
2458
429acdec
RS
24592007-08-17 Richard Sandiford <richard@codesourcery.com>
2460 Nigel Stephens <nigel@mips.com>
2461
429acdec
RS
2462 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2463 as target_makefile_frag.
2464 * configure: Regenerate.
2465
8520c408
AO
24662007-08-16 Alexandre Oliva <aoliva@redhat.com>
2467
2468 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2469 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2470 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2471 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2472 (do-compare, do-compare3, do-compare-debug): New.
2473 ([+compare-target+]): Use them.
2474
24752007-08-16 Alexandre Oliva <aoliva@redhat.com>
2476
2477 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2478 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2479 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2480 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2481 (do-compare, do-compare3, do-compare-debug): New.
2482 ([+compare-target+]): Use them.
2483
2444379b
BE
24842007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2485 Ben Elliston <bje@au.ibm.com>
2486
2487 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2488 --silent if $silent.
2489 * configure: Regenerate.
2490
d6f99447
DJ
24912007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2492
2493 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2494
bd0aa315
NC
24952007-07-17 Nick Clifton <nickc@redhat.com>
2496
2497 * COPYING3: New file. Contains version 3 of the GNU General
2498 Public License.
2499 * COPYING3.LIB: New file. Contains version 3 of the GNU
2500 Lesser General Public License.
2501
0ebe98fb
BS
25022007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2503
2504 * configure.ac: Fix my previous change to really match GCC.
2505 * configure: Regenerate.
2506
521ec477
DD
25072007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508
2509 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2510 * configure: Regenerate.
2511
25122007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2513
2514 * configure.ac: Add some missing m4 quotation.
2515 * configure: Regenerate.
2516
0c24b341
NC
25172007-07-09 Kai Tietz <kai.tietz@onevision.com>
2518
f7c83eac
AS
2519 * Makefile.def: Add windmc tool to build.
2520 * Makefile.tpl: Likewise.
2521 * configure.ac: Likewise.
2522 * Makefile.in: Regenerate.
2523 * configure: Regenerate.
0c24b341 2524
a09314d0
L
25252007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2526
2527 * lt~obsolete.m4: New. Import from 20070318 libtool.
2528
7c3e1d12
BS
25292007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2530
2531 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2532 uclinux and linux-uclibc targets.
2533 * configure: Regenerate.
2534
a5b3b4dd
DD
25352007-06-28 DJ Delorie <dj@redhat.com>
2536
2537 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2538 not building newlib.
2539 * configure: Regenerated.
f7c83eac 2540
184d813c
DJ
25412007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2542
2543 * src-release (DEVO_SUPPORT): Correct typos.
2544
31d99776
DJ
25452007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2546
2547 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2548 * Makefile.in: Regenerated.
2549
e00a73e3
PB
25502007-06-14 Paolo Bonzini <bonzini@gnu.org>
2551
f7c83eac
AS
2552 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2553 (distclean-stage[+id+]): Possibly delete stage_last.
2554 * Makefile.in: Regenerate.
e00a73e3 2555
98a1bbc5
BE
25562007-06-07 Ben Elliston <bje@au.ibm.com>
2557
2558 * config.sub, config.guess: Update from upstream sources.
2559
973601e1
BE
25602007-06-07 Ben Elliston <bje@au.ibm.com>
2561
2562 * Makefile.tpl: Fix spelling error.
2563 * Makefile.in: Regenerate.
2564
2038f525
PB
25652007-06-04 Paolo Bonzini <bonzini@gnu.org>
2566
2567 Sync with gcc:
2568 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2569
f7c83eac
AS
2570 PR bootstrap/29382
2571 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2572 * configure: Rebuilt.
2038f525 2573
f7c5c4b5
PB
25742007-06-01 Steve Ellcey <sje@cup.hp.com>
2575
12a64d4f
L
2576 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2577 lt_cv_sys_max_cmd_len.
f7c5c4b5 2578
7ad9660b
PB
25792007-05-31 Paolo Bonzini <bonzini@gnu.org>
2580
2581 * ltgcc.m4: Update from GCC.
2582
0e7ef45c
EC
25832007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2584
12a64d4f 2585 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2586
37ad9514
SE
25872007-05-24 Steve Ellcey <sje@cup.hp.com>
2588
2589 * ltmain.sh: Update from GCC.
2590 * libtool.m4: Update from GCC.
2591 * ltsugar.m4: New. Update from GCC.
2592 * ltversion.m4: New. Update from GCC.
2593 * ltoptions.m4: New. Update from GCC.
2594 * ltconfig: Remove.
2595 * ltcf-c.sh: Remove.
2596 * ltcf-cxx.sh: Remove.
2597 * ltcf-gcj.sh: Remove.
2598 * src-release: Update with new libtool file list.
2599
8ee82aff
PB
26002007-05-16 Paolo Bonzini <bonzini@gnu.org>
2601
2602 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2603 stage_cflags.
2604 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2605 Remove CFLAGS/LIBCFLAGS.
2606 (configure-stage[+id+]-[+prefix+][+module+],
2607 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2608 * Makefile.in: Regenerate.
2609
149cb58d
SE
26102007-04-14 Steve Ellcey <sje@cup.hp.com>
2611
2612 * config-ml.in: Update from GCC.
2613
91506736
DJ
26142007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * src-release (do-proto-toplev): Process the support directories before
2617 the tool directory.
2618
ffa8bd48
RS
26192007-03-21 Richard Sandiford <richard@codesourcery.com>
2620
2621 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2622 of glob. Quote arguments with single quotes too.
2623 * configure: Regenerate.
2624
a4fd3374
DD
26252007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2626
2627 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2628 * Makefile.in: Regenerate
2629
b8025f34
AS
26302007-03-07 Andreas Schwab <schwab@suse.de>
2631
2632 * configure: Regenerate.
2633
a3ca38d2
DD
26342007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2635
2636 * configure.ac: Add "--with-pdfdir" configure option,
2637 which defines pdfdir variable.
2638 * Makefile.def (target=fixincludes): Add install-pdf to
2639 missing targets.
2640 (recursive_targets): Add install-pdf target.
2641 (flags_to_pass): Add pdfdir.
2642 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2643 target.
2644 * configure: Regenerate
2645 * Makefile.in: Regenerate
2646
26472007-02-28 Eric Christopher <echristo@apple.com>
2648
2649 Revert:
2650 2006-12-07 Mike Stump <mrs@apple.com>
2651
2652 * Makefile.def (dependencies): Add dependency for
2653 install-target-libssp and install-target-libgomp on
2654 install-gcc.
2655 * Makefile.in: Regenerate.
2656
26572007-02-27 Matt Kraai <kraai@ftbfs.org>
2658
2659 * configure: Regenerate.
2660 * configure.ac: Move statements after variable declarations.
2661
a4708fba
JM
26622007-02-19 Joseph Myers <joseph@codesourcery.com>
2663
2664 * configure.ac: Adjust for loop syntax.
2665 * configure: Regenerate.
2666
9a819804
AO
26672007-02-18 Alexandre Oliva <aoliva@redhat.com>
2668
2669 * configure: Rebuilt.
2670
81ec575a
AO
26712007-02-18 Alexandre Oliva <aoliva@redhat.com>
2672
2673 * configure.ac: Drop multiple occurrences of --enable-languages,
2674 and fix its quoting.
2675 * configure: Rebuilt.
2676
92f01d61 26772007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
2678 Nathan Sidwell <nathan@codesourcery.com>
2679 Vladimir Prus <vladimir@codesourcery.com
2680 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
2681
2682 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2683 * configure: Regenerate.
2684
b1299c4e
DJ
26852007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2686
2687 * configure.ac (target_libraries): Move libgcc before libiberty.
2688 * configure: Regenerated.
2689
18f6b6ee
PB
26902007-02-13 Paolo Bonzini <bonzini@gnu.org>
2691
2692 * configure: Regenerate again?
2693
9c4e9f27
PB
26942007-02-13 Paolo Bonzini <bonzini@gnu.org>
2695
2696 * configure: Reapply PR30748 fix which was lost in the previous commit.
2697
24ff9987
DJ
26982007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2699 Paolo Bonzini <bonzini@gnu.org>
2700
2701 PR bootstrap/30753
2702 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2703 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2704 * configure: Regenerated.
2705
7df2cd5d
PB
27062007-02-10 Paolo Bonzini <bonzini@gnu.org>
2707
2708 * configure: Regenerate.
2709
b0aaa663
DJ
27102007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2711
2712 PR bootstrap/30748
2713 * configure.ac: Correct syntax for Solaris ksh.
2714 * configure: Regenerated.
2715
a0323144
PB
27162007-02-09 Paolo Bonzini <bonzini@gnu.org>
2717
2718 * Makefile.def: Sync with GCC.
2719 * Makefile.tpl: Sync with GCC.
2720 * Makefile.in: Regenerate.
2721 * configure: Regenerate.
2722
c6b750e1
DJ
27232007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2724
2725 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2726 noncanonical equivalents.
2727 * configure.in: Rename to...
2728 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2729 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2730 target_noncanonical. Use them. Rewrite removal of configure
2731 arguments for autoconf 2.59. Discard variable settings. Force
2732 program_transform_name for native tools.
2733
2734 * Makefile.in: Regenerated.
2735 * configure: Regenerated with autoconf 2.59.
2736
2737 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
2738
f3cd89f4
JJ
27392007-02-08 Jeff Johnston <jjohnstn@redhat.com>
2740
2741 * COPYING.LIBGLOSS: Reformat default Red Hat
2742 license to fit within 80 columns.
2743 * COPYING.NEWLIB: Ditto.
2744
4e206d7e
DB
27452007-02-05 Dave Brolley <brolley@redhat.com>
2746
2747 * Contribute the following changes:
2748 2006-11-28 DJ Delorie <dj@redhat.com>
2749
2750 * configure.in: Fix typo for mep's target_makefile_frag.
2751 * configure: Regenerated.
2752
2753 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
2754
2755 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
2756 * configure: Regenerate.
2757
2758 2001-09-19 DJ Delorie <dj@redhat.com>
2759
2760 * configure.in (target_makefile_frag): use mt-mep
2761
2762 2001-06-12 Don Howard <dhoward@redhat.com>
2763
2764 * configure.in: Remove gdb from MeP skip list.
2765
2766 2001-04-05 DJ Delorie <dj@redhat.com>
2767
2768 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
2769
2770 2001-03-20 Ben Elliston <bje@redhat.com>
2771
2772 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
2773
2774 2001-03-19 Ben Elliston <bje@redhat.com>
2775
2776 * config.sub (mep, mep-*): Add.
2777
b2edfdd2
AS
27782007-01-31 Andreas Schwab <schwab@suse.de>
2779
2780 * Makefile.tpl (LDFLAGS): Substitute it.
2781 * Makefile.in: Regenerate.
2782
ceb92e78
PB
27832007-01-11 Paolo Bonzini <bonzini@gnu.org>
2784
2785 * configure.in: Change == to = in test command.
f7c83eac 2786 * configure: Regenerate.
ceb92e78 2787
4b900473 27882007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
2789 Nick Clifton <nickc@redhat.com>
2790 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2791
2792 * configure.in (build_configargs, host_configargs, target_configargs):
2793 Remove build/host/target parameters.
2794 (host_libs): Add gmp and mpfr.
2795 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2796 * Makefile.def (gmp, mpfr): New.
2797 (gcc): Remove target.
2798 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2799 target_os, target_vendor): New.
2800 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2801 * configure: Regenerate.
2802 * Makefile.in: Regenerate.
4b900473
PB
2803
28042007-01-11 Matt Fago <fago@earthlink.net>
2805
2806 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 2807 to improve robustness of configure tests.
4b900473
PB
2808 * configure: Regenerate.
2809
80f6dcbc
NC
28102007-01-08 Kai Tietz <kai.tietz@onevision.com>
2811
2812 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 2813 * configure: Regenerate.
80f6dcbc 2814
f86e35b8
NC
28152007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2816
2817 * Makefile.tpl (all-target): Correct @if conditional for target
2818 modules.
2819 * configure.in: Omit libiberty if building only target libgcc.
2820 * configure, Makefile.in: Regenerated.
2821
79fcd0ec
PB
28222007-01-04 Paolo Bonzini <bonzini@gnu.org>
2823
2824 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2825 * configure: Regenerate.
2826
6aa8ef82
DJ
28272007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2828
2829 * Makefile.def (target_modules): Add libgcc.
2830 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2831 * Makefile.tpl (clean-target-libgcc): Delete.
2832 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2833 on gcc even for bootstrapped modules. Rewrite handling of
2834 lang_env_dependencies to loop over target_modules.
2835 * configure.in (target_libraries): Add target-libgcc.
2836 * Makefile.in, configure: Regenerated.
2837
9b134994
PB
28382006-12-29 Paolo Bonzini <bonzini@gnu.org>
2839
2840 Sync with gcc:
2841 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2842
f7c83eac
AS
2843 * configure.in: Reorganize recognition of languages. Add
2844 --enable-stage1-languages. Show supported languages for the chosen
2845 target rather than all recognized languages.
2846 * configure: Regenerate.
9b134994
PB
2847
2848 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2849
f7c83eac
AS
2850 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2851 * Makefile.in: Regenerate.
9b134994
PB
2852
2853 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2854
f7c83eac
AS
2855 * configure.in: Warn that MPFR 2.2.0 is buggy.
2856 * configure: Regenerate.
9b134994 2857
8cf39b1b
ILT
28582006-12-27 Ian Lance Taylor <iant@google.com>
2859
2860 * configure.in: When removing Makefiles to force a reconfigure, also
2861 remove prev-DIR*/Makefile.
2862 * configure: Regenerate.
2863
ebff6cd5
KH
28642006-12-23 Kazu Hirata <kazu@codesourcery.com>
2865
2866 * config.bfd: Recognize fido.
2867
8a0d8a5c
PB
28682006-12-19 Paolo Bonzini <bonzini@gnu.org>
2869
2870 Sync with gcc:
2871
2872 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2873
2874 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2875 it only affects bootstrap and could be tested on "$host" as well.
2876 * configure: Regenerate.
2877 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2878
2879 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2880
2881 PR bootstrap/29544
2882 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2883 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2884 move here comment from Makefile.tpl.
2885 * Makefile.tpl: Move some definitions higher in the file.
2886 (STAGE1_CHECKING): New.
2887 * configure.in: Add --enable-stage1-checking.
2888 * configure: Regenerate.
2889 * Makefile.in: Regenerate.
2890
2891 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2892
2893 * configure.in: Update error message for missing GMP/MPFR.
2894
2895 * configure: Regenerate.
2896
2897 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2898
2899 * configure.in: Update MPFR version in error message.
2900
2901 * configure: Regenerate.
2902
2903 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2904
2905 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2906 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2907 --with-gmp-lib): New flags.
2908
2909 * configure: Regenerate.
2910
790c0838
AM
29112006-12-12 Andreas Tobler <a.tobler@schweiz.org>
2912
2913 PR bootstrap/30134
2914 * configure.in: Correct x86 darwin support for libjava to powerpc
2915 and i?86 only.
2916 * configure: Regenerate.
2917
77d7106f
AM
29182006-12-11 Alan Modra <amodra@bigpond.net.au>
2919
2920 * configure.in: Handle spu makefile frag.
77d7106f
AM
2921 * Makefile.tpl (MAINT): Define
2922 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2923 * configure: Regenerate.
2924 * Makefile.in: Regenerate.
2925
0cfa5389
BE
29262006-12-11 Ben Elliston <bje@au.ibm.com>
2927
2928 * config.sub, config.guess: Update from upstream sources.
2929
2839fe5d
BE
29302006-12-11 Ben Elliston <bje@au.ibm.com>
2931
2932 * configure.in: Sync with GCC (spu-*-*).
2933 * configure: Sync with GCC.
2934
b897f5d4
MS
29352006-12-07 Mike Stump <mrs@apple.com>
2936
2937 * Makefile.def (dependencies): Add dependency for
2938 install-target-libssp and install-target-libgomp on
2939 install-gcc.
2940 * Makefile.in: Regenerate.
2941
9daf3993
PB
29422006-11-16 Paolo Bonzini <bonzini@gnu.org>
2943
2944 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2945 (unstage): Test for stage_last presence.
2946
2947 PR bootstrap/29802
2948 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2949 * Makefile.in: Regenerate.
2950
9dbaa842
DD
29512006-11-14 DJ Delorie <dj@redhat.com>
2952
2953 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
2954 * Makefile.in: Sync with GCC.
2955 * configure.in: Sync with GCC (mpfr, gmp).
2956 * configure: Sync with GCC.
2957
b0cbce8d
JJ
29582006-11-08 Jie Zhang <jie.zhang@analog.com>
2959
2960 * configure.in: Remove target-libgloss from noconfigdirs for
2961 bfin-*-*.
2962 * configure: Regenerated.
2963
44330a94
JJ
29642006-10-27 Jeff Johnston <jjohnstn@redhat.com>
2965
2966 * COPYING.NEWLIB: Add spu license.
7de05dd5 2967 * COPYING.LIBGLOSS: Ditto.
44330a94 2968
56a8fe78
DD
29692006-10-17 Brooks Moses <bmoses@stanford.edu>
2970
2971 * Makefile.def: Added pdf target handling.
2972 * Makefile.tpl: Added pdf target handling.
2973 * Makefile.in: Regenerated.
2974
fbb00ad0
JJ
29752006-10-11 Jeff Johnston <jjohnstn@redhat.com>
2976
2977 * COPYING.NEWLIB: Updated.
2978 * COPYING.LIBGLOSS: Ditto.
2979
6b89cc21
DB
29802006-09-27 Dave Brolley <brolley@redhat.com>
2981
2982 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2983 $s instead of $r.
2984 * configure: Regenerated.
2985
17bcf627
BE
29862006-09-26 Ben Elliston <bje@au.ibm.com>
2987
2988 * config.sub, config.guess: Update from upstream sources.
2989
f3529cf1
TS
29902006-09-20 Thiemo Seufer <ths@mips.com>
2991
2992 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2993 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2994 * configure: Regenerate.
2995
45055374
CV
29962006-08-30 Corinna Vinschen <corinna@vinschen.de>
2997
2998 * configure.in: Never build newlib for a Mingw host.
2999 Never build newlib as Mingw target library.
3000 Test the existence of winsup/cygwin for building a Cygwin newlib,
3001 rather than just winsup.
3002 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3003 building a Mingw target.
3004 * configure: Regenerate.
3005
4be041b2 30062006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3007 Nigel Stephens <nigel@mips.com>
3008 David Ung <davidu@mips.com>
4be041b2
TS
3009
3010 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3011
1d89b610
PB
30122006-07-25 Paolo Bonzini <bonzini@gnu.org>
3013
3014 Sync from GCC:
3015 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3016
f7c83eac
AS
3017 PR bootstrap/18058
3018 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3019 if the bootstrap compiler is a GCC version that supports it.
3020 * configure: Regenerate.
1d89b610 3021
66a79c16
DJ
30222006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3023
3024 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3025 * configure: Regenerated.
3026
c1cb7e02
PB
30272006-07-18 Paolo Bonzini <bonzini@gnu.org>
3028
f7c83eac
AS
3029 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3030 for stages after the first.
c1cb7e02 3031
7206a0ee
JJ
30322006-07-17 Jakub Jelinek <jakub@redhat.com>
3033
3034 * Makefile.def: Add dependencies for configure-opcodes
3035 on configure-intl and all-opcodes on all-intl.
3036 * Makefile.in: Regenerated.
3037
6816f995
AO
30382006-07-04 Peter O'Gorman <peter@pogma.com>
3039
3040 * ltconfig: chmod 644 before ranlib during install.
3041
3d3adb43
PB
30422006-07-03 Paolo Bonzini <bonzini@gnu.org>
3043
1f3f1bbf 3044 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3045 * configure: Regenerate.
3046
64ce424c
PB
30472006-07-03 Paolo Bonzini <bonzini@gnu.org>
3048
3049 Sync from gcc:
3050
3051 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3052
3053 PR other/27063
3054 * configure.in: Test subdir_requires and give an appropriate
3055 error message.
3056 * configure: Regenerate.
3057
3058 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3059
3060 PR target/27540
3061 * configure.in: Only enable libgomp on IRIX 6.
3062 * configure: Regenerate.
3063
d42c4017
DA
30642006-06-20 David Ayers <d.ayers@inode.at>
3065
3066 PR bootstrap/28072
3067 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3068 whether target-libjava is being configured instead of whether the
3069 java front end is enabled.
3070 * configure: Regenerate.
0e7ef45c 3071
4962c51a
MS
30722006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3073
3074 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3075 to R_ARM_LDC_SB_G{0,1,2} respectively.
3076
caee866a
PB
30772006-06-15 Paolo Bonzini <bonzini@gnu.org>
3078
3079 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3080 too.
3081 * Makefile.in: Regenerate.
3082
363ef840
DA
30832006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3084
3085 Sync from gcc:
3086
3087 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3088 * configure.in: Don't enable libgomp on hpux10.
3089 * configure: Rebuilt.
3090
54d1c879
DA
30912006-06-13 David Ayers <d.ayers@inode.at>
3092
3093 Sync from gcc:
3094
3095 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3096
54d1c879
DA
3097 PR bootstrap/27963
3098 PR target/19970
0e7ef45c 3099 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3100 ${libgcj} is specified.
3101 * configure: Regenerate.
0e7ef45c 3102
a4d8b690
JJ
31032006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3104
3105 Sync from gcc:
3106
3107 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3108 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3109
3110 PR bootstrap/18033
3111 * config-ml.in: Eval option if surrounded by single quotes.
3112
4f0ef2d8
CD
31132006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3114
3115 Sync from gcc:
0e7ef45c 3116
4f0ef2d8 3117 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3118
4f0ef2d8
CD
3119 PR libobjc/13946
3120 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3121 * Makefile.in: Regenerate.
3122 * configure.in: Add --enable-objc-gc at toplevel and have it
3123 enable boehm-gc for Objective-C.
3124 Remove target-boehm-gc from libgcj.
3125 Add target-boehm-gc to target_libraries.
3126 Add target-boehm-gc to noconfigdirs where ${libgcj}
3127 is specified.
3128 Assert that boehm-gc is supported when requested for Objective-C.
3129 Only build boehm-gc if needed either for Java or Objective-C.
3130 * configure: Regenerate.
3131
3132 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3133
4f0ef2d8
CD
3134 PR 27674
3135 * Makefile.tpl (configure-[+prefix+][+module+],
3136 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3137 Remove rule to unstage bootstrapped modules.
3138 (stage_current): New.
3139 * Makefile.in: Regenerate.
3140
3141 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3142 Andreas Tobler <a.tobler@schweiz.ch>
3143
3144 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3145 * configure: Rebuilt.
3146
3147 Revert
3148 2006-01-31 Richard Guenther <rguenther@suse.de>
3149 Paolo Bonzini <bonzini@gnu.org>
3150
3151 * Makefile.def (target_modules): Add libgcc-math target module.
3152 * configure.in (target_libraries): Add libgcc-math target library.
3153 (--enable-libgcc-math): New configure switch.
3154 * Makefile.in: Re-generate.
3155 * configure: Re-generate.
3156
c17b816b
JJ
31572006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3158
3159 * config-ml.in: Alter CCASFLAGS to include special
3160 multilib options the same as is done for CFLAGS.
3161
20e95c23
DJ
31622006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3163
3164 * Makefile.def: Added dependencies from sim and gdb on intl, and
3165 added configure dependencies to everything with an all dependency
3166 on intl.
3167 * gettext.m4: Removed.
3168 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3169 (GDB_SUPPORT_DIRS): Add intl.
3170 * Makefile.in: Regenerated.
3171
4bd8ad80
DJ
31722006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3173
3174 * src-release (DEVO_SUPPORT): Add config.rpath.
3175
c380fdd8
PB
31762006-05-25 Paolo Bonzini <bonzini@gnu.org>
3177
3178 * Makefile.def (bfd, opcodes): Fix lib_path.
3179 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3180 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3181 * Makefile.in: Regenerate.
3182
701628f5
MS
31832006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3184
3185 * configure.in: Enable gprof for cross builds.
3186 * configure: Regenerate.
3187
25aae7f2
DJ
31882006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3189
3190 * src-release (MAKEINFOFLAGS): Define.
3191 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3192
ea3d1626
BE
31932006-05-14 Ben Elliston <bje@au.ibm.com>
3194
3195 * config.sub, config.guess: Update from upstream sources.
3196
49b9e644
BE
31972006-05-12 Ben Elliston <bje@au.ibm.com>
3198
3199 * config.sub, config.guess: Update from upstream sources.
3200
482dd2f6
DJ
32012006-05-04 Steve Ellcey <sje@cup.hp.com>
3202
3203 * blt, iwidgets, mmalloc: Remove directories.
3204
8b01a5c2
DD
32052006-05-01 DJ Delorie <dj@redhat.com>
3206
641a3af4 3207 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3208 * configure: Regenerate.
3209
a481dbb7
DD
32102006-04-18 DJ Delorie <dj@redhat.com>
3211
3212 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3213 reference libgloss so that libssp can be built in a combined
3214 tree.
3215 * configure: Regenerate.
3216
962c9e74
BE
32172006-04-10 Ben Elliston <bje@au.ibm.com>
3218
3219 * contrib: Remove directory.
3220
108a6f8e
CD
32212006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3222
3223 * Makefile.tpl: Add install-html target.
3224 * Makefile.def: Add install-html target.
3225 * Makefile.in: Regenerate.
3226 * configure.in: Add --with-datarootdir, --with-docdir,
3227 and --with-htmldir options.
3228 * configure: Regenerate.
3229
a4ef73e9
BE
32302006-03-31 Ben Elliston <bje@au.ibm.com>
3231
3232 PR binutils/1860
3233 * configure.in: Require makeinfo 4.4 or higher.
3234 * configure: Regenerate.
3235
b37df25a
PB
32362006-03-14 Paolo Bonzini <bonzini@gnu.org>
3237
3238 * Makefile.in: Regenerate.
3239
a6df5a19
PB
32402006-03-14 Paolo Bonzini <bonzini@gnu.org>
3241
3242 Sync with gcc:
3243 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3244
f7c83eac
AS
3245 * configure.in: Handle --disable-<component> generically.
3246 * configure: Regenerate.
a6df5a19
PB
3247
3248 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3249
f7c83eac
AS
3250 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3251 (TARGET_CONFIGDIRS): Remove.
3252 * configure.in: Remove AC_SUBST(target_configdirs).
3253 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3254
3255
65419985
L
32562006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3257
3258 PR libgcj/17311
3259 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3260
c52c6897
PB
32612006-02-20 Paolo Bonzini <bonzini@gnu.org>
3262
3263 PR bootstrap/25670
3264
3265 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3266
3267 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3268 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3269 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3270 BUILD_PREFIX, BUILD_PREFIX_1.
3271 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3272
3273 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3274 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3275
3276 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3277 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3278 of `cat stage_current`. Always provide the `r' and `s' variables.
3279 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3280 a single shell execution.
3281 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3282 bootstrapped modules, make the stage1 module if the build was not
3283 started yet, else build the current stage.
3284 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3285 (all-build, all-host, all-target, [+make_target+]-host,
3286 [+make_target+]-target): Do not use \-continued lines.
3287 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3288 (current_stage, restrap, stage_last): New.
3289
3290 * Makefile.in: Regenerate.
3291 * configure: Regenerate.
3292
b3ded179
PB
32932006-02-14 Paolo Bonzini <bonzini@gnu.org>
3294
3295 Sync from gcc:
3296
3297 2006-01-31 Richard Guenther <rguenther@suse.de>
3298 Paolo Bonzini <bonzini@gnu.org>
3299
f7c83eac
AS
3300 * Makefile.def (target_modules): Add libgcc-math target module.
3301 * configure.in (target_libraries): Add libgcc-math target library.
3302 (--enable-libgcc-math): New configure switch.
3303 * Makefile.in: Re-generate.
3304 * configure: Re-generate.
3305 * libgcc-math: New toplevel directory.
b3ded179
PB
3306
3307 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3308 Jakub Jelinek <jakub@redhat.com>
3309 Diego Novillo <dnovillo@redhat.com>
b3ded179 3310
f7c83eac
AS
3311 * libgomp: New directory.
3312 * Makefile.def: Add target_module libgomp.
3313 * Makefile.in: Regenerate.
3314 * configure.in (target_libraries): Add target-libgomp.
3315 * configure: Regenerate.
b3ded179 3316
3a35eeb3
PB
33172006-02-14 Paolo Bonzini <bonzini@gnu.org>
3318 Andreas Schwab <schwab@suse.de>
0e7ef45c 3319
3a35eeb3
PB
3320 * configure: Regenerate.
3321
2429c060
PB
33222006-01-16 Paolo Bonzini <bonzini@gnu.org>
3323
3324 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3325 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3326 the assembler, linker and binutils.
3327 * configure: Regenerate.
3328
ec49b2b8
NC
33292006-01-16 Nick Clifton <nickc@redhat.com>
3330
49b9e644 3331 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3332
44b2308f
AO
33332006-01-05 Alexandre Oliva <aoliva@redhat.com>
3334
3335 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3336 @ from continuation.
3337 * Makefile.in: Rebuilt.
3338
80911fe1
PB
33392006-01-04 Paolo Bonzini <bonzini@gnu.org>
3340
3341 Sync from gcc:
3342
3343 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3344
f7c83eac 3345 PR bootstrap/24252
80911fe1 3346
f7c83eac
AS
3347 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3348 * Makefile.tpl (OBJDUMP): New.
3349 (EXTRA_HOST_FLAGS): Add it.
3350 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3351
f7c83eac
AS
3352 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3353 to use symbolic links between directories. Avoid race conditions
3354 or make them harmless.
3355 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3356
f7c83eac
AS
3357 * Makefile.def (LEAN): Pass.
3358 * Makefile.tpl (LEAN): Define.
3359 (stage[+id+]-start): Accept that the previous directory does not
3360 exist, if the bootstrap is lean.
3361 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3362 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3363 configure substitution.
3364 ([+compare-target+]): Likewise.
3365 ([+bootstrap-target+]-lean): New.
3366 * configure.in: Remove lean bootstrap support from here.
80911fe1 3367
f7c83eac
AS
3368 * Makefile.in: Regenerate.
3369 * configure: Regenerate.
80911fe1
PB
3370
3371 2006-01-02 Andreas Schwab <schwab@suse.de>
3372
f7c83eac
AS
3373 * configure.in: When reconfiguring remove Makefile in
3374 all stage directories.
3375 * configure: Regenerate.
80911fe1 3376
b59bea8a
NC
33772005-12-27 Leif Ekblad <leif@rdos.net>
3378
3379 * configure.in: Add support for RDOS target.
3380 * configure: Regenerate.
3381
d7730bac
NC
33822005-12-27 Nick Clifton <nickc@redhat.com>
3383
3384 PR binutils/1990
3385 * libtool.m4: Synchronize with version in GCC sources.
3386
c02dabc3
PB
33872005-12-20 Paolo Bonzini <bonzini@gnu.org>
3388
f7c83eac 3389 Revert Ada-related part of the previous change.
c02dabc3 3390
f7c83eac
AS
3391 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3392 Do not pass.
3393 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3394 * Makefile.in: Regenerate.
3395 * configure.in: Do not include mt-ppc-aix target fragment.
3396 * configure: Regenerate.
c02dabc3 3397
f6d183c0
PB
33982005-12-19 Paolo Bonzini <bonzini@gnu.org>
3399
3400 * configure.in: Select appropriate fragments for PowerPC/AIX.
3401 * configure: Regenerate.
3402
3403 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3404 BOOT_CFLAGS, BOOT_LDFLAGS.
3405 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3406 BOOT_CFLAGS, BOOT_LDFLAGS.
3407 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3408 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3409 (stage): Fail if we cannot complete the work.
3410 * Makefile.in: Regenerate.
3411
f29759fc
JJ
34122005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3413
3414 * COPYING.NEWLIB: Update copyright year for default
3415 copyright.
3416
1f054001
PB
34172005-12-15 Paolo Bonzini <bonzini@gnu.org>
3418
3419 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3420 install-host-nogcc): Don't invoke $(stage) at the end.
3421 * Makefile.in: Regenerate.
3422
0aed8855
PB
34232005-12-14 Paolo Bonzini <bonzini@gnu.org>
3424
3425 * configure.in: Flip the top-level bootstrap switch.
3426 * configure: Regenerate.
3427
3428 Merge from gcc:
3429
3430 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3431
f7c83eac
AS
3432 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3433 $(stage) and $(unstage).
3434 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3435 (all): Remove stray semicolon.
3436 (local-distclean): Don't handle multilib.tmp and multilib.out.
3437 (install.all): Set $s for consistency.
3438 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3439 check_multilibs setting. Always make the install directory.
3440 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3441 Correct @if/@endif.
3442 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3443 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3444 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3445 (multilib.out): Remove.
3446 * Makefile.in: Regenerated.
0aed8855
PB
3447
34482005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3449
3450 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3451 * configure.in: Replace ms1 arch with mt.
3452 * configure: Rebuilt.
3453
34542005-12-05 Paolo Bonzini <bonzini@gnu.org>
3455
3456 Sync with gcc:
3457
4970f871
NS
34582005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3459
3460 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3461 * configure.in: Replace ms1 arch with mt.
3462 * configure: Rebuilt.
3463
be01d343
PB
34642005-12-05 Paolo Bonzini <bonzini@gnu.org>
3465
3466 Sync with gcc:
3467
3468 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3469
f7c83eac
AS
3470 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3471 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3472 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3473 Find in-tree tools if available.
3474 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3475 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3476 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3477 (COMPILER_*_FOR_TARGET): New.
3478 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3479 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3480 (CONFIGURED_*, USUAL_*): Remove.
3481 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3482 STRIP): Use autoconf substitutions.
3483 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3484 COMPILER_NM_FOR_TARGET): New.
3485 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3486
3487 (all): Make all-host and all-target in parallel.
3488 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3489 that $$r and $$s are set before invoking a recursive make.
3490 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3491 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3492
3493 2005-11-29 Ben Elliston <bje@au.ibm.com>
3494
f7c83eac
AS
3495 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3496 from the gcc build directory.
3497 * Makefile.in: Regenerate.
be01d343
PB
3498
3499 2005-11-29 Ben Elliston <bje@au.ibm.com>
3500
f7c83eac
AS
3501 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3502 depend on all-libdecnumber.
3503 * configure.in (host_libs): Include libdecnumber.
3504 * Makefile.in: Regenerate.
3505 * configure: Likewise.
be01d343
PB
3506
3507 2005-11-21 Kean Johnston <jkj@sco.com>
3508
f7c83eac 3509 * config.sub, config.guess: Sync from upstream sources.
be01d343 3510
907be67c
DJ
35112005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3512
3513 * Makefile.def: Remove gdb dependencies for gdbtk.
3514 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3515 (configure-gdb, install-gdb): New rules.
3516 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3517 * Makefile.in, configure: Regenerated.
3518
e360f423
PB
35192005-10-22 Paolo Bonzini <bonzini@gnu.org>
3520
3521 PR bootstrap/24297
3522 * Makefile.tpl (do-[+make-target+], do-check, install,
3523 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3524 are set before recursing.
3525 * Makefile.in: Regenerate.
3526
45d5eb0a
EB
35272005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3528
3529 PR bootstrap/18939
3530 * Makefile.def (gcc) <target>: Fix thinko.
3531 * Makefile.in: Regenerate.
3532
3cf3372e
BS
35332005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3534
3535 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3536 * configure: Regenerate.
3537
bd70a46f
KH
35382005-10-09 Kazu Hirata <kazu@codesourcery.com>
3539
3540 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3541 target-libffi, target-qthreads, target-libjava, and
3542 targetlibobjc.
3543 * configure: Regenerate.
3544
5ae72758
DJ
35452005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3546
3547 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3548 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3549 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3550 (USUAL_OBJDUMP_FOR_TARGET): New.
3551 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3552 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3553 * configure, Makefile.in: Regenerated.
5ae72758 3554
cc96343e
PB
35552005-10-05 Paolo Bonzini <bonzini@gnu.org>
3556
3557 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3558 before other host packages.
3559
f70224b5
PB
35602005-10-05 Paolo Bonzini <bonzini@gnu.org>
3561
3562 PR bootstrap/22340
3563
3564 * configure.in (default_target): Remove.
3565 * Makefile.tpl (all): Do not use prerequisites as subroutines
3566 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3567 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3568 use prerequisites as subroutines.
3569 (check-host, check-target): New.
3570 (bootstrap configure & all targets): Do not use stage*-start
3571 if the directory layout is already ok.
3572 (non-bootstrap configure & all targets): Prepend a $(unstage).
3573 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3574 (NOTPARALLEL): Remove.
3575 (unstage, stage variables): New variables.
3576 (unstage, stage targets): Simply expand to those variables.
3577
3578 * configure: Regenerate.
3579 * Makefile.in: Regenerate.
3580
c13c918a
JW
35812005-10-04 James E Wilson <wilson@specifix.com>
3582
3583 * Makefile.def (lang_env_dependencies): Add libmudflap.
3584 * Makefile.in: Regenerate.
3585
376a0e54
CM
35862005-10-03 Catherine Moore <clm@cm00re.com>
3587
3588 * configure.in (bfin-*-*): Support bfin.
3589 * configure: Regenerated.
3590
d320aacb
L
35912005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3592
3593 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3594 * configure: Regenerated.
3595
7e0f7140
GK
35962005-09-28 Geoffrey Keating <geoffk@apple.com>
3597
3598 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3599 (LIPO_FOR_TARGET): New.
3600 (CONFIGURED_LIPO_FOR_TARGET): New.
3601 (USUAL_LIPO_FOR_TARGET): New.
3602 (STRIP_FOR_TARGET): New.
3603 (CONFIGURED_STRIP_FOR_TARGET): New.
3604 (USUAL_STRIP_FOR_TARGET): New.
3605 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3606 STRIP_FOR_TARGET.
3607 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3608 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3609 * Makefile.in: Regenerate.
3610 * configure: Regenerate.
0e7ef45c 3611
096f7d00
DE
36122005-09-19 David Edelsohn <edelsohn@gnu.org>
3613
3614 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3615 (rs6000-*-aix*): Same.
3616 * configure: Regenerate.
3617
36182005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3619
3620 * configure.in: Recognize f95 in the --enable-languages option,
3621 and substitute it for fortran, issuing a warning.
3622 * configure: Regenerate.
3623
2016dfcc
BE
36242005-09-07 Ben Elliston <bje@au.ibm.com>
3625
3626 Import from Autoconf sources:
3627
3628 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3629 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3630 Elliston. Handle weird characters correctly.
3631
6dd2fda9
DD
36322005-08-30 Phil Edwards <phil@codesourcery.com>
3633
3634 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3635 * configure: Regenerated.
3636
e6db70d4
RE
36372005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3638
f7c83eac
AS
3639 * Makefile.def (libssp): Add to lang_env_dependencies.
3640 * Makefile.in: Regenerate.
e6db70d4 3641
e1e3d0f5
CG
36422005-08-17 Christian Groessler <chris@groessler.org>
3643
3644 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3645 * Makefile.in: Regenerate.
3646
05cbd757
PB
36472005-08-12 Paolo Bonzini <bonzini@gnu.org>
3648
3649 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3650 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3651 Look for alternate names of the target cc and c++
3652 * configure: Regenerate.
3653
55db4b87
PB
36542005-08-08 Paolo Bonzini <bonzini@gnu.org>
3655
3656 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3657 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3658 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3659 tools; remove code to manually set them.
3660 (Target tools): Look in the environment for them.
3661 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3662 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3663 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3664 build directory.
3665 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3666 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3667 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3668 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3669 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3670 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3671 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3672 * configure: Regenerate.
3673 * Makefile.in: Regenerate.
3674
414e5532
MM
36752005-07-27 Mark Mitchell <mark@codesourcery.com>
3676
3677 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 3678 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
3679 * Makefile.in: Regenerated.
3680
a19b6204
MM
36812005-07-26 Mark Mitchell <mark@codesourcery.com>
3682
3683 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3684 (CFLAGS_FOR_TARGET): Use it.
3685 (CXXFLAGS_FOR_TARGET): Likewise.
3686 * Makefile.in: Regenerated.
3687 * configure.in (--with-build-sysroot): New option.
3688 * configure: Regenerated.
3689
b73aa406
PB
36902005-07-24 Paolo Bonzini <bonzini@gnu.org>
3691
3692 * Makefile.tpl: Wrap install between unstage and stage
3693 * Makefile.in: Regenerate.
3694
6e4d0bcb
KC
36952005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3696
3697 * all files: Update FSF address.
3698
49f58d10
JB
36992005-07-14 Jim Blandy <jimb@redhat.com>
3700
3701 * configure.in: Add cases for Renesas m32c.
3702 * configure: Regenerated.
0e7ef45c 3703
1d9c9cd7
KC
37042005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3705
3706 * COPYING, compile, config-ml.in, config.guess,
3707 config.sub, install-sh, missing, mkinstalldirs,
3708 symlink-tree, ylwrap: Sync from upstream sources.
3709
1587117a
EC
37102005-07-13 Eric Christopher <echristo@redhat.com>
3711
3712 * configure.in: Add toplevel noconfigdir support for tpf.
3713 * configure: Regenerate.
3714
bb780410
DD
37152005-07-11 Jakub Jelinek <jakub@redhat.com>
3716
3717 * Makefile.def (target_modules): Add libssp.
3718 * configure.in (target_libraries): Add target-libssp.
3719 * configure: Rebuilt.
3720 * Makefile.in: Rebuilt.
3721
064d0a7c
PB
37222005-07-11 Paolo Bonzini <bonzini@gnu.org>
3723
3724 PR ada/22340
3725
3726 * Makefile.def: Sync with gcc.
3727 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3728 * Makefile.in: Regenerate.
3729
b2edd3b5
AS
37302005-07-07 Andreas Schwab <schwab@suse.de>
3731
3732 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3733 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3734 * Makefile.in: Regenerated.
3735
5f128533
KH
37362005-07-07 Kazu Hirata <kazu@codesourcery.com>
3737
3738 * configure.in: Add --enable-libssp and --disable-libssp.
3739 * configure: Regenerate with autoconf-2.13.
3740
4e3fc8e5
GK
37412005-07-06 Geoffrey Keating <geoffk@apple.com>
3742
3743 * configure.in: Don't build sim or rda when targetting darwin.
3744 * configure: Regenerate.
3745
c7357d6a
BE
37462005-07-04 Ben Elliston <bje@gnu.org>
3747
3748 * src-release (do-proto-toplev): Remove dejagnu bits.
3749 (DEJAGNU_SUPPORT_DIRS): Remove.
3750 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
3751 (GDBD_SUPPORT_DIRS): Likewise.
3752 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
3753 (INSIGHTD_SUPPORT_DIRS): Likewise.
3754 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
3755
37562005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
3757
3758 * setup.com (mpw): Remove unused directive.
3759
7d329e61
PB
37602005-06-22 Paolo Bonzini <bonzini@gnu.org>
3761
3762 * Makefile.def (stagefeedback): Come after profile.
3763 Define profiledbootstrap target.
3764 * Makefile.tpl (profiledbootstrap): Remove.
3765 (stageprofile-end): Zap stagefeedback.
3766 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3767 * Makefile.in: Regenerate.
3768
e5fbed21
DD
37692005-06-13 Zack Weinberg <zack@codesourcery.com>
3770
3771 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3772 In 'cpp' stanza, support '#line' as well as '# '.
3773
59f7ec45
HPN
37742005-06-07 Hans-Peter Nilsson <hp@axis.com>
3775
3776 * configure.in (unsupported_languages): New macro.
3777 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3778 non-ported target libraries in noconfigdirs.
3779 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3780 non-linux-gnu. Remove libgcj_ex_libffi.
3781 <lang_frag loop>: Set add_this_lang=no if the language is in
3782 unsupported_languages.
3783 * configure: Regenerate.
3784
c10e9ba7
DD
37852005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3786
3787 * configure.in: Fix typo in handling of --with-mpfr-dir.
3788 * configure: Regenerate.
3789
20deb2b8
JB
37902005-06-02 Jim Blandy <jimb@redhat.com>
3791
3792 * config.sub: Add cases for the Renesas m32c. (This patch has been
3793 accepted into the master sources.)
3794
cdb9b172 37952005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
3796 Michael Snyder <msnyder@redhat.com>
3797 Stan Cox <scox@redhat.com>
cdb9b172 3798
f7c83eac 3799 * configure.in: Set noconfigdirs for ms1.
cdb9b172 3800
f7c83eac 3801 * configure: Regenerate.
cdb9b172 3802
1dc3053f
PB
38032005-05-25 Paolo Bonzini <bonzini@gnu.org>
3804
3805 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3806 (Dependencies): Consider target modules for bootstrap dependencies.
3807 Make target bootstrap modules depend on each stage's gcc.
3808 * Makefile.in: Regenerate.
3809
c60fe18b
PB
38102005-05-20 Paolo Bonzini <bonzini@gnu.org>
3811
3812 * Makefile.def (configure-gcc): Depend on binutils having been built.
3813 (all-gcc): No need to do it here.
3814 * Makefile.in: Regenerate.
3815
27258dd4
PB
38162005-05-19 Paul Brook <paul@codesourcery.com>
3817
0e7ef45c 3818 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
3819 language cannot be built.
3820 * configure: Regenerate.
3821
42ecbf5e
DJ
38222005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * ylwrap: Import from Automake 1.9.5.
3825
ae380b45
MS
38262005-05-04 Mike Stump <mrs@apple.com>
3827
3828 * configure.in: Always pass --target to target configures as
3829 otherwise rebuilds that do --recheck will fail.
811d3af8 3830 * configure: Rebuilt.
ae380b45 3831
d545f33b
PB
38322005-05-04 Paolo Bonzini <bonzini@gnu.org>
3833
3834 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3835 STAGE_HOST_EXPORTS.
3836 (configure, all): Add bootstrap support.
3837 (Host modules, target modules): Pass post-stage1 flags and exports.
3838 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3839 * Makefile.in: Regenerate.
3840
2faa2958
PB
38412005-04-29 Paolo Bonzini <bonzini@gnu.org>
3842
3843 Sync from gcc:
3844
3845 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3846
f7c83eac 3847 * config.sub: Update from master copy.
2faa2958
PB
3848
3849 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3850
f7c83eac
AS
3851 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3852 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3853 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3854 "*-*-elf" and "*-*-linux*".
3855 * configure: Regenerate.
2faa2958 3856
a7254363
PB
38572005-04-06 Paolo Bonzini <bonzini@gnu.org>
3858
f7c83eac 3859 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
3860 (TARGET_CONFIGARGS): Include --with-target-subdir.
3861 (configure, all): New macros. Use them throughout.
3862
a8637a7d
PB
38632005-04-05 Paolo Bonzini <bonzini@gnu.org>
3864
3865 * Makefile.tpl: Sync with gcc.
3866 * Makefile.in: Regenerate.
3867
dd387d52
JR
38682005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3869
3870 * config/mh-mingw32: Delete.
3871 * configure.in: Don't use it.
3872 * configure: Regenerate.
3873
e90269c8
PB
38742005-03-31 Paolo Bonzini <bonzini@gnu.org>
3875
3876 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3877 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3878 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3879 (HOST_LIB_PATH): Generate from Makefile.def.
3880 (TARGET_LIB_PATH): Likewise.
3881 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3882 * Makefile.in: Regenerate.
3883 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3884 (RPATH_ENVVAR): Include Darwin case.
3885 * configure: Regenerate.
3886
9a237d9e
PB
38872005-03-25 Paolo Bonzini <bonzini@gnu.org>
3888
3889 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3890 * configure: Regenerate.
3891
479759c8
ZW
38922005-03-21 Zack Weinberg <zack@codesourcery.com>
3893
3894 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3895 gcc_version, and gcc_version_trigger from set of flags to pass.
3896 * Makefile.tpl: Remove definitions of above variables.
3897 (config.status): Remove dependency on $(gcc_version_trigger).
3898 * Makefile.in: Regenerate.
3899 * configure.in: Do not reference config/gcc-version.m4 nor
3900 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3901 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3902 * configure: Regenerate.
3903
4cfaf6d5
DD
39042005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3905 Andrew Pinski <pinskia@physics.uc.edu>
3906
3907 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3908 * Makefile.in: Regenerate.
3909
33a3fb7b
AO
39102005-03-01 Alexandre Oliva <aoliva@redhat.com>
3911
3912 PR libgcj/20160
3913 * ltmain.sh: Avoid creating archives with components that have
3914 duplicate basenames.
3915
2da12f12
PB
39162005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3917
479759c8
ZW
3918 PR bootstrap/20250
3919 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3920 instead of check.
3921 * Makefile.in: Regenerate.
2da12f12 3922
b00612cc
PB
39232005-02-28 Paolo Bonzini <bonzini@gnu.org>
3924
3925 Sync from gcc.
3926
3927 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3928
3929 PR bootstrap/17383
3930 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3931 * Makefile.tpl (HOST_SUBDIR): New substitution.
3932 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3933 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3934 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3935 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3936 (Host modules, Bootstrapped modules): Use it.
3937 (Build modules, Target modules): Do not create symlink trees,
3938 always configure out-of-srcdir.
3939 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3940 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3941 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3942 $(HOST_SUBDIR). Create a symlink for host_subdir.
3943
3944 * Makefile.in: Regenerate.
3945 * configure: Regenerate.
3946
3947 Merged from libada-gnattools-branch:
3948 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3949
3950 * Makefile.def: Add gnattools as a module, depending on target-libada.
3951 * Makefile.in: Regenerate.
3952 * configure.in: Include gnattools in host_tools; disable it if ada
3953 is disabled.
3954 * configure: Regenerate.
3955
c3e65f62
NC
39562005-02-23 Nick Clifton <nickc@redhat.com>
3957
3958 * configure: Regenerate.
3959
e4d180c2
NC
39602005-02-22 Paul Schlie <schlie@comcast.net>
3961
3962 * configure.in: Allow darwin targeted ports to build tk, itcl and
3963 libgui.
3964
e3c770b1
EB
39652005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3966
3967 PR libgcj/10353
3968 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3969 * configure: Regenerate.
3970
9c73618c
AC
39712005-02-08 Andrew Cagney <cagney@gnu.org>
3972
3973 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
3974 gdb/ section. Update GDB's URL.
3975
c46f8c51
AC
39762005-01-31 Andrew Cagney <cagney@gnu.org>
3977
3978 * gettext.m4: Only set ENABLE_NLS when gettext is present.
3979
c7e66c6d
HPN
39802005-01-29 Hans-Peter Nilsson <hp@axis.com>
3981
3982 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3983 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3984 target-libgloss when not *-*-elf and *-*-aout.
3985 * configure: Regenerate.
3986
a53bf506
AC
39872005-01-27 Andrew Cagney <cagney@gnu.org>
3988
3989 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
3990
45181ed1
AC
39912005-01-24 Andrew Cagney <cagney@gnu.org>
3992
3993 * gettext.m4: Only fall back to ../intl/ when it's present.
3994
a1e0f4e4
KC
39952005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3996
3997 * install-sh, config.sub: Import from upstream.
3998
39992005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4000
4001 PR bootstrap/18222
4002 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4003 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4004 * Makefile.in: Regenerate.
4005
c50382e2
PB
40062005-01-03 Paolo Bonzini <bonzini@gnu.org>
4007
4008 Revert 2004-12-28 Makefile changes, a better fix will be
4009 applied to mainline and src after GCC 4.0 branches.
4010
11d07737
PB
40112004-12-28 Paolo Bonzini <bonzini@gnu.org>
4012
4013 PR bootstrap/17383
4014
4015 * Makefile.def (target_modules): Remove stage parameter,
4016 it is always true now.
4017 * Makefile.tpl (configure-build-[+module+],
4018 configure-target-[+module+]): Always build symlink tree
4019 for the directory and for include. BUILD_SUBDIR and
4020 TARGET_SUBDIR cannot be . anymore.
4021 * Makefile.in: Regenerate.
4022
dadfdbe2
DD
40232004-12-25 David Edelsohn <edelsohn@gnu.org>
4024
4025 Revert 2004-12-08 Makefile changes.
4026
dbf85af7
JR
40272004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4028
4029 * configure.in (sh64-*-*): Reenable gprof.
4030 * configure: Regenerate.
4031
6b8fea99
JB
40322004-12-09 Jim Blandy <jimb@redhat.com>
4033
4034 * MAINTAINERS: List 'depcomp' as part of automake.
4035
7341462c
DE
40362004-12-08 David Edelsohn <edelsohn@gnu.org>
4037
4038 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4039 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4040 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4041 * Makefile.in: Regenerate.
4042
21fde4dc
DD
40432004-12-07 Matt Kraai <kraai@ftbfs.org>
4044
4045 * Makefile.tpl: Generate normal dependencies if the LHS module is
4046 not bootstrapped.
4047 * Makefile.in: Regenerate.
4048
3da796a2
RS
40492004-12-03 Richard Sandiford <rsandifo@redhat.com>
4050
4051 * configure.in: Include config/gxx-include-dir.m4. Use
4052 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4053 * configure: Regenerate.
4054
73fb7068
RS
40552004-12-03 Richard Sandiford <rsandifo@redhat.com>
4056
4057 * config.if: Delete.
4058 * configure.in: Set libstdcxx_incdir directly.
4059 * configure: Regenerate.
4060 * MAINTAINERS: Remove mention of config.if.
4061 * src-release (DEVO_SUPPORT): Remove config.if.
4062
6c8e6ce9
EC
40632004-12-02 Eric Christopher <echristo@redhat.com>
4064
3b6098f8
EC
4065 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4066 of things to remove.
6c8e6ce9 4067 * Makefile.in: Regenerate.
479759c8 4068
b8658a2f
RS
40692004-12-02 Richard Sandiford <rsandifo@redhat.com>
4070
4071 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4072 * configure: Regenerate.
4073
afefada0
RS
40742004-12-02 Richard Sandiford <rsandifo@redhat.com>
4075
4076 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4077 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4078 * configure: Regenerate.
4079
5dcac624
DA
40802004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4081
4082 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4083 (hppa*64*-*-*): Delete incorrect comment.
4084 * configure: Rebuilt.
4085
57d1eb1a
DD
40862004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4087
4088 * install-sh, compile: Import from automake.
4089
40902004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4091
4092 * config.guess, config.sub: Import from savannnah.
4093
6d389afc
MS
40942004-11-12 Mike Stump <mrs@apple.com>
4095
4096 * Makefile.def: Add html support.
4097 * Makefile.tpl: Likewise.
4098 * Makefile.in: Regenerate.
4099
69e57115
GK
41002004-11-11 Geoffrey Keating <geoffk@apple.com>
4101
4102 PR 18423
4103 * configure.in: Remove all instances of build-fixincludes from
4104 noconfigdirs.
4105 (build_configargs): Supply --target to subdirectories.
4106 * configure: Regenerate.
4107
4108 * Makefile.def: Make gcc install depend on fixincludes install.
4109 * Makefile.in: Regenerate.
4110
ba719b26
HPN
41112004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4112
4113 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4114 target-libgfortran.
4115 * configure: Regenerate.
4116
c37653e7
DE
41172004-11-07 David Edelsohn <edelsohn@gnu.org>
4118
4119 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4120 like CC.
4121
1eefd493
PB
41222004-11-05 Paolo Bonzini <bonzini@gnu.org>
4123
4124 * Makefile.def (host fixincludes): Specify missing targets.
4125 * Makefile.in: Regenerate.
4126
02b1af09
L
41272004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4128
4129 PR other/17783
4130 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4131 * configure: Regenerated.
4132
7f266840
DJ
41332004-11-04 Daniel Jacobowitz <dan@debian.org>
4134
4135 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4136 * configure: Regenerated.
4137
47444073
AL
41382004-10-28 Eric B. Weddington <ericw@evcohs.com>
4139
4140 PR target/18151
4141 * configure.in (case ${target}): Do not build fixincludes for avr.
4142 * configure: Regenerated.
4143
caeba88f
AL
41442004-10-26 Paolo Bonzini <bonzini@gnu.org>
4145
4146 * configure.in (case ${target}): Do not build fixincludes
4147 on platforms where it is not used.
4148 * configure: Regenerated.
4149
0fdbe983
DJ
41502004-10-23 Daniel Jacobowitz <dan@debian.org>
4151
4152 * configure.in: Use an absolute path to install-sh.
4153 * configure: Regenerated.
4154
1c0f67c1
AC
41552004-10-19 Andrew Cagney <cagney@gnu.org>
4156
4157 * src-release (do-djunpack, do-md5sum): Install the generated file
4158 directly into the proto-toplev/ directory.
479759c8 4159
a9cfce9c
AC
41602004-10-19 Andrew Cagney <cagney@gnu.org>
4161
4162 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4163
ac0fa625
DD
41642004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4165
4166 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4167 * configure: Regenerate.
4168
d27cc32e
PB
41692004-10-06 Paolo Bonzini <bonzini@gnu.org>
4170
4171 Fix wrong conflict resolution in:
4172
4173 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4174
4175 * Makefile.in: Regenerate.
4176 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4177 in the recursive `make', instead of hardwiring `all'.
4178 (Autogenerated TARGET-* variables): New.
4179
1763908f
UW
41802004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4181
4182 Merged from GCC / libtool upstream:
4183 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4184 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4185 * ltcf-cxx.sh (tpf*): Likewise.
4186 * ltconfig (tpf*): Add TPF OS configuration support.
4187
0490e016
NC
41882004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4189
4190 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4191 * configure: Regenerate.
0490e016 4192
32be62b5
RS
41932004-09-24 Michael Roth <mroth@nessie.de>
4194
4195 * configure.in (--without-headers): Add missing double quotes.
4196 * configure: Regenerate.
4197
6048df60
DD
41982004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4199
4200 * ylwrap: Revert to previous version.
4201
315b3b02
L
42022004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4203
6048df60 4204 PR bootstrap/17369
315b3b02
L
4205 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4206 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4207 SET_GCC_LIB_PATH_CMD.
4208 (BASE_TARGET_EXPORTS): Likewise.
4209 * Makefile.in: Regenerated.
4210
4211 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4212 * configure: Regenerated.
4213
fe69863c
DD
42142004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4215
4216 * config.guess: New upstream version
4217 * compile, depcomp, install-sh, ylwrap: Likewise.
4218
42192004-09-19 Roger Sayle <roger@eyesopen.com>
4220
4221 * config/mh-x86omitfp: New host makefile fragment. Add
4222 -fomit-frame-pointer to the default BOOT_CFLAGS.
4223 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4224 * configure: Regenerate.
4225
42262004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4227
4228 PR target/11572
4229 * configure.in (*-*-darwin*): Renable libobjc.
4230 * configure: Regenerate.
4231
be75bbe1 42322004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4233
be75bbe1
DB
4234 * Makefile.def: Remove libbanshee.
4235 * Makefile.tpl: Ditto.
4236 * configure.in: Ditto.
4237 * Makefile.in: Regen.
4238 * configure: Ditto.
4239
1b882a91
PB
42402004-09-07 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * missing: Import latest version from master repository.
4243
eb1352ed
NC
42442004-09-04 Nick Clifton <nickc@redhat.com>
4245
4246 * config.sub: Import latest version from master repository.
4247 * config.guess: Likewise.
4248 This includes these changes:
479759c8 4249
eb1352ed
NC
4250 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4251
4252 * config.sub: Handle crisv32, alias etraxfs.
4253 * config.guess (crisv32:Linux:*:*): Handle.
4254
4255 2004-08-13 Brad Smith <brad@comstyle.com>
4256
4257 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4258 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4259
4260 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4261
4262 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4263 assume the processor is a powerpc. This is because coreutils
4264 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4265 in this case, due to a MacOS X bug that causes
4266 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4267 to return a negative number.
4268 Problem reported by Petter Reinholdtsen in:
4269 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4270
4271 2004-07-19 Ben Elliston <bje@gnu.org>
4272
4273 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4274
4275 2004-06-24 Ben Elliston <bje@gnu.org>
4276
4277 * config.guess: Update copyright years.
4278 * config.sub: Likewise.
4279
4280 2004-06-22 Robert Millan <robertmh@gnu.org>
4281
4282 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4283 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4284
4285 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4286
4287 * config.guess (*:*VMS:*:*): New entry. Replaces
4288 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4289 manufacturer.
4290
4291 2004-06-22 Ben Elliston <bje@gnu.org>
4292
4293 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4294 * config.sub: Likewise.
4295
4296 2004-06-22 Ben Elliston <bje@gnu.org>
4297
4298 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4299 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4300
4301 2004-06-11 Ben Elliston <bje@gnu.org>
4302
4303 * config.guess (pegasos:OpenBSD:*:*): Remove.
4304
4305 2004-06-11 Ben Elliston <bje@gnu.org>
4306
4307 From Wouter Verhelst <wouter@grep.be>:
4308 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4309
4310 2004-06-11 Ben Elliston <bje@gnu.org>
4311
4312 * config.guess (luna88k:OpenBSD:*:*): New.
4313
4314 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4315
4316 * config.guess (m32r*:Linux:*:*): New case.
4317 * config.sub: Handle m32rle.
4318
4319 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4320
4321 From Jens Petersen <petersen@redhat.com>:
4322 * config.sub: Handle sparcv8.
4323
4324 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4325
4326 From Tom Smith <smith@cag.lkg.hp.com>:
4327 * config.guess: Version suffixes are equally significant on Tru64
4328 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4329 prefix of "P" (patched kernel).
4330
4331 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4332
4333 * config.sub: Add support for National Semiconductor CRX target.
4334
2a3124ca 43352004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4336
2a3124ca
RH
4337 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4338 *-*-netware, but add target-libmudflap.
4339 Consolidate *-*-netware targets (of which really only i?86 exists)
4340 into a single entry.
4341 * configure: Likewise.
4342
0df3d27f
PB
43432004-09-01 Paolo Bonzini <bonzini@gnu.org>
4344
4345 * Makefile.tpl (sorry): Remove.
4346 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4347 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4348 (do-clean): Clean per-stage directories too.
4349 (do-distclean): Run distclean-stage1 too.
4350 (.NOTPARALLEL): Enable during toplevel bootstrap.
4351 (stage[+id+]-bubble): Enable parallel execution during
4352 the recursive invocation.
4353 * Makefile.in: Regenerate.
4354
4355 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4356
4357 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4358
4359 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4360 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4361 * configure: regenerate
479759c8
ZW
4362 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4363 -mdynamic-no-pic
0df3d27f
PB
4364
43652004-08-31 Paolo Bonzini <bonzini@gnu.org>
4366
4367 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4368 include.
4369 * configure.in: Fix indentation.
4370 * configure: Regenerate.
4371
ee025550
PB
43722004-08-31 Paolo Bonzini <bonzini@gnu.org>
4373
4374 * Makefile.def (build_modules): Add fixincludes.
4375 (dependencies): Make gcc depend on fixincludes.
4376 * configure.in (build_tools): Add fixincludes.
4377 (build_configdirs): Always include build_libs.
4378 * Makefile.in: Regenerate.
4379 * configure: Regenerate.
4380
43812004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4382
4383 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4384 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4385 phony targets; do not generate timestamp files.
4386 (distclean-stageN): Remove references to their timestamp files.
4387 (restageN, touch-stageN): Remove.
4388 (stageN-bubble): Rewritten.
4389 (compare): Support lean bootstraps.
4390 * Makefile.in: Regenerate.
4391
4392 * configure.in: Only warn when bootstrapping but
4393 build != host or build != target. Support lean bootstraps.
4394 * configure: Regenerate.
4395
4396 Sync from gcc:
4397 2004-08-26 Phil Edwards <phil@codesourcery.com>
4398
4399 * configure.in: Give a better error message if GMP/MPFR are missing
4400 and a language needing them has been requested.
4401 * configure: Regenerated.
4402
4403 2004-08-25 Phil Edwards <phil@codesourcery.com>
4404
4405 * configure.in: Print a list of available language front-ends if
4406 a requested one is missing. Tidy stray tab characters.
4407 * configure: Regenerated.
4408
72b2455a
PB
44092004-08-17 Paolo Bonzini <bonzini@gnu.org>
4410
4411 * Makefile.in: Regenerate.
4412 * configure: Regenerate.
4413
4414 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4415 stage_*_flags.
4416 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4417 for bootstrapped modules if toplevel bootstrap is going.
4418 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4419 modules. Adjust for changes in Makefile.def. Enable several
4420 rules even in non-bootstrap mode, just to avoid peppering the
4421 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4422 (stage-[+prev+]-bubble): Remove.
4423
4424 * Makefile.def (Dependencies): Depend on all-build-bison,
4425 all-build-flex, all-build-byacc, all-build-texinfo, rather
4426 than the host variations.
4427 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4428 with BUILD_SUBDIR.
4429 (BISON): Update for recent Bisons.
4430 (YACC): Fix typo.
4431 (cross): Depend on all-build.
4432 (all): Do not depend on all-build.
4433 (prebootstrap): Remove.
4434 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4435 (Prebootstrap dependencies): Add them to the per-stage targets
4436 and to all-prebootstrap.
4437 * configure.in (build_configdirs): Always enable build_tools.
4438 (BUILD_DIR_PREFIX): Remove.
4439
4440 * Makefile.def (gcc): Add target variable.
4441 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4442 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4443 in the recursive `make', instead of hardwiring `all'.
4444 (Autogenerated TARGET-* variables): New.
4445
de0b4a87
JW
44462004-08-17 Robert Millan <robertmh@gnu.org>
4447
4448 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4449 (instead of FreeBSD).
4450 * configure: Regenerate.
4451
ad681c85
NN
44522004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4453
675c6968
NN
4454 * Makefile.def, configure.in, src-release: Remove useless, bogus
4455 references to tix.
4456 * Makefile.in, configure: Regenerate.
4457
ad681c85
NN
4458 * src-release: Stop distributing mmalloc with gdb (which doesn't
4459 use it).
4460 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4461 * Makefile.in: Regenerate.
4462
11b04d1f
DD
44632004-08-09 Mark Mitchell <mark@codesourcery.com>
4464
4465 * configure.in (arm*-*-eabi*): New target.
4466 * configure: Regenerate.
4467
f2420bea
NN
44682004-08-01 Robert Millan <robertmh@gnu.org>
4469
4470 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4471 libmudflap for all GNU-based systems (with Glibc).
4472 * configure: Regenerate.
4473
9e6ce191
PB
44742004-08-06 Paolo Bonzini <bonzini@gnu.org>
4475
4476 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4477 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4478 (Dependencies): New section.
4479 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4480 (configure-target-[+module+]): Depend on maybe-all-gcc
4481 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4482 (toplevel profiledbootstrap): Fix dependencies.
4483 * Makefile.in: Regenerate.
4484
df4a6958
MM
44852004-08-03 Mark Mitchell <mark@codesourcery.com>
4486
4487 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4488 target-libiberty to noconfigdirs.
4489
11b04d1f
DD
44902004-08-03 Paul Brook <paul@codesourcery.com>
4491
4492 * configure.in: Check for MPFR as well as GMP.
4493 * configure: Regenerate.
4494
b813574b
PB
44952004-08-03 Paolo Bonzini <bonzini@gnu.org>
4496
4497 * Makefile.def (host-modules): Add gcc.
4498 * Makefile.in: Regenerate.
4499 * Makefile.tpl (sorry): New rule.
4500 (configure-host, all-host, [+make_target+]-host, do-check,
4501 install-host): Do not add gcc as a special case.
4502 (host modules): Add a small special-casing for gcc. Export
4503 extra_make_flags through the environment.
4504 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4505 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4506 other recursive targets for gcc): Remove.
4507
4508 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4509 (stage, unstage): New rules.
4510 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4511 distclean-stage[+id+]): Use stage_current.
4512 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4513 the stage*-start rules.
4514
61edac0c
JW
45152004-07-19 Robert Millan <robertmh@gnu.org>
4516
4517 Synced from gcc:
4518
4519 2004-04-26 Robert Millan <robertmh@gnu.org>
4520
4521 Add patches from libtool CVS.
4522 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4523 * ltconfig: Likewise.
4524 * ltcf-c.sh: Likewise.
4525 * ltcf-cxx.sh: Likewise.
4526 * ltcf-gcj.sh: Likewise.
4527
3e707e94
PB
45282004-07-12 Paolo Bonzini <bonzini@gnu.org>
4529
4530 * configure.in: Add noconfigdirs for crx-*-*.
4531 * configure: Regenerate.
4532
45332004-07-12 Paolo Bonzini <bonzini@gnu.org>
4534
4535 Synced from gcc:
4536
4537 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4538
4539 * configure.in: Build libmudflap by default on FreeBSD.
4540 * configure: Regenerated.
4541
4542 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4543
4544 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4545 systems.
4546 * configure: Regenerated.
4547
4548 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4549
4550 PR target/16344
4551 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4552 feedback based compiler.
4553 * Makefile.in: Rebuilt.
4554
4555 2004-07-05 Phil Edwards <phil@codesourcery.com>
4556
4557 * configure.in: Do not prepend $srcdir to /dev/null in
4558 makefile fragments.
4559 * configure: Regenerate.
4560
a7ee7660
AO
45612004-07-08 Alexandre Oliva <aoliva@redhat.com>
4562
4563 * Makefile.def (host_modules): Set bootstrap=true for flex.
4564 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4565 * Makefile.in: Rebuilt.
4566
6a9cf61e
PB
45672004-07-01 Paolo Bonzini <bonzini@gnu.org>
4568
4569 * Makefile.def (build_modules): Add bison, byacc, flex,
4570 m4, texinfo.
4571 (flags_to_pass): Add FLEX.
4572 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4573 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4574 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4575 DEFAULT_MAKEINFO): Remove.
4576 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4577 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4578 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4579 objdir or else use configured tool.
4580 (all-build): New.
4581 (all): Depend on it.
4582 (Build module dependencies): Add.
4583 * Makefile.in: Regenerate.
4584 * configure.in: Better support for multiple build modules,
4585 matching what is done for host/target modules. Do not look
4586 for "plausible" locations of build tools if Canadian cross.
4587 Use autoconf's AC_PROG_CC to find a C compiler. Define
4588 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4589 * configure: Regenerate.
4590
95b6a1f2
PB
45912004-06-22 Paolo Bonzini <bonzini@gnu.org>
4592
4593 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4594 * Makefile.in: Regenerate.
4595
7ffa0b57
PB
45962004-06-22 Paolo Bonzini <bonzini@gnu.org>
4597
4598 * Makefile.tpl (configure-build-[+module+],
4599 configure-[+module+], configure-target-[+module+]): Pass
4600 [+extra_configure_args+].
4601 (all-build-[+module+], all-[+module+], check-[+module+],
4602 install-[+module+], [+make_target+]-[+module+],
4603 all-target-[+module+], check-target-[+module+],
4604 install-target-[+module+], [+make_target+]-target-[+module+]):
4605 Pass [+extra_make_args+].
4606 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4607 (GCC_HOST_EXPORTS): Remove.
4608 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4609 cross, check-gcc, check-gcc-c++, install-gcc,
4610 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4611 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4612 * Makefile.in: Regenerate.
4613
929ba6e7
CF
46142004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4615
4616 * configure.in: Check for srcdir/winsup rather than build directory
4617 winsup.
4618 * configure: Regenerate.
4619
b76d7de0
CV
46202004-06-17 Corinna Vinschen <vinschen@redhat.com>
4621
4622 * configure.in: Don't build Cygwin native newlib if winsup
4623 directory is missing. Emit warning instead.
4624 * configure: Regenerate.
4625
656fdd47
PB
46262004-06-09 Paolo Bonzini <bonzini@gnu.org>
4627
4628 * Makefile.tpl (touch-stage[+id+]): New.
4629 (restage[+prev+]): Depend on touch-stage[+id+].
4630
4631 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4632 Use it throughout.
4633
4634 * Makefile.def: Add profile and feedback bootstrap stages.
4635 Remove next field from bootstrap stages.
4636 * Makefile.tpl (LN, LN_S): Substitute.
4637 (stageN-start, stageN-end): Use double-colon rules, to
4638 provide a hook for additional setup commands.
4639 (distclean-stageN-gcc, restageN): Create dependencies from
4640 [+prev+], not from [+next+].
4641 (stageN-bubble): Add commands for successive stages from
4642 [+prev+], using double-colon rules.
4643 (all-stageN-gcc): Fix typo.
4644 (stagefeedback-start, profiledbootstrap): New.
4645 * Makefile.in: Regenerate.
4646 * configure.in: Call ACX_PROG_LN.
4647 * configure: Regenerate.
4648
498d4a71
CF
46492004-06-03 Paolo Bonzini <bonzini@gnu.org>
4650
4651 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4652 without gcc.
4653 * configure: Regenerate.
4654
377d8c42
PB
46552004-06-01 Paolo Bonzini <bonzini@gnu.org>
4656
4657 * Makefile.tpl: Fix typo.
4658 * Makefile.in: Regenerate.
4659
f5f8a794
PB
46602004-06-01 Paolo Bonzini <bonzini@gnu.org>
4661
4662 * configure.in: Remove new- prefix from toplevel
4663 bootstrap targets.
4664 * configure: Regenerate.
4665
f7a4c34f
PB
46662004-06-01 Paolo Bonzini <bonzini@gnu.org>
4667
4668 Merge this patch from the gcc tree:
4669
4670 2004-05-30 Andreas Jaeger <aj@suse.de>
4671 Jim Wilson <wilson@specifixinc.com>
4672
4673 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4674 like CC.
4675
319cab08
PB
46762004-06-01 Paolo Bonzini <bonzini@gnu.org>
4677
4678 * Makefile.tpl (all.normal): Rename to all.
4679 (all): Replace with a rule to pick the default
4680 target from configure.
4681 (all-gcc, configure-gcc): Use conditionals to
4682 do nothing when toplevel bootstrap is going on.
4683 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4684 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4685 * configure.in: Support --enable-bootstrap.
4686
4687 * Makefile.def: Remove new- prefix from toplevel
4688 bootstrap targets.
4689 * Makefile.tpl: Likewise.
4690
4691 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4692 target.
4693
4694 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4695 $(RECURSE_FLAGS) to recursive invocation of make.
4696
4697 * Makefile.in: Regenerate.
4698 * configure: Regenerate.
4699
88f64edc
DJ
47002004-05-27 Daniel Jacobowitz <dan@debian.org>
4701
4702 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4703 * configure: Regenerate.
4704
378fce5b
DD
47052004-05-25 Daniel Jacobowitz <drow@false.org>
4706
4707 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4708 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4709 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4710 targets.
4711 * Makefile.in: Regenerate.
4712
dfdffa2c
PB
47132005-05-24 Paolo Bonzini <bonzini@gnu.org>
4714
4715 * configure.in: Test the ability to symlink directories.
4716 * configure: Regenerate.
4717
4718 * Makefile.def (bootstrap-stage): New definitions.
4719 * Makefile.tpl (configure-stage1-gcc,
4720 configure-stage2-gcc, configure-stage3-gcc,
4721 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4722 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4723 new-restage3, compare): Autogenerate, see Makefile.in
4724 entry for behavioral changes.
4725 (distclean-stage1, new-stage1-start, new-stage1-end,
4726 new-stage1-bubble, distclean-stage2, new-stage2-start,
4727 new-stage2-end, new-stage2-bubble, distclean-stage3,
4728 new-stage3-start, new-stage3-end): New autogenerated targets.
4729 (objext, prebootstrap, BOOT_CFLAGS,
4730 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4731 targets.
4732
4733 * Makefile.in: Regenerate.
4734 (distclean-stage1, new-stage1-start, new-stage1-end,
4735 new-stage1-bubble, distclean-stage2, new-stage2-start,
4736 new-stage2-end, new-stage2-bubble, distclean-stage3,
4737 new-stage3-start, new-stage3-end): New targets.
4738 (all-stage1-gcc): Move prebootstrap dependency from here...
4739 (configure-stage1-gcc): ...to here.
4740 (new-bootstrap): Use bubble targets.
4741 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4742 Use per-stage distclean targets.
4743 (configure-stage1-gcc, configure-stage2-gcc,
4744 configure-stage3-gcc, all-stage1-gcc,
4745 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4746 Use new-stageN-start to prepare the tree.
4747
04cf1b77
PB
47482004-05-23 Paolo Bonzini <bonzini@gnu.org>
4749
4750 * Makefile.def (host_modules): add libcpp.
4751 * Makefile.tpl: Add dependencies on and for libcpp.
4752 * Makefile.in: Regenerate.
4753 * configure.in: Add libcpp host module.
4754 * configure: Regenerate.
4755
80b200a1
ZW
47562004-05-17 Zack Weinberg <zack@codesourcery.com>
4757
4758 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4759 of libf2c.
4760 * configure, Makefile.in: Regenerate.
4761
4b1cb4fe
DD
47622004-05-13 Diego Novillo <dnovillo@redhat.com>
4763
4764 Merge from tree-ssa-20020619-branch.
4765
4766 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4767 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4768 (HOST_GMPLIBS): Define.
4769 (HOST_GMPINC): Define.
4770 (TARGET_LIB_PATH): Add libmudflap.
4771 (GFORTRAN_FOR_TARGET): Define.
4772 (configure-build*): Export GFORTRAN.
4773 (configure-gcc): Export GMPLIBS and GMPINC.
4774 (all-gcc): Add maybe-all-libbanshee.
4775 (configure-target-libgfortran): Define.
4776 * Makefile.in: Regenerate.
4777 * configure.in (host_libs): Add libbanshee.
4778 (target_libraries): Add target-libmudflap and target-libgfortran.
4779 Add --with-libbanshee.
4780 Handle --disable-libmudflap.
4781 (*-*-freebsd*): Use with_gmp.
4782 Add $(libgcj) to noconfigdirs.
4783 * configure: Regenerate.
4784 * depcomp: New file.
4785 * MAINTAINERS: Add tree-ssa maintainers.
4786
47872004-04-28 Paolo Bonzini <bonzini@gnu.org>
4788
4789 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4790 * configure: Regenerate.
4791
b8908782
DD
47922004-04-27 Paolo Bonzini <bonzini@gnu.org>
4793
4794 Revert:
4795 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4796
4797 * Makefile.def (flags_to_pass): Remove *dir variables that
4798 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4799 as well as prefix and exec_prefix.
4800 * Makefile.in: Regenerate.
4801
48022004-04-26 Paolo Bonzini <bonzini@gnu.org>
4803
4804 * Makefile.def (host_modules): Mark with the bootstrap
4805 flag packages on which gcc depends.
4806 * Makefile.tpl (all-bootstrap): Use it.
4807 * Makefile.in: Regenerate.
4808
48092004-04-26 Paolo Bonzini <bonzini@gnu.org>
4810
4811 * Makefile.def (flags_to_pass): Remove *dir variables that
4812 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4813 as well as prefix and exec_prefix.
4814 * Makefile.in: Regenerate.
4815
48162004-04-26 Paolo Bonzini <bonzini@gnu.org>
4817
80b200a1
ZW
4818 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4819 * configure: Regenerate.
4820 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4821 * gcc/Makefile.tpl (compare): Use the result of the test.
4822 * gcc/Makefile.in: Regenerate.
b8908782
DD
4823
48242004-04-23 Paolo Bonzini <bonzini@gnu.org>
4825
4826 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4827 Always relocate gcc and prev-gcc to the original names, even
4828 if the build fails.
4829 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4830 New targets.
4831
0f260896
RO
48322004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4833
4834 * configure.in (mips*-*-irix5*): Enable ld.
4835 * configure: Regenerate.
4836
51860f05
JW
48372004-04-15 James E Wilson <wilson@specifixinc.com>
4838
4839 * Makefile.tpl (configure-[+module+], configure-gcc,
4840 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4841 Set and export LDFLAGS.
4842 * Makefile.in: Regenerate.
4843
54752a6b
NN
48442004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4845
4846 PR bootstrap/14871
4847 * Makefile.tpl: If we don't have built-in-tree target tools,
4848 use the ones found by configure rather than hacking around with
4849 program_transform_name.
4850 * configure.in: Give Makefile.tpl the information necessary
4851 to do that.
4852 * Makefile.in: Regenerate.
4853 * configure: Regenerate.
4854
48552004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4856
4857 PR bootstrap/14760
4858 * configure.in: When computing baseargs, strip *all* copies of
4859 offending options. Also, don't match/substitute the trailing space,
4860 so that this actually works when two similar options are separated by
4861 only one space.
4862 * configure: Regenerate.
4863
48642004-04-06 David Edelsohn <edelsohn@gnu.org>
4865
80b200a1
ZW
4866 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4867 (rs6000-*-aix*): Same.
4868 * configure: Regenerate.
54752a6b 4869
5e2b61fb
SS
48702004-03-25 Stan Shebs <shebs@apple.com>
4871
4872 Remove MPW support, no longer used.
4873 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
4874 mpw-install: Remove files.
4875 * src-release (DEVO_SUPPORT): Remove names of removed files.
4876 * MAINTAINERS: Likewise.
4877
1a6f2dc7
NN
48782004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4879
a0049f1b
NN
4880 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4881 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4882 * Makefile.in: Regenerate.
4883
1a6f2dc7
NN
4884 * configure.in (top level bootstrap support): Rework --enable-werror
4885 to set @stage2_werror_flag@.
4886 * configure: Regenerate.
4887 * Makefile.tpl (top level bootstrap support): Pass
4888 @stage2_werror_flag@ down to configure in stages 2 and 3.
4889 * Makefile.in: Regenerate.
4890
920e3419
NN
48912004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4892
4893 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4894 for stages 2 and 3 as well as in make. As a consequence, remove
4895 OUTPUT_OPTION (now detected by configure) from the flags passed down
4896 to make.
4897 * Makefile.in: Regenerate.
4898
4899 * Makefile.tpl (new-bootstrap): Fix typo.
4900 * Makefile.in: Regenerate.
4901
4fa63067
NN
49022004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4903
4904 * Makefile.tpl: Rearrange by moving recursive_targets rules
4905 into their proper sections.
4906 * Makefile.tpl (top level bootstrap support): Move disabling
4907 of coverage flags from 'make' to 'configure'; improve comments.
4908 * Makefile.in: Regenerate.
4909
4910 * Makefile.tpl (experimental top level bootstrap) Move stage1
4911 language setting from all- target to configure- target; disable
4912 intermodule optimization in stage 1; prevent gratuitous rebuilds
4913 of stage 1.
4914 * Makefile.in: Regenerate.
4915 * configure.in: Comma-separate stage 1 language list for top
4916 level bootstrap.
4917 * configure: Regenerate.
4918
4919 * Makefile.tpl: Clean up experimental top level bootstrap support:
4920 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4921 prev-gcc in configure- targets as well as all- targets.
4922 * Makefile.in: Regenerate.
4923
fb8a10fd
NN
49242004-03-17 Paolo Bonzini <bonzini@gnu.org>
4925
4926 * configure.in: Remove symbolic link section.
4927 * configure: Regenerate.
4928 * Makefile.tpl (links): Remove.
4929 * Makefile.in: Regenerate.
4930
947f426e 49312004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 4932 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
4933
4934 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 4935 Set with AC_CHECK_PROGS.
947f426e
NN
4936 * configure.in: Fix comment typo from last patch.
4937 * configure: Regenerate.
4938
1d39f329
NN
49392004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4940
4941 * Makefile.tpl: Introduce experimental top level bootstrap support.
4942 * Makefile.in: Regenerate.
4943 * configure.in: Introduce support for top level bootstrap.
4944 * configure: Regenerate.
4945
4b0ac75d 49462004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4947 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
4948
4949 PR bootstrap/14522
4950 * configure.in: Cope with shells that do not support unquoted ^
4951 * configure: Regenerate.
4952
2e70b094 49532004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 4954 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
4955
4956 PR bootstrap/14522
4957 * configure.in: Cope with shell that do not support nesting
4958 quotes inside quoted backquote substitutions.
4959 * configure: Regenerate.
4960
49612004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4962
4963 PR bootstrap/14522
4964 * configure.in: Fix escaping of $.
4965 * configure: Regenerate.
4966
9e07f89d
NN
49672004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4968
4969 * configure: Regenerate.
4970
49712004-03-08 Paolo Bonzini <bonzini@gnu.org>
4972
4973 PR ada/14131
4974 Move language detection to the top level.
4975 * configure.in: Find default values for the tools as
4976 soon as possible. Disable ada if GNAT is not found.
4977 Emit error message about missing languages. Expand
4978 --enable-languages=all for the gcc subdirectory.
4979
1712ab83
RS
49802004-03-01 Richard Sandiford <rsandifo@redhat.com>
4981
4982 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4983 and disable libgcj.
4984 * configure: Regenerated.
4985
3dee29da
NN
49862004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4987
4988 PR bootstrap/7087
4989 * Makefile.tpl: Guard XFOO sed statements better.
4990 * Makefile.tpl: Add dependency for configure-target-libada.
4991 * Makefile.in: Regenerate (incidentally fixes broken
4992 commit when libada-branch was merged).
4993
0558264b
AC
49942004-02-28 Andrew Cagney <cagney@redhat.com>
4995
4996 * src-release (CVS_NAMES): Define.
4997 (do-tar, do-tar): Prune $(CVS_NAMES).
4998
c38f9803
AC
49992004-02-23 Andrew Cagney <cagney@redhat.com>
5000
5001 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5002 2004-02-19.09.
5003
55636792
NN
50042004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5005
5006 PR bootstrap/11932
5007 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5008
1e600082
AC
50092004-02-19 Andrew Cagney <cagney@redhat.com>
5010
5011 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5012 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5013
3769cd82
DD
50142004-02-11 David Edelsohn <edelsohn@gnu.org>
5015
5016 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5017 (rs6000-*-aix*): Same.
5018 * configure: Regenerate.
5019
a92834c8
DD
50202004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5021
5022 * configure.in (host): Add in missing $noconfigdirs to defines.
5023 * configure: Regenerate.
5024
a2592b1b
DD
50252004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5026 Nathanael Nerode <neroden@gcc.gnu.org>
5027
5028 PR ada/6637, PR ada/5911
80b200a1 5029 Merge with libada-branch:
a2592b1b
DD
5030 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5031 with appropriate dependencies. Add --enable-libada configure switch.
5032 * configure, Makefile.in: Regenerate.
5033
e31d1ea3
DD
50342004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5035
5036 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5037 * configure: Regenerate.
5038
db85f5c0
JJ
50392004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5040
5041 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5042
fc434214
DD
50432004-01-23 DJ Delorie <dj@redhat.com>
5044
5045 * Makefile.def (target_modules) [libiberty]: Don't stage.
5046 * Makefile.in: Rebuilt.
5047
ad445c2c 50482004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5049
ad445c2c
JJ
5050 * COPYING.NEWLIB: Update to include copyrights for new
5051 iconv code.
5052
72bbedde
AC
50532004-01-15 Andrew Cagney <cagney@redhat.com>
5054
5055 * src-release: Update copyright year.
5056 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5057 (NEWLIB_SUPPORT_DIRS): Delete macro.
5058 (newlib.tar.bz2): Delete rule.
5059
a6d6062d
DD
50602004-01-14 Loren J. Rittle <ljrittle@acm.org>
5061
5062 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5063 * Makefile.tpl (configure-target-[+module+]): Support stage.
5064 * Makefile.in: Rebuilt.
5065
f8b73030
MR
50662003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5067
5068 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5069 throughout.
5070
aff0e9df
NN
50712004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5072
bb5dca17
NN
5073 * configure.in: Use ./config.cache, not config.cache.
5074 * configure: Regenerate.
5075 * Makefile.tpl: Special-casing not needed for GCC any more.
5076 * Makefile.in: Regenerate.
5077
82252c06
NN
5078 * configure.in: Don't share a cache file for host dirs.
5079 * configure: Regenerate.
5080
aff0e9df
NN
5081 * config-ml.in: Don't mess with the cache file.
5082
95036d20
NN
50832004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5084
ac7b618e
NN
5085 * Makefile.tpl: Make GCC use a separate config.cache.
5086 * Makefile.in: Regenerate.
5087
95036d20
NN
5088 PR bootstrap/11932, PR bootstrap/11933
5089 (I don't know if it will fix either of them, but it relates
5090 to them.)
5091 * configure.in: Don't use shared config.cache for target
5092 directories.
5093 * configure: Regenerate.
5094
08c1856b
DD
50952003-12-31 Roger Sayle <roger@eyesopen.com>
5096
5097 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5098 * configure: Regenerated.
5099
c1968181 51002003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5101
c1968181
DD
5102 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5103 * configure: Regenerated.
5104
10ecffb9
NN
51052003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5106
5107 Port change over from GCC:
5108 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5109 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5110 (configure-build-[+module+], configure-[+module+]): Likewise.
5111 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5112 * Makefile.in: Regenerate.
5113
f2ab5990
TF
51142003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5115
5116 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5117 * configure: Regenerate.
5118
41a7d11a
JJ
51192003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5120
80b200a1 5121 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5122 stdlib.
5123
d9441a1f
DD
51242003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5125
5126 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5127 * Makefile.in: Regenerate.
5128
3a48a978
DD
51292003-10-20 Phil Edwards <phil@codesourcery.com>
5130
5131 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5132 * configure: Regenerate.
5133
f0b24077
NN
51342003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5135
5136 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5137 HOST_FLAGS_TO_PASS.
5138 * Makefile.in: Regenerate.
5139
5fbad20a
DD
51402003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5141
5142 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5143 * configure: Rebuilt
5144 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5145 * Makefile.in: Rebuilt
5146
78be4155
L
51472003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5148
5149 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5150
051fcc7a
L
51512003-10-01 Phil Edwards <pme@gcc.gnu.org>
5152
5153 * config-ml.in: Use ac_configure_args directly instead of
5154 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5155 actually seen.
5156
51572003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5158
5159 * config-ml.in: Propagate INSTALL variables.
5160
f27d4f92
DJ
51612003-09-21 Daniel Jacobowitz <drow@mvista.com>
5162
5163 * configure.in: Pass a computed --program-transform-name
5164 to subconfigures.
5165 * configure: Regenerated.
5166
cae4d560
NN
51672003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5168
5169 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5170 * Makefile.in: Regenerate.
5171
5172 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5173 * Makefile.in: Regenerate.
5174
8ff944f6
DJ
51752003-09-17 Daniel Jacobowitz <drow@mvista.com>
5176
5177 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5178 quoting.
5179 * configure: Regenerated.
5180
d9a35680
MC
51812003-09-12 Michael Chastain <mec@shout.net>
5182
5183 Fix PR gdb/857.
5184 * src-release (do-proto-topleve): Remove junk files
5185 intl/config.cache, intl/config.status,
5186 intl/config.h, intl/stamp-h.
5187
710068b9
AC
51882003-09-14 Andrew Cagney <cagney@redhat.com>
5189
5190 * src-release (dejagnu.tar): New target.
5191 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5192 (do-djunpack): Use $(PACKAGE) for the package name.
5193
e1008165
DD
51942003-09-04 DJ Delorie <dj@redhat.com>
5195
5196 * configure: Regenerate.
5197
21998d12
NC
51982003-09-04 Robert Millan <robertmh@gnu.org>
5199
5200 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5201
ccca4bb3
DD
52022003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5203
5204 * configure.in: Ensure arguments to sed are properly spaced.
5205 * configure: Regenerate.
5206
ee949b5e
DJ
52072003-08-28 Daniel Jacobowitz <drow@mvista.com>
5208
5209 Merge from gcc:
5210 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5211 * install-sh: Update to newer upstream versions (associated with
5212 aclocal 1.7).
5213 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5214
75addda2
DJ
52152003-08-27 Daniel Jacobowitz <drow@mvista.com>
5216
5217 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5218 * configure: Regenerated.
5219
8d2877d8
NN
52202003-08-23 Phil Edwards <pme@gcc.gnu.org>
5221
5222 * configure.in: Use newline instead of semicolon when assuming
5223 shell arguments in a for loop.
5224 * configure: Regenerated.
5225
d2cc0e0d
GK
52262003-08-20 Geoffrey Keating <geoffk@apple.com>
5227
5228 PR 8180
5229 * configure.in: When testing with_libs and with_headers, treat
5230 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5231 * configure: Regenerate.
80b200a1 5232
d2cc0e0d
GK
5233 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5234 make, shell, etc.
5235 (baseargs): Likewise.
5236 * configure: Regenerate.
5237
04d1ab34
GK
52382003-08-19 Geoffrey Keating <geoffk@apple.com>
5239
5240 * configure.in: Disable libgcj for darwin not on powerpc.
5241 * configure: Rebuild.
5242
ca506da8
MC
52432003-08-15 Michael Chastain <mec@shout.net>
5244
5245 * src-release (do-proto-toplev): Remove junk files
5246 dejagnu/example/calc/config.status,
5247 dejagnu/example/calc/config.log.
5248
a4aa3f49
DD
52492003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5250
5251 * config-ml.in, symlink-tree: Add license.
5252
ede4fbe4
NN
52532003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5254
5255 Merge from gcc:
5256
5257 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5258 * Makefile.tpl (check, check-c++): Express dependencies using
5259 dependencies rather than commands.
5260 * Makefile.in: Regenerate.
5261
5262 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5263 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5264 * Makefile.in: Update.
5265
970f29af
AC
52662003-08-01 Andrew Cagney <cagney@redhat.com>
5267
5268 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5269 * configure: Ditto.
5270
b2884a0c
DD
52712003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5272
5273 * configure.in: Enable libgcj for darwin.
5274 * configure: Rebuild.
5275
c07f46a4
NN
52762003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5277
5278 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5279
9175bfc0
NN
52802003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5281
5282 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5283 creating target and build subdirs to build all parent dirs as needed.
5284 * Makefile.in: Rebuild.
5285 * configure.in: Don't build dirs explicitly here.
5286 * configure: Rebuild.
5287
b9abda6a
AO
52882003-07-22 Alexandre Oliva <aoliva@redhat.com>
5289
5290 * Makefile.tpl (all-make): Depend on intl.
5291 * Makefile.in: Rebuilt.
5292
eef8ffd4
NN
52932003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5294
5295 * config.if: Remove unused libc_interface determination.
5296
295efaf0
NN
52972003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5298
5299 * Makefile.in: Regenerate, correctly this time.
5300
e5c3f801
NN
53012003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5302
5303 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5304 unused INSTALL_PROGRAM_ARGS.
5305 * configure.in: Use AC_PROG_INSTALL.
5306 * Makefile.in: Regenerate.
5307 * configure: Regenerate.
5308
4a18bd6b
AO
53092003-07-10 Alexandre Oliva <aoliva@redhat.com>
5310
5311 * configure: Rebuilt.
5312 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5313 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5314 newlib nor libgloss.
5315 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5316 * configure.in (am33_2.0-*-linux*): Added.
5317
fbd1054d
BW
53182003-07-09 Bob Wilson <bob.wilson@acm.org>
5319
5320 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5321 * configure: Regenerate.
5322
b40e3958
L
53232003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5324
5325 * config-ml.in: Replace PWD with PWD_COMMAND.
5326 * Makefile.tpl: Likewise.
5327 * Makefile.in: Regenerated.
5328
4a5be7ba
NN
53292003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5330
5331 * configure.in: Clean up config-lang.in handling. Delete
5332 useless assignment to "subdirs".
5333 * configure: Regenerate.
5334
9c14acb8
NN
53352003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5336
5337 * configure.in: Rename 'target_libs' to 'target_libraries'.
5338 Remove useless reference to 'target_libs'.
5339 * configure: Regenerate.
5340
8f32e830
KS
53412003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5342
5343 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5344 * Makefile.in: Regenerate.
5345
12f0bd74
NN
53462003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5347
5348 * Makefile.def: Introduce flags_to_pass.
5349 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5350 * Makefile.in: Regenerate.
5351
b07c2aad
HPN
53522003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5353
5354 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5355 and target-libgloss.
5356 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5357 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5358 * configure: Regenerate.
b07c2aad 5359
56f25033
DD
53602003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5361
5362 * configure.in: Update testsuite_flags to new location.
5363 * configure. Regenerate.
80b200a1 5364
4ec9a3b2
NN
53652003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5366
5367 * Makefile.tpl: Remove BUILD_CC stuff.
5368 * Makefile.in: Regenerate.
5369
059083b1 53702003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5371
059083b1
L
5372 * config.guess: Update to 2003-06-12 version.
5373 * config.sub: Update to 2003-06-13 version.
5374
535b046a
TS
53752003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5376
5377 * MAINTAINERS: Add myself as MIPS co-maintainer.
5378
00c22daa 53792003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5380
00c22daa
L
5381 * config.guess: Update to 2003-06-06 version.
5382 * config.sub: Update to 2003-06-06 version.
5383
1047cb91
DD
53842003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5385
5386 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5387 * configure. Regenerate.
5388
123494c8
NN
53892003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5390
1047cb91
DD
5391 * configure.in: Disable serial configure by default.
5392 * configure: Regenerate.
5393 * Makefile.tpl: Abolish .NOTPARALLEL.
5394 * Makefile.in: Regenerate.
5395
7f121bbf
NN
5396 * Makefile.tpl: Replace {build,host,target}_canonical by
5397 {build,host,target}.
5398 * Makefile.in: Regenerate.
5399
123494c8
NN
5400 * Makefile.tpl: Fix stupid pasto.
5401 * Makefile.in: Regenerate.
5402
ec7e0995
NN
54032003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5404
5405 * Makefile.tpl: Remove bogus conditional.
5406 * Makefile.in: Regenerate.
5407
27b1cc72
NN
54082003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5409
2a4cbe27
NN
5410 * Makefile.tpl: Make 'recursive targets' using autogen rather
5411 than shell loop. Remove duplicate 'clean' targets and false
5412 comments.
5413 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5414 Add systematic method of specifying missing targets in subdirs.
5415 Add copyright boilerplate.
5416 * Makefile.in: Regenerate.
5417 * configure.in: Add 'recursive targets' to maybe list.
5418 * configure: Regenerate.
5419
27b1cc72
NN
5420 * Makefile.tpl: Rename [+target+] to [+make_target+].
5421 * Makefile.def: Rename 'target' to 'make_target'.
5422
01e51bd0
NC
54232003-05-30 Nick Clifton <nickc@redhat.com>
5424
5425 * README-maintainer-mode: Update URL for locating blessed config
5426 tools.
5427
2fd84b42
NC
54282003-05-29 Robert Millan <rmh@debian.org>
5429
5430 * ltconfig: Import this patch and modify for use with current
5431 version of ltconfig:
5432
5433 2003-05-21 Bruno Haible <bruno@clisp.org>
5434
5435 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5436 GNU/FreeBSD.
5437
8945c6bb
DD
54382003-05-28 DJ Delorie <dj@redhat.com>
5439
5440 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5441 * Makefile.in: Regenerate.
5442
2f9632a1
JJ
54432003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5444
80b200a1 5445 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5446
3a12db16 54472003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5448
3a12db16
DD
5449 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5450 newlib or libgloss.
5451 * Makefile.in: Regenerate.
5452
44482353
DD
54532003-05-21 DJ Delorie <dj@redhat.com>
5454
5455 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5456 * Makefile.in: Regenerate.
5457
fec2c52d
MR
54582003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5459
5460 * configure.in: Use curly braces in the definition of tooldir.
5461 * configure: Regenerate.
5462
16ae0395
NN
54632003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5464
5465 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5466 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5467 Factor out common code from autogen IF statements.
5468 * configure: Regenerate.
5469 * Makefile.in: Regenerate.
5470
ec11bdc6
DD
54712003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5472
5473 * configure.in: Accept i[3456789]86 for machine type.
5474 * configure: Regenerate.
5475
dd12c3a8
NN
54762003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5477
5478 * configure.in: Switch more things to use maybe dependencies.
5479 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5480 * configure: Regenerate.
5481 * Makefile.tpl: Switch more things to use maybe dependencies.
5482 * Makefile.in: Regenerate.
5483
cf662e21
AJ
54842003-05-16 Andreas Schwab <schwab@suse.de>
5485
5486 * Makefile.tpl (install-opcodes): Define.
5487 * Makefile.in: Rebuild.
5488
5481b376
AJ
54892003-05-13 Andreas Jaeger <aj@suse.de>
5490
5491 * config.guess: Update to 2003-05-09 version.
5492 * config.sub: Update to 2003-05-09 version.
5493
3959a22a
AJ
54942003-05-13 Michael Eager <eager@mvista.com>
5495
5496 * configure.in: Correct sed script so that options in quotes are not
5497 deleted.
5498 * configure: Rebuild.
5499
564b43e5
CV
55002003-05-12 Corinna Vinschen <corinna@vinschen.de>
5501
5502 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5503 and $$s/newlib/libc/sys/cygwin32 include paths.
5504 * configure: Ditto.
5505
bb947dc9
L
55062003-05-05 H.J. Lu <hjl@gnu.org>
5507
5508 * config-ml.in: Restored from gcc repository.
5509
77f7441a
CD
55102003-05-02 Chris Demetriou <cgd@broadcom.com>
5511
80b200a1
ZW
5512 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5513 * Makefile.in: Regenerate.
77f7441a 5514
a26d7085
DJ
55152003-04-27 Daniel Jacobowitz <drow@mvista.com>
5516
5517 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5518 and Makefile.def.
5519
e4c4d240
DJ
55202003-04-27 Daniel Jacobowitz <drow@mvista.com>
5521
5522 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5523 * Makefile.in: Regenerated.
5524
62a3fc85
DD
55252003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5526
5527 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5528 * Makefile.in: Regenerate.
5529
55302003-04-18 Jakub Jelinek <jakub@redhat.com>
5531
5532 * configure.in (powerpc64*-*-linux*): Remove.
5533 * configure: Rebuilt.
5534
5b474aa8
DD
55352003-04-17 Phil Edwards <pme@gcc.gnu.org>
5536
5537 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5538 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5539 and restrap.
5540 * Makefile.in: Regenerate.
5541
55422003-04-16 Richard Earnshaw <rearnsha@arm.com>
5543
5544 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5545 * configure: Regenerated.
5546
bc295afe
AO
55472003-04-11 Alexandre Oliva <aoliva@redhat.com>
5548
5549 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5550 * */configure: Rebuilt.
5551
3728fade
NN
55522003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5553
5554 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5555 * Makefile.in: Regenerate.
5556
ce5b542e
MC
55572003-03-14 Michael Chastain <mec@shout.net>
5558
5559 * Makefile.in: Regenerate with correct Makefile.def.
5560
3db0a37f
NN
55612003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5562
5563 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5564 Make macro.
5565 * Makefile.in: Regenerate.
5566 * configure.in: Clean up gxx_include_dir logic.
5567 * configure: Regenerate.
5568
34349c6e
DD
55692003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5570
5571 * configure.in (gxx_include_dir): Fix typo.
5572 * configure: Regenerated.
5573
686c28c9
AC
55742003-03-06 Andrew Cagney <cagney@redhat.com>
5575
5576 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5577
bba45b8b 55782003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5579
bba45b8b
NN
5580 * configure.in: Include $(build_tooldir)/sys-include in
5581 FLAGS_FOR_TARGET.
5582 * configure: Regenerated.
5583
2683747f
NN
55842003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5585
bba45b8b
NN
5586 * Makefile.tpl: Reindent.
5587 * Makefile.in: Regenerate.
5588 * configure.in: Reindent. Don't set unused variables.
5589 * configure: Regenerate.
5590
2683747f
NN
5591 * Makefile.tpl: Always pass down RANLIB.
5592 * Makefile.in: Regenerate.
5593
5594 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5595 * Makefile.in: Regenerate.
5596 * configure.in: Remove unused logic relating to --enable-shared
5597 and --enable-threads. Remove bogus comments. Remove redundant
5598 noconfigdirs.
5599 * configure: Regenerate.
5600
5601 * configure.in: Replace ${libstdcxx_version} by its value.
5602 Remove reference to mh-dgux.
5603 * configure: Regenerate.
5604
50212802
NN
56052003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5606
5607 * Makefile.tpl: Rearrange.
5608 * Makefile.in: Regenerate.
5609
a6be7fc6
NC
56102003-02-25 Nick Clifton <nickc@redhat.com>
5611
5612 * configure: Remove site-file supprot - it is obsolete.
5613
f8a495c8
NC
56142003-02-24 Uwe Stieber <uwe@wwws.de>
5615
5616 * configure.in: Add support for kaOS as cross build target system.
5617 * configure: Regenerated.
5618
3decd77d
DD
56192003-02-20 Sean McNeil <sean@blue.mcneil.com>
5620
5621 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5622 configure-target-* as some target builds may require additional
5623 flags for preprocessor tests.
5624 * Makefile.in: Regenerated.
5625
f4ff34a3
AO
56262003-02-19 Alexandre Oliva <aoliva@redhat.com>
5627
5628 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5629 * ltconfig: Handle it.
5630 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5631 auto-detecting it.
5632
b7e4a931
AO
56332003-02-19 Alexandre Oliva <aoliva@redhat.com>
5634
5635 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5636 it is used as argument to $CC.
5637 * ltcf-gcj.sh: Likewise.
5638
6b784d9f
AO
56392003-02-19 Alexandre Oliva <aoliva@redhat.com>
5640
5641 * configure.in: Introduce --enable-maintainer-mode.
5642 * configure: Rebuilt.
5643 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5644 for maintainer mode.
5645 * Makefile.in: Rebuilt.
5646
8bcd8a07
AC
56472003-02-19 Andrew Cagney <ac131313@redhat.com>
5648
5649 * configure: Regenerate using autoconf 2.13.
5650
ee3fd329
AM
56512003-02-19 Alan Modra <amodra@bigpond.net.au>
5652
5653 * config.guess: Import latest version.
5654 * config.sub: Import latest version.
5655
e9e45685
JM
56562003-02-18 Jason Merrill <jason@redhat.com>
5657
5658 * Makefile.tpl (check-c++): Allow parallelism.
5659
859789af
AC
56602003-02-17 Andrew Cagney <ac131313@redhat.com>
5661
5662 * configure: Regenerate using autoconf 000227.
5663
b3f16a9b
GK
56642003-02-15 Geoffrey Keating <geoffk@apple.com>
5665
5666 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5667 don't configure target-libobjc.
5668 * configure: Regenerate.
5669
72e60e02
DD
56702003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5671
5672 * Makefile.tpl (RANLIB): Define.
5673 * Makefile.in: Regenerate.
5674
91f0e695
KS
56752003-02-06 Keith R Seitz <keiths@redhat.com>
5676
5677 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5678 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5679 * Makefile.in: Regenerated.
5680 * configure.in: Remove all traces of snavigator, db, and grep.
5681 * configure: Regenerated.
5682
122bfa92
FCE
56832003-01-31 Frank Ch. Eigler <fche@redhat.com>
5684
5685 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5686 * Makefile.in: Regenerated.
5687
264095c3
AO
56882003-01-30 Alexandre Oliva <aoliva@redhat.com>
5689
5690 * config.if: Copy from GCC.
5691
a84dbcb3
AO
56922003-01-27 Phil Edwards <pme@gcc.gnu.org>
5693
5694 * configure.in: Revert 24Jan change.
5695 * configure: Regenerate.
5696
19618276
NN
56972003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5698
5699 * configure.in: Revert previous change.
5700 * configure: Regenerate.
5701
b7f27a92
NN
57022003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5703
5704 * configure.in: Make rda native-only.
5705 * configure: Regenerate.
5706
83326456
NN
57072003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5708
5709 * configure.in: Add missing \.
5710 * configure: Rebuilt.
5711
5e367fa5
JJ
57122003-01-17 Jakub Jelinek <jakub@redhat.com>
5713
5714 * configure.in (baseargs): Avoid using \| in sed regular
5715 expressions.
5716 * configure: Rebuilt.
5717
e01f337c
JJ
57182003-01-16 Jakub Jelinek <jakub@redhat.com>
5719
5720 * configure.in (baseargs): Remove all supported forms of
5721 --cache-file, --srcdir, --host, --build and --target options
5722 from argument lists.
5723 * configure: Rebuilt.
5724
aa236487
AO
57252003-01-15 Alexandre Oliva <aoliva@redhat.com>
5726
5727 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5728 * configure: Rebuilt.
5729
586c0873
NN
57302003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5731
5732 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5733 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5734 * Makefile.in: Regenerate.
5735 * configure: Regenerate.
5736
497f816e
DD
57372003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5738
5739 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5740 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5741 * Makefile.in: Regenerate.
5742
bfbe5519
AO
57432003-01-09 Alexandre Oliva <aoliva@redhat.com>
5744
5745 * configure.in: Remove Makefile in build, host and target modules
5746 unless configure was run with --no-recursion.
5747 * configure: Rebuilt.
5748
3f234ef5
CD
57492003-01-08 Chris Demetriou <cgd@broadcom.com>
5750
5751 * config.guess: Update to 2003-01-03 version.
5752 * config.sub: Update to 2003-01-03 version.
5753
a3982d48
CF
57542003-01-07 Christopher Faylor <cgf@redhat.com>
5755
5756 * configure: Regenerate with proper autoconf 2.13.
5757
75778ec4
CF
57582003-01-07 Christopher Faylor <cgf@redhat.com>
5759
80b200a1
ZW
5760 * configure.in: Add AC_PREREQ for consistency.
5761 * configure: Regenerate.
75778ec4 5762
c180f501
AC
57632003-01-06 Andrew Cagney <ac131313@redhat.com>
5764
5765 * configure.in (GDB_TK): Add tcl directories conditional on
5766 gdb/gdbtk directory being present.
5767 * configure: Regenerate.
5481b376 5768
46ca2cc2
DA
57692003-01-04 John David Anglin <dave.anglin@nrc.ca>
5770
5771 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5772 by gcc if LD is not defined and we are not doing a Canadian Cross.
5773 * configure: Rebuilt.
5774
53dd8dab
DJ
57752003-01-01 Daniel Jacobowitz <drow@mvista.com>
5776
5777 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
5778
50ceb20c
TT
57792002-12-31 Tom Tromey <tromey@redhat.com>
5780
5781 * Makefile.in: Rebuilt.
5782 * Makefile.def (target_modules) [libffi]: Allow installation.
5783
e78b5cfe
AS
57842002-12-31 Andreas Schwab <schwab@suse.de>
5785
5786 * configure.in: Fix use of $program_transform_name.
5787 * configure: Regenerated.
5788
67448102
DJ
57892002-12-30 Daniel Jacobowitz <drow@mvista.com>
5790
5791 * configure.in (baseargs): Don't remove first configure argument.
5792 * configure: Regenerated.
5793
e6bfb94a
AO
57942002-12-29 Alexandre Oliva <aoliva@redhat.com>
5795
5796 * Makefile.tpl (local-distclean): Don't remove...
5797 (multilib.ts): ... this. Moved into...
5798 (multilib.out): ... this. Don't use sub-make.
5799 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5800 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5801 (configure-build-[+module+], configure-[+module+],
5802 configure-target-[+module+], configure-gcc): ... these. Test
5803 for Makefile existence. Drop config.status from dependencies.
5804 * Makefile.in: Rebuilt.
5805 * configure.in: Move gcc-version-trigger to the end of
5806 ac_configure_args. Add comments to maybedep.tmp and
5807 serdep.tmp. Introduce --disable-serial-configure. Remove
5808 nonopt from baseargs, matching and removing corresponding
5809 whitespace while at it.
5810 * configure: Rebuilt.
5811
8f0dfb36
AO
58122002-12-28 Alexandre Oliva <aoliva@redhat.com>
5813
5814 * configure.in (host_configargs): Replace reference to
5815 no-longer-defined buildopts with --build=${build_alias}.
5816 * configure: Rebuilt.
5817
43be203f
AO
58182002-12-28 Alexandre Oliva <aoliva@redhat.com>
5819
5820 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5821 program_transform_name to standard idiom.
5822 (AUTOGEN, AUTOCONF): Define.
5823 (Makefile.in): Use $(AUTOGEN).
5824 (Makefile): Depend on config.status, and use autoconf-style rule to
5825 build it. Move original commands to...
5826 (config.status): ... this new target.
5827 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5828 $(AUTOCONF).
5829 * Makefile.in: Rebuilt.
5830
a0da8069
NN
58312002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5832
d18f1c9f
NN
5833 * Makefile.tpl: Fix dramatic bustage due to change in
5834 program_transform_name.
5835 * Makefile.in: Regenerate.
5836
5837 * configure.in: Remove unnecessary PATH setting.
5838 * configure: Regnerate.
5839
5840 * configure.in: Don't default to unprefixed tools unless
5841 the native tools will work.
5842 * configure: Regenerate.
5843
a0da8069
NN
5844 * configure.in: Convert to autoconf script. Blow away lots
5845 of now-redundant Makefile fragments.
5846 * configure: Generate using Autoconf.
5847 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5848 * Makefile.in: Regenerate.
5849
c567df0a
NN
58502002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5851
5481b376 5852 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
5853 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5854
5481b376 5855 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 5856 where they belong.
2c7f9a32 5857
2dabcfb4
AS
58582002-12-24 Andreas Schwab <schwab@suse.de>
5859
5860 * Makefile.tpl (multilib.out): Fix missing space.
5861 * Makefile.in: Regenerate.
5862
1086bc09
NN
58632002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5864
5865 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5866 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5867 * Makefile.in: Regenerate.
5868 * configure.in: Remove unnecessary leftovers.
5869
1086bc09
NN
58702002-12-21 Geoffrey Keating <geoffk@apple.com>
5871
5872 * configure.in (extra_ranlibflags_for_target): New variable.
5873 (*-*-darwin): Add -c to ranlib commands.
5874 * configure (tooldir): Handle extra_ranlibflags_for_target.
5875
14e9ca95
JJ
58762002-12-20 Jeff Johnston <jjohnstn@redhat.com>
5877
5878 * COPYING.NEWLIB: Updated.
5879 * COPYING.LIBGLOSS: Ditto.
5880
14c428fb
NN
58812002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5882
5883 * Makefile.tpl: Revert HJL's change.
5884 * Makefile.in: Regenerated.
5885 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5886 always.
5887
313b8244
AS
58882002-12-19 Andreas Schwab <schwab@suse.de>
5889
5890 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5891 * Makefile.in: Regenerate.
5892
efeae3db
L
58932002-12-18 H.J. Lu <hjl@gnu.org>
5894
5895 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5896 * Makefile.in: Regenerated.
5897
5898 * configure.in (build_prefix): New. Substitute.
5899
43d92c63
NN
59002002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5901
59da4fe6
NN
5902 * Makefile.tpl: Don't let real targets depend on phony targets.
5903 * Makefile.in: Regenerate.
5904
43d92c63
NN
5905 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5906 * Makefile.in: Regenerate.
5907
b72e6a2d
JM
59082002-12-16 Jason Merrill <jason@redhat.com>
5909
5910 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5911 previous 'make bootstrap'.
5912 * Makefile.in: Regenerate.
5913
95c72c44
HPN
59142002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5915
5916 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5917
7d695d07
JM
59182002-12-13 Jason Merrill <jason@redhat.com>
5919
5920 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
5921 library tests.
5922 (check-c++): Just depend on it and check-target-libstdc++-v3.
5923 * Makefile.in: Regenerate.
5924
54103d1e
NN
59252002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5926
5927 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5928 * Makefile.in: Regenerate.
5929
4024f1e1
JJ
59302002-12-12 Jeff Johnston <jjohnstn@redhat.com>
5931
80b200a1
ZW
5932 * COPYING.NEWLIB: Update list of alternate Regent of California
5933 licenses and discuss official revoking of advertising clause.
5934 * COPYING.LIBGLOSS: Ditto.
4024f1e1 5935
7dda0df6
AO
59362002-12-12 Alexandre Oliva <aoliva@redhat.com>
5937
5938 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5939 * Makefile.in: Rebuilt.
5940
d03be79e 59412002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 5942
929293f4
NN
5943 * configure: Fix bug put in by gremlins.
5944
d03be79e
NN
5945 * Makefile.tpl: Substitute more autoconfily.
5946 * configure: Substitute more autoconfily.
5947 * Makefile.in: Regenerate.
5948
59492002-12-08 Andrew Cagney <ac131313@redhat.com>
5950
5951 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5952 * Makefile.in (all-sim): Ditto.
a36d530e
DD
5953
59542002-12-06 DJ Delorie <dj@redhat.com>
5955
5956 * Makefile.tpl: Change configure dependencies to not have real
5957 targets depend on phony targets.
b4a77b47 5958
db1ac78d
NN
59592002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5960
bcaf2395
NN
5961 * configure.in: Revert unintentional change.
5962
b4fa093e
NN
5963 * src-release: Configure host subdirs.
5964
db1ac78d
NN
5965 * Makefile.tpl: Change dependency for */multilib.out so that
5966 it works when gcc isn't in the tree.
5967
5968 * configure.in: Substitute more.
5969 * configure: Run subconfigures from the Makefile.
5970 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5971 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5972
15723a45
NN
59732002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5974
e2b9e2dc
NN
5975 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5976 and corresponding dependencies.
5977 * Makefile.in: Regenerate.
5978
2af579c4
NN
5979 * configure.in (host_tools): Order binutils, gas and ld for
5980 convenience in running the testsuites.
5981
a2cc058a
NN
5982 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5983 * Makefile.in: Regenerate.
5984 * configure.in: Introduce rules to serialize subconfigure runs.
5985
15723a45
NN
5986 * configure.in: Introduce BASE_CC_FOR_TARGET.
5987 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5988 Realize configure-build-* targets. Realize configure-target-* targets.
5989 * Makefile.in: Regenerate.
5990
ae831be5
NN
59912002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5992
5993 * configure: Move gcc_version_trigger stuff from here...
5994 * configure.in: ...to here.
5995
5996 * configure.in: Separate subconfigure options added by this file from
5997 options given by the user. Add machinery to put args for host
5998 subconfigures into the Makefile.
5999
6000 * Makefile.tpl: Remove 'vault' targets.
6001 * Makefile.tpl: Reorder and comment dependencies.
6002 * Makefile.in: Regenerate.
6003
bbf7c8ac
NN
60042002-11-28 Geoffrey Keating <geoffk@apple.com>
6005
6006 * configure.in: Move host-specific darwin noconfigdirs into
6007 the host-specific section.
6008
930314a4
NN
60092002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6010
52d7cdee
NN
6011 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6012 during replay.
6013 * Makefile.in: Regenerate.
6014
930314a4
NN
6015 (finishing slow-motion replay)
6016 * configure: Remove skip-this-dir support.
6017 * Makefile.tpl: Remove skip-this-dir support.
6018
6019 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6020 subdirectories.
6021 * Makefile.in: Regenerate.
6022
6023 * Makefile.tpl: Strip out useless setting of 'dir'.
6024 * Makefile.in: Regenerate.
5481b376 6025
930314a4
NN
60262002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6027
6028 (finishing slow-motion replay)
6029 * configure.in: Fix deeply stupid bug.
6030
6031 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6032 shell code in CXX_FOR_TARGET
6033 * Makefile.def: Introduce raw_cxx.
6034 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6035 RAW_CXX_FOR_TARGET.
6036 * Makefile.in: Regenerate.
6037
60382002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6039
6040 (finishing slow-motion replay)
6041 * Makefile.tpl: Remove unnecessary ifs.
6042 * Makefile.in: Regenerate.
6043
5481b376 6044 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6045 dependencies. Maybe-ize build-libiberty. Create dummy install
6046 targets for 'no_install' modules.
5481b376 6047 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6048 build_modules stuff to configure.in.
5481b376 6049 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6050 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6051 * Makefile.in: Regenerate.
6052
3866be5d
NN
60532002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6054
6055 (continuing slow-motion replay)
6056 * Makefile.tpl: Make all-target, install-target behave similarly
6057 to all, install (only hitting configured targets). Eliminate
6058 unused macro defintions.
6059
6060 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6061 build != host.
6062
6063 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6064
6065 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6066
5481b376 6067 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6068 configuring. Remove references to "dosrel".
6069 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6070 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6071 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6072 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6073 and redundant dependency; rearrange slightly.
6074 * Makefile.def: Add host-side libtermcap, utils.
6075
6076 * Makefile.in: Regenerate.
6077
e393202e
NN
60782002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6079
6080 (Continuing slow-motion replay)
6081 * Makefile.def: Add list of recursive targets to autogenerate.
6082 Add build_modules.
6083 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6084 targets. Autogenerate *-build-* targets.
6085 * Makefile.in: Regenerate.
6086
583d52d7
NN
60872002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6088
6089 (Continuing slow-motion replay)
6090 * configure: More autoconf-style substitutions.
6091 * Makefile.tpl: More autoconf-style substitutions.
6092 * Makefile.in: Regenerate.
6093
60942002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6095
6096 (Continuing slow-motion replay)
6097 * configure: Substitute more variables in a more autoconf-friendly
6098 way. Simplify slightly.
6099 * Makefile.tpl: Make more variables substitutable in an
6100 autoconf-friendly way.
6101 * Makefile.in: Regenerate.
6102
874e38b4
NN
61032002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6104
6105 (Continuing slow-motion replay)
6106 * configure.in (v810*): Remove special setting of tools.
6107
6108 * configure: Add support for extra required flags for ar or nm.
6109 * configure.in (aix4.3+): Use above support for target-specific
6110 issues, rather than using config/mt-aix43.
6111
852e5f18
NN
61122002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6113
6114 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6115 * configure: Remove 'removing', which doesn't work. Replace $subdir
6116 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6117 with $srcdir. Reformat indentation. Substitute some variables
6118 formerly hard-coded in the Makefile for build=host.
6119 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6120 * Makefile.def: Autogenerate more.
6121 * Makefile.in: Regenerate.
6122
c9a0d920
DD
61232002-11-13 Bruce Korb <bkorb@gnu.org>
6124
6125 * Makefile.tpl: syntactic cleanup
6126
dd2768ff
KB
61272002-11-04 Kevin Buettner <kevinb@redhat.com>
6128
6129 * Makefile.def (host_modules): Add rda.
6130 * Makefile.in: Regenerate.
6131 * configure.in (target_tool): Add target-rda to list.
6132
1aa8389d
DD
61332002-10-25 Phil Edwards <pme@gcc.gnu.org>
6134
6135 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6136 and restrap targets to this rule.
6137 * Makefile.in: Regenerate.
6138
28f46298
HPN
61392002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6140
6141 * configure.in (i[3456]86-*-linux*): Add check to disable
6142 ${libgcj} for glibc1.
6143
ff72e302
NC
61442002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6145
6146 * configure.in: Add tic4x target.
6147
8607b6c9
NN
61482002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6149
6150 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6151 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6152 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6153 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6154 * Makefile.in: Regenerate.
6155
f8f61f4a
NN
61562002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6157
c86f794b
NN
6158 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6159 * Makefile.in: Regenerate.
6160
a9590527
NN
6161 * Makefile.def: Remove order dependency comments.
6162 * Makefile.tpl: Add explicit install-install dependencies.
6163 * Makefile.in: Regenerate.
6164
8412ce72
NN
6165 * Makefile.tpl: Remove material now in src-release. (Finally!)
6166 * Makefile.in: Regenerate.
6167
8b9f37f1
NN
6168 * configure: Restore my original patch by syncing with gcc version.
6169
f8f61f4a
NN
6170 * Bring following over from gcc:
6171
61722002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6173
6174 * configure.in (s390*-*-linux*): Enable libgcj.
6175
403d9505
NN
61762002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6177
6178 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6179
95f6f383
AM
61802002-10-02 Alan Modra <amodra@bigpond.net.au>
6181
e4673b0a 6182 * configure: Move stray lines back to where they belong.
95f6f383 6183
748503c8
NN
61842002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6185
a581b5c3
NN
6186 * Makefile.tpl: Insert configure-target target, for src-release.
6187
c084f5b4
NN
6188 * configure: Finish reverting change which Andrew Cagney started
6189 reverting. Should fix bustage.
6190
7aa673ed 6191 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6192 * src-release: New file. Contains material for making net
6193 releases for gdb, binutils, et al., formerly in Makefile.in.
6194
82a9b2d9
NC
61952002-09-30 Nick Clifton <nickc@redhat.com>
6196
6197 * cpu: New top level directory. Intended to hold input files for
6198 CGEN which have FSF copyright assignment.
6199 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6200
c2463a00
AC
62012002-09-29 Andrew Cagney <ac131313@redhat.com>
6202
6203 Revert below (note that src does not contain Makefile.tpl):
6204 * Makefile.tpl: Make subsituted variables more autoconfy.
6205 * Makefile.in: Regenerate.
6206
f03b4789
NN
62072002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6208
c11e16a9
NN
6209 * configure: Revert accidentally applied changes.
6210
f03b4789
NN
6211 * Makefile.tpl: Make more autoconf-friendly.
6212 * Makefile.in: Regenerate.
6213 * configure: Make substitution more autoconf-like.
6214
62152002-09-28 Richard Earnshaw <rearnsha@arm.com>
6216
6217 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6218 single entry to handle all these.
6219 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6220 libjava on arm-*-elf.
6221
c0292023
GK
62222002-09-27 Geoffrey Keating <geoffk@apple.com>
6223
6224 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6225 things that depend on them.
6226
c66d951e
NN
62272002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6228
6229 * Makefile.tpl: Make subsituted variables more autoconfy.
6230 * Makefile.in: Regenerate.
6231 * configure: Make seds more autoconfy.
6232
907a7241 62332002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6234
6235 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6236 * Makefile.in: Regenerate.
6237 * configure.in: Rewrite sed statements to look autoconfy.
6238
907a7241
NN
6239 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6240 all-target-foo on configure-target-foo.
6241 * Makefile.def: Ditto.
6242 * Makefile.in: Rebuild.
6243
405ea7a0
NN
62442002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6245
6246 * Makefile.def: New file.
6247 * Makefile.tpl: New file.
6248 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6249
6250 * configure.in: Minor rearrangement. Simplify tests.
6251
bdc57bfd
JT
62522002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6253
6254 * configure.in (with_headers): Skip copy if value is "yes".
6255 (with_libs): Likewise.
6256
ae03d6e2
NN
62572002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6258
6259 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6260 * configure.in (sh*-*-pe*): Ditto.
6261 * configure.in (mips*-*-pe*): Ditto.
6262 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6263
6264 * configure.in: Rearrange.
6265
707960fe
NC
62662002-09-12 Nick Clifton <nickc@redhat.com>
6267
6268 * Import these changes from the config master repository:
6269
6270 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6271
6272 * config.sub: Add tic4x target.
6273
6274 2002-09-03 Ben Elliston <bje@redhat.com>
6275
6276 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6277 Reported by <Duncan_Stodart@insession.com>.
6278
36ea319f
JJ
62792002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6280
6281 * COPYING.NEWLIB: More updates.
6282
cf57480a
JJ
62832002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6284
6285 * COPYING.NEWLIB: Update.
6286
fd31a171
AC
62872002-08-23 Andrew Cagney <ac131313@redhat.com>
6288
23b632fc
AC
6289 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6290
fd31a171
AC
6291 * config.guess: Import version 2002-08-23.
6292 * config.sub: Import version 2002-08-22.
6293
a08bafb5
AO
62942002-08-20 Alexandre Oliva <aoliva@redhat.com>
6295
6296 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6297 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6298 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6299
17240c1f
NC
63002002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6301
6302 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6303
e70ad0c6
L
63042002-08-04 H.J. Lu (hjl@gnu.org)
6305
6306 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6307
574e6d11
DD
63082002-07-31 Alan Modra <amodra@bigpond.net.au>
6309
6310 * configure.in: Move generic linux case to end. Copy generic
6311 linux noconfigdirs to mips*-*-linux* entry and new
6312 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6313
611e7523
CD
63142002-07-19 Chris Demetriou <cgd@broadcom.com>
6315
6316 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6317 one instance of them which was missed to the list to update.
6318
51759676
CD
63192002-07-16 Chris Demetriou <cgd@broadcom.com>
6320
6321 * config.guess: Update to 2002-07-09 version.
6322 * config.sub: Update to 2002-07-03 version.
6323
7c1f909c
DD
63242002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6325
6326 * configure.in: Remove two redundant tests.
6327
d7cf5d30
DD
63282002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6329
6330 * configure.in (mips*-*-irix6*o32): Enable stabs.
6331
c74222f7
DD
63322002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6333
5b53c336
DD
6334 * configure.in: Don't build grez.
6335 * Makefile.in: Ditto.
6336
c74222f7
DD
6337 * Makefile.in: Remove references to bsp, cygmon, libstub.
6338 * configure.in: Ditto.
6339
6340 * configure.in: Remove leftover reference to gdbtest.
6341
edd1b227
DD
63422002-07-08 Phil Edwards <pme@gcc.gnu.org>
6343
6344 * configure.in (gxx_include_dir): Change to match versioned
6345 C++ headers if --enable-version-specific-runtime-libs is used.
6346
486186e3
AO
63472002-07-04 Steve Ellcey <sje@cup.hp.com>
6348
6349 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6350
ff0a3bf8
DD
63512002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6352
6353 * configure.in: Make --without-x work.
6354
1dfa8174
NC
63552002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6356
6357 * contrib: New directory. Created to contain a copy of the
5481b376 6358 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6359 the FSF GCC sources.
6360
07637366
DD
63612002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6362
b6f83f2a
DD
6363 * configure.in: Rearrange target Makefile fragment collection.
6364
07637366
DD
6365 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6366 cvs[src].
6367 * configure.in: Ditto.
6368
f48556b1
DD
63692002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6370
6371 * Makefile.in: Eliminate 'apache' targets.
6372 * configure.in: Eliminate 'apache' targets.
6373
6374 * configure.in: Eliminate redundant tests. Reorganize.
6375
6376 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6377
6378 * config-ml.in: Eliminate references to Cygnus configure.
6379
6380 * Makefile.in: Eliminate references to building emacs.
6381
63822002-07-01 Denis Chertykov <denisc@overta.ru>
6383
6384 * configure.in: Add support for ip2k.
6385
cdb9e2b8
BE
63862002-06-24 Ben Elliston <bje@redhat.com>
6387
6388 * configure.in (host_tools): Remove cgen.
6389
6390 * Makefile.in (all-cgen): Remove; runs from its source directory.
6391 (check-cgen, install-cgen, clean-cgen): Likewise.
6392 (all-opcodes): No not depend on all-cgen.
6393 (all-sim): Likewise.
6394
3558860c
DD
63952002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6396
6397 * configure.in: Fix AIX configury bug.
6398
e3b0c936
DD
63992002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6400
cdb9e2b8 6401 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6402
cdb9e2b8
BE
6403 * configure.in: Move definition of libstdcxx_flags right above
6404 usage, rather than way earlier.
8ee424c0 6405
c712250a
DD
6406 * configure.in: Pull definition of is_cross_compiler earlier.
6407
9ee1a75c
DD
6408 * configure.in: Rearrange a little.
6409
e3b0c936
DD
6410 * configure.in: Remove references to librx.
6411 * Makefile.in: Remove references to librx.
6412
b2bd228e
DD
64132002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6414
6415 * configure.in: Eliminate ${gasdir} variable.
6416
7cd52483
DB
64172002-06-18 Dave Brolley <brolley@redhat.com>
6418
6419 * configure.in: Add support for frv.
6420 * config.sub: Add support for frv.
6421
6c5e141a
DD
64222002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6423
6424 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6425
0d18b56d
JT
64262002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6427
6428 * configure.in (vax-*-netbsd*): Re-enable gas.
6429
fd8958d5
DD
64302002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6431
27f15fdd
DD
6432 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6433 BUILD_PREFIX_1, to correct nomenclature.
6434 * configure: Likewise.
6435
fd8958d5
DD
6436 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6437 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6438
0c2442b7
DD
64392002-05-31 Olaf Hering <olh@suse.de>
6440
6441 * config-ml.in: Propogate DESTDIR also.
6442
a3602181
JT
64432002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6444
6445 * configure.in (vax-*-netbsd*): Don't build gas for this
6446 platform.
6447
c95f53ae
MM
64482002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6449
6450 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6451 and libgcj for AVR.
6452
1d7c1053
NC
64532002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6454
6455 * config.sub: Add DLX target.
6456
4b37028f
JT
64572002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6458
6459 * config.guess: Update to 2002-05-22 version.
6460 * config.sub: Likewise.
6461
d5de0a84
NC
64622002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6463
6464 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6465 * config-ml.in: Likewise.
6466 * configure: Likewise.
6467 * configure.in: Likewise.
6468
c92a0210
DD
64692002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6470
115a77aa
DD
6471 * configure.in: Simplify makefile fragment collection.
6472
6473 * configure.in: Remove code to build emacs.
e99daf2b 6474
91e060aa
DD
6475 * configure.in : Remove --srcdir argument from targargs and buildargs
6476 (it's always overridden in the Makefile anyway). Rearrange a bit.
6477
6478 * configure: Move some logic to configure.in.
6479 * configure.in: Move some logic from configure.
c92a0210 6480
91217342
JJ
64812002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6482
6483 * COPYING.LIBGLOSS: New file.
6484
d3d8a9ee
NC
64852002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6486
6487 * Makefile.in: Honour DESTDIR.
6488
3a036cdc
AO
64892002-05-05 Alexandre Oliva <aoliva@redhat.com>
6490
6491 * configure.in (noconfigdirs): Don't disable libgcj on
6492 sparc64-*-solaris* and sparcv9-*-solaris*.
6493
6d095fe4
AO
64942002-05-03 Alexandre Oliva <aoliva@redhat.com>
6495
6496 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6497
dac55df9
TF
64982002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6499
6500 * configure.in (FLAGS_FOR_TARGET): Do not add
6501 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6502 on i[3456]86-*-linux*.
6503
a018e15b
TF
65042002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6505
6506 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6507
6508 * configure.in (noconfigdirs): Do not add target-newlib if
6509 target == i[3456]86-*-linux*, and host == target.
6510
5f284831
MM
65112002-04-29 Mark Mitchell <mark@codesourcery.com>
6512
6513 * config.guess: Updated to 2002-04-26's version.
6514 * config.sub: Updated to 2002-04-26's version.
6515
33babf59
DD
65162002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6517
bd5f7da2
DD
6518 * configure.in: delete reference to absent file
6519
a0c4f3a0
DD
6520 * configure.in: replace '[' with 'test'
6521
66f1ba4f
DD
6522 * configure.in: Eliminate references to gash.
6523 * Makefile.in: Eliminate references to gash.
6524
7c3ab50c
DD
6525 * configure.in: remove useless references to 'pic' makefile fragments.
6526
bbc025f5
DD
6527 * configure.in: (*-*-windows*) Finish removing.
6528
33babf59
DD
6529 * configure.in: Eliminate redundant test for libgui.
6530
d5ec694c
DD
65312002-04-26 Joel Sherrill <joel@OARcorp.com>
6532
6533 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6534 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6535
57a5346c
DD
65362002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6537
6538 * configure.in: remove references to dead files
6539
dbf93899
DD
65402002-04-18 Tom Tromey <tromey@redhat.com>
6541
6542 * configure.in: Disallow configuring libgcj when it is already
6543 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6544 Solaris 2.8 by default. For PR libgcj/6158.
6545
26eadf68
DD
65462002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6547
6548 * configure.in: Move default CC setting out of config/mh-* fragments
6549 directly into here.
6550
a0a2c6c6
DD
65512002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6552
6553 * configure.in: don't even try to configure or make a subdirectory
6554 if there's no configure script for it.
6555
9972f812
DD
65562002-04-15 Mark Mitchell <mark@codesourcery.com>
6557
6558 * MAINTAINERS: Remove chill maintainers.
6559 * Makefile.in (CHILLFLAGS): Remove.
6560 (CHILL_LIB): Remove.
6561 (TARGET_CONFIGDIRS): Remove libchill.
6562 (CHILL_FOR_TARGET): Remove.
6563 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6564 CHILL_LIB.
6565 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6566 (CHECK_TARGET_MODULES): Likewise.
6567 (INSTALL_TARGET_MODULES): Likewise.
6568 (CLEAN_TARGET_MODULES): Likewise.
6569 (configure-target-libchill): Remove.
6570 (all-target-libchill): Remove.
6571 * configure.in (target_libs): Remove target-libchill.
6572 Do not compute CHILL_FOR_TARGET.
6573 * libchill: Remove directory.
5481b376 6574
75205f78
DD
65752002-04-15 DJ Delorie <dj@redhat.com>
6576
6577 * Makefile.in, configure.in, configure: Sync with gcc, entries
6578 follow...
6579
65802002-04-08 Tom Tromey <tromey@redhat.com>
6581
6582 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6583 Fixes PR libgcj/6068.
6584
65852002-03-30 Krister Walfridsson <cato@df.lth.se>
6586
6587 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6588
65892002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6590
6591 * configure.in (alpha*-dec-osf*): Enable libgcj.
6592
65932002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6594
6595 Fix for: PR bootstrap/3591, target/5676
6596 * configure.in (mcore-pe): Disable the configuration of
6597 libstdc++-v3 since exceptions are not supported.
6598
65992002-03-20 Anthony Green <green@redhat.com>
6600
6601 * configure.in: Enable libgcj for xscale-elf target.
6602
66032002-02-28 Alexandre Oliva <aoliva@redhat.com>
6604
6605 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6606 libjava.
6607 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6608
66092002-02-22 Alexandre Oliva <aoliva@redhat.com>
6610
6611 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6612 libstdc++-v3 and libjava.
6613
66142002-02-11 Adam Megacz <adam@xwt.org>
6615
6616 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6617 boehm-gc
6618
66192002-02-09 Alexandre Oliva <aoliva@redhat.com>
6620
6621 * config.guess: Updated to 2002-01-30's version.
6622 * config.sub: Updated to 2002-02-01's version.
6623 Contribute sh64-elf.
6624 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6625 * configure.in: Added sh64-*-*.
6626
66272002-01-17 H.J. Lu <hjl@gnu.org>
6628
6629 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6630 (all-target-fastjar): Also depend on all-target-libiberty.
6631
6632Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6633
6634 * configure, configure.in: Use temp file for long sed commands.
6635
66362001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6637
6638 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6639 libf2c.
6640
66412001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6642
6643 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6644
66452001-10-11 Hans-Peter Nilsson <hp@axis.com>
6646
6647 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6648
66492001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6650
6651 * configure: Handle temporary files securely using mkdir.
6652
66532001-09-26 Will Cohen <wcohen@redhat.com>
6654
6655 * configure.in (*-*-linux*): Disable configuration of target-newlib
6656 and target-libgloss.
6657
66582001-09-26 Alexandre Oliva <aoliva@redhat.com>
6659
6660 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6661 RANLIB.
6662
66632001-08-11 Graham Stott <grahams@redhat.com>
6664
6665 * Makefile.in (check-c++): Add missing semicolon.
6666
66672001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6668
6669 * configure.in (sh-*-linux*): New.
6670
66712001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6672
6673 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6674 and libgcj on m68hc11/m68hc12.
6675
66762001-06-27 H.J. Lu (hjl@gnu.org)
6677
6678 * Makefile (CFLAGS_FOR_BUILD): New.
6679 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6680
66812001-06-01 Hans-Peter Nilsson <hp@axis.com>
6682
6683 * configure.in (libstdcxx_flags): Do not try to execute
6684 libstdc++-v3/testsuite_flags until it exists.
6685
66862001-05-18 Benjamin Kosnik <bkoz@redhat.com>
6687
6688 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6689
66902001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
6691
6692 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6693
6694Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
6695
6696 * configure.in: Move *-chorusos target case to the proper switch.
6697 Disable libgcj.
6698
66992001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6700
6701 * Makefile.in (STAGE1_CFLAGS): Pass down.
6702
67032001-04-13 Alan Modra <amodra@one.net.au>
6704
6705 * config.guess: Add hppa64-linux support. Note for next import that
6706 this is already in the master file.
6707 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
6708
67092001-03-22 Colin Howell <chowell@redhat.com>
6710
6711 * Makefile.in (DO_X): Do not backslash single-quotes in
6712 backquotes (two places).
6713
67142001-03-18 Laurynas Biveinis <lauras@softhome.net>
6715
6716 * Makefile.in (DO_X): Quote nested quotes.
6717
67182001-03-15 Laurynas Biveinis <lauras@softhome.net>
6719
6720 * Makefile.in (DO_X): Use double quotes for quoting
6721 "RANLIB=$${RANLIB}".
6722
67232001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
6724
6725 * configure.in: Only use `lang_requires' for languages athat are
6726 actually enabled.
6727
67282001-03-07 Tom Tromey <tromey@redhat.com>
6729
6730 * configure.in: Allow config-lang.in to set `lang_requires' to list
6731 of other required languages.
6732
67332001-03-06 Laurynas Biveinis <lauras@softhome.net>
6734
6735 * Makefile.in: Remove RANLIB definition. Use RANLIB
6736 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6737 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6738
67392001-02-28 Benjamin Kosnik <bkoz@redhat.com>
6740 Alexandre Oliva <aoliva@redhat.com>
6741
6742 * Makefile.in (check-c++): Use tabs, not spaces.
6743
67442001-02-19 Benjamin Kosnik <bkoz@redhat.com>
6745
6746 * Makefile.in (check-c++): New rule.
6747
6748 * configure.in (target_libs): Remove libg++.
6749 (noconfigdirs): Remove libg++.
6750 (noconfigdirs): Same.
6751 (noconfigdirs): Same.
6752 (noconfigdirs): Same.
6753
6754 * config-ml.in: Remove libg++ references.
6755
6756 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6757 (ALL_TARGET_MODULES): Same.
6758 (configure-target-libg++): Remove.
6759 (all-target-libg++): Remove.
6760 (configure-target-libio): Remove.
6761 (all-target-libio): Remove.
6762 (check-target-libio): Remove.
6763 (.PHONY): Remove.
6764 (libg++.tar.bz2): Remove.
6765 (all-target-cygmon): Remove libio.
6766 (all-target-libstdc++): Remove.
6767 (configure-target-libstdc++): Remove.
6768 (TARGET_LIB_PATH): Remove libstdc++.
6769 (ALL_GCC_CXX): Remove libstdc++.
6770 (all-target-gperf): Correct.
6771
67722001-02-15 Anthony Green <green@redhat.com>
6773
6774 * configure: Introduce GCJ_FOR_TARGET.
6775 * configure.in: Ditto.
6776 * Makefile.in: Ditto.
6777
67782001-02-08 Chandrakala Chavva <cchavva@redhat.com>
6779
6780 * configure.in: for *-chorusos, don't config target-newlib and
6781 target-libgloss.
6782
67832001-02-04 Mark Mitchell <mark@codesourcery.com>
6784
6785 Remove V2 C++ library.
6786 * configure.in: Remove --enable-libstdcxx_v3 support.
6787
67882001-01-27 Richard Henderson <rth@redhat.com>
6789
6790 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
6791
67922001-01-26 Tom Tromey <tromey@redhat.com>
6793
6794 * configure.in: Allow libgcj to be built on Sparc Solaris.
6795
67962001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
6797
6798 * configure.in: Enable libgcj on several additional platforms.
6799
68002001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
6801
6802 * configure.in: Enable libgcj for linux targets.
6803
68042001-01-09 Mike Stump <mrs@wrs.com>
6805
6806 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
6807 failures of subdirectories.
6808
68092001-01-02 Laurynas Biveinis <lauras@softhome.net>
6810
6811 * configure: handle DOS-style absolute paths.
6812
68132001-01-02 Laurynas Biveinis <lauras@softhome.net>
6814
6815 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
6816
68172000-12-18 Benjamin Kosnik <bkoz@redhat.com>
6818
6819 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
6820 (libstdcxx_incdir): Pass down.
6821 * config.if: Remove expired bits for cxx_interface, add stub.
6822 (libstdcxx_incdir): Add variable for g++ include directory.
6823 * configure.in (gxx_include_dir): Use it.
6824
68252000-12-15 Andreas Jaeger <aj@suse.de>
6826
6827 * configure.in: Handle lang_dirs.
6828
68292000-12-13 Anthony Green <green@redhat.com>
6830
6831 * configure.in: Disable libgcj for any target not specifically
6832 listed. Disable libgcj for x86 and Alpha Linux until compatible
6833 with g++ abi.
6834
68352000-12-13 Mike Stump <mrs@wrs.com>
6836
6837 * Makefile.in (local-distclean): Also remove fastjar.
6838
68392000-12-10 Anthony Green <green@redhat.com>
6840
6841 * configure.in: Define libgcj. Disable libgcj target libraries for
6842 most targets.
6843
68442000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
6845
6846 * configure.in (target_libs): Revert 2000-12-08 patch.
6847 (noconfigdirs): Added target-libjava.
6848
68492000-12-09 Laurynas Biveinis <lauras@softhome.net>
6850
6851 * Makefile.in: handle DOS-style absolute paths.
6852
68532000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6854
6855 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
6856 libjava.
6857 * configure.in (target_libs): Removed `target-libjava'.
6858
68592000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
6860
6861 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
6862 (ALL_MODULES): Added fastjar.
6863 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
6864 (all-target-libjava): all-fastjar replaces all-zip.
6865 (all-fastjar): Added.
6866 (configure-target-fastjar, all-target-fastjar): Likewise.
6867 * configure.in (host_tools): Added fastjar.
6868
68692000-12-07 Mike Stump <mrs@wrs.com>
6870
6871 * Makefile.in (local-distclean): Remove leftover built files.
6872
68732000-11-16 Fred Fish <fnf@be.com>
6874
6875 * configure.in (enable_libstdcxx_v3): Fix typo,
6876 libstd++ -> libstdc++.
6877
68782000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
6879
6880 * configure: Provide the original toplevel configure arguments
6881 (including $0) to subprocesses in the environment rather than
6882 through gcc/configargs.h.
6883
68842000-11-12 Mark Mitchell <mark@codesourcery.com>
6885
6886 * configure: Turn on libstdc++ V3 by default.
6887
68882000-10-16 Michael Meissner <meissner@redhat.com>
6889
6890 * configure (gcc/configargs.h): Only create if there is a build GCC
6891 directory created.
6892
68932000-10-05 Phil Edwards <pme@gcc.gnu.org>
6894
6895 * configure: Save configure arguments to gcc/configargs.h.
6896
68972000-10-04 Andris Pavenis <pavenis@latnet.lv>
6898
6899 * Makefile.in (bootstrap): avoid recursion if subdir missing
6900 (cross): ditto
6901 (do-proto-toplev): ditto
6902
6903Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
6904
6905 * configure.in: Do not build byacc for hppa64. Provide paths to the
6906 X11 libraries for hppa64.
6907
69082000-09-02 Anthony Green <green@cygnus.com>
6909
6910 * Makefile.in (all-gcc): Depend on all-zlib.
6911 (CLEAN_MODULES): Add clean-zlib.
6912 (ALL_MODULES): Add all-zlib.
6913 * configure.in (host_libs): Add zlib.
6914
69152000-08-25 Alexandre Oliva <aoliva@redhat.com>
6916
6917 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
6918 $targargs to tell whether newlib is going to be built.
6919
6920 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
6921 $$r/TARGET_SUBDIR/libio for _G_config.h.
6922
69232000-08-14 Zack Weinberg <zack@wolery.cumb.org>
6924
6925 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
6926
6927 * configure: Make enable_threads and enable_shared defaults
6928 explicit. Substitute enable_threads into generated Makefiles.
6929 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
6930 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
6931
69322000-08-02 Manfred Hollstein <manfredh@redhat.com>
6933
6934 * configure.in: Re-enable all references to libg++ and librx.
6935
ffb97b2f 69362002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 6937
ffb97b2f
DD
6938 * configure.in: Add *-*-freebsd* configurations.
6939
bbf6e9e3
AC
69402002-04-07 Andrew Cagney <ac131313@redhat.com>
6941
6942 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6943 (do-tar, do-bz2): New rules.
6944 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6945 (gdb-tar): New rule.
6946 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6947 (insight_dejagnu.tar): New rule.
6948 (insight.tar): New rule.
6949 (gdb+dejagnu.tar): New rule.
6950 (gdb.tar): New rule.
6951
8f1579c0
AC
69522002-04-07 Andrew Cagney <ac131313@redhat.com>
6953
6954 * MAINTAINERS: Update dejagnu/
6955
ba3c59ab
AO
69562002-03-16 Alexandre Oliva <aoliva@redhat.com>
6957
6958 * ltmain.sh (relink_command): Fix typo in previous change.
6959
6243d5dd
AO
69602002-03-15 Alexandre Oliva <aoliva@redhat.com>
6961
6962 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6963 (relink_command): Added --tag flags.
6964 (mode=install): If relinking fails; error out.
6965
80413487
RH
69662002-03-12 Richard Henderson <rth@redhat.com>
6967
6968 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6969 .NOTPARALLEL tag.
6970 (do-check): Rename from check.
6971 (check): Allow parallel check.
6972
3daeddf6
RH
69732002-03-11 Richard Henderson <rth@redhat.com>
6974
6975 * Makefile.in (.NOTPARALLEL): Add fake tag.
6976
fad93c55
L
69772002-03-07 H.J. Lu (hjl@gnu.org)
6978
6979 * configure.in: Enable gprof for mips*-*-linux*.
6980
2e8357fc
AO
69812002-02-28 Alexandre Oliva <aoliva@redhat.com>
6982
6983 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6984 libjava.
6985 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
6986
bd48e1a9
AC
69872002-02-24 Andrew Cagney <ac131313@redhat.com>
6988
6989 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
6990
39121370
DJ
69912002-02-23 Daniel Jacobowitz <drow@mvista.com>
6992
6993 * config.guess: Import from master sources, rev 1.232.
6994 * config.sub: Import from master sources, rev 1.246.
6995
081ff160
AO
69962002-02-23 Alexandre Oliva <aoliva@redhat.com>
6997
6998 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6999 because its Makefile is there; test for the executable instead.
7000
20a5393b
AO
70012002-02-09 Alexandre Oliva <aoliva@redhat.com>
7002
7003 Contribute sh64-elf.
7004 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7005 * configure.in: Added sh64-*-*.
7006
38135629
JJ
70072002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7008
80413487
RH
7009 * COPYING.NEWLIB: Remove advertising clause from
7010 Berkeley and Red Hat licenses.
38135629 7011
48d19748
MD
70122002-02-01 Mo DeJong <supermo@bayarea.net>
7013
7014 * Makefile.in: Add all-tix to deps for all-snavigator
7015 so that tix is built when building snavigator.
7016
f6e1c110
BE
70172002-02-01 Ben Elliston <bje@redhat.com>
7018
7019 * config.guess: Import from master sources, rev 1.229.
7020 * config.sub: Import from master sources, rev 1.240.
7021
4867be41
DJ
70222002-01-27 Daniel Jacobowitz <drow@mvista.com>
7023
7024 From Steve Ellcey <sje@cup.hp.com>:
7025 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7026 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7027 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7028 IA64.
7029 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7030 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7031 soname_spec, sys_lib_search_path_spec): Ditto.
7032
e82380cc
JT
70332002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7034
7035 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7036 target-libiberty, and target-libgloss. Skip Java-related
7037 libraries if not supported for NetBSD on target CPU.
7038
1319fb9c
NC
70392002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7040
7041 * configure.in: Import StrongARM and XScale target_configdirs from
7042 FSF GCC version.
7043
b020f6ac
L
70442002-01-16 H.J. Lu (hjl@gnu.org)
7045
7046 * config.guess: Import from master sources, rev 1.225.
7047 * config.sub: Import from master sources, rev 1.238.
7048
7049 * MAINTAINERS: Updated notes on config.guess and config.sub.
7050
a0c1c920
NC
70512002-01-11 Steve Ellcey <sje@cup.hp.com>
7052
7053 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7054 ld and gdb are not supported.
7055
a9fa5e1f
JJ
70562002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7057
7058 * Change reference to Cygnus Solutions to be Red Hat.
7059
94077108
JJ
70602002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7061
7062 * COPYING.NEWLIB: Update generic copyright date.
7063
05ecd75c
MS
70642002-01-07 Mark Salter <msalter@redhat.com>
7065
7066 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7067 Allow target-libgloss to be built for arm, strongarm, and xscale.
7068
a106bb62
BE
70692002-01-03 Ben Elliston <bje@redhat.com>
7070
7071 * MAINTAINERS: Update URL for config.* scripts.
7072
0e254642
AM
70732001-12-18 Alan Modra <amodra@bigpond.net.au>
7074
7075 * config.sub: Import latest version.
7076 * config.guess: Likewise.
7077
0a0d0041
TF
70782001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7079
7080 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7081 options for i[3456]86-pc-linux* native builds.
7082
d932cae7
NC
70832001-12-05 Laurent Guerby <guerby@acm.org>
7084
7085 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7086 libiberty.
d932cae7
NC
7087
7088 Import this patch from gcc:
5481b376 7089
d932cae7
NC
7090 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7091
7092 * symlink-tree: handle DOS-style absolute paths.
7093
49b7683b
DD
70942001-11-28 DJ Delorie <dj@redhat.com>
7095 Zack Weinberg <zack@codesourcery.com>
7096
7097 When build != host, create libiberty for the build machine.
7098
7099 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7100 CONFIG_ARGUMENTS.
7101 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7102 New variables.
7103 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7104 and rules.
7105 (all.normal): Depend on ALL_BUILD_MODULES.
7106 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7107 (all-build-libiberty): Depend on configure-build-libiberty.
7108
7109 * configure: Calculate and substitute proper value for
7110 ALL_BUILD_MODULES.
7111 * configure.in: Create the build subdirectory.
7112 Calculate and substitute TARGET_CONFIGARGS (formerly
7113 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7114
26ef82f4
GK
71152001-11-26 Geoffrey Keating <geoffk@redhat.com>
7116
7117 * config.sub: Update to version 1.232 on subversion.
7118
43e64072
NC
71192001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7120
7121 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7122 files from .po files for a distribution.
7123
66f6c0d5
HPN
71242001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7125
7126 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7127
4a02fdb2
JH
71282001-11-13 Jeff Holcomb <jeffh@redhat.com>
7129
7130 Merged from net gcc:
7131 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7132 * ltcf-c.sh: Use $objext, not $ac_objext.
7133 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7134 * ltcf-cxx.sh: Add support for GNU.
7135 2001-07-22 Timothy Wall <twall@redhat.com>
7136 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7137 default settings if using GNU tools with that configuration.
7138 * ltcf-cxx.sh: Ditto.
7139 * ltcf-gcj.sh: Ditto.
7140 2001-07-21 Michael Chastain <chastain@redhat.com>
7141 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7142 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7143 * ltmain.sh: Mark as gcc-local.
7144
227b9953
JH
71452001-11-13 Jeff Holcomb <jeffh@redhat.com>
7146
7147 * Makefile.in (all-bison): Revert 2001-10-24.
7148 Don't depend on texinfo.
7149
cbbab8fb
JJ
71502001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7151
80413487 7152 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7153
922b2485
DD
71542001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7155
7156 * configure.in (--enable-languages): Be more permissive about
7157 syntax. Check for empty lists better. Warn about $LANGUAGES.
7158
f08fa01d
HPN
71592001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7160
7161 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7162
fee3da4e
JH
71632001-10-24 Jeff Holcomb <jeffh@redhat.com>
7164
7165 Makefile.in (all-bison): Don't depend on texinfo.
7166
73fb1ef9
AM
71672001-10-03 Alan Modra <amodra@bigpond.net.au>
7168
7169 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7170
373688ac
AO
71712001-09-29 Alexandre Oliva <aoliva@redhat.com>
7172
7173 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7174
9c07660b
HPN
71752001-09-28 Hans-Peter Nilsson <hp@axis.com>
7176
7177 * config.sub, config.guess: Import latest from subversions.
7178
3f152009
AO
71792001-09-21 Alexandre Oliva <aoliva@redhat.com>
7180
7181 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7182 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7183 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7184 avoid quotes nesting problems.
7185 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7186 (DO_X): Export only variables that are set.
7187
8f6a59e5
BE
71882001-09-19 Ben Elliston <bje@redhat.com>
7189
7190 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7191 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7192 semantics. Use the shell built-in "type" command instead.
7193
a1ec19fa
TS
71942001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7195
7196 * config.sub: Reverted the earlier change, this version is not the
7197 master file.
7198
4008bd9b
TS
71992001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7200
7201 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7202 Add support for mips64.
7203
dd1e52a4
JH
72042001-09-03 Jeff Holcomb <jeffh@redhat.com>
7205
7206 * configure.in: Enable libstdc++-v3 for h8300 targets.
7207
91549d1c
EC
72082001-08-30 Eric Christopher <echristo@redhat.com>
7209 Jason Eckhardt <jle@redhat.com>
7210
7211 * config.sub: Add support for mipsisa32.
7212
cf966cf9
EC
72132001-08-30 Eric Christopher <echristo@redhat.com>
7214
7215 * config.sub, config.guess: Import latest from subversions.
7216
82208dc5
AM
72172001-08-20 Alan Modra <amodra@bigpond.net.au>
7218
7219 * config.sub, config.guess: Import latest from subversions.
7220
4dca8403
DD
72212001-07-26 DJ Delorie <dj@redhat.com>
7222
7223 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7224
1107dce2
AM
72252001-06-19 Alan Modra <amodra@bigpond.net.au>
7226
7227 * Makefile.in: Revert 2001-06-17.
7228 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7229
e09a6604
L
72302001-06-17 H.J. Lu <hjl@gnu.org>
7231
7232 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7233 (gas+binutils.tar.bz2): Likewise.
7234 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7235
31a8b634
AC
7236Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7237
7238 * Makefile.in (VER): When present, extract the version number from
5481b376 7239 the file version.in.
31a8b634 7240
dc70af01
AO
72412001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7242
7243 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7244 gcc/xgcc is built, use -print-prog-name to find out the program
7245 name to use.
7246
839bbd8c
AO
72472001-06-04 Mark Mitchell <mark@codesourcery.com>
7248
7249 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7250 with_gcc]: Use `gcc -shared' to build a shared library.
7251
566e9a30
AO
72522001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7253
7254 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7255 archives.
7256
e877bb69
AO
72572001-05-28 Simon Patarin <simon.patarin@inria.fr>
7258
7259 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7260 libraries when using g++ with native linker.
7261
1605288b
AO
72622001-05-28 Alexandre Oliva <aoliva@redhat.com>
7263
7264 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7265
11a383ba
TR
72662001-05-24 Tom Rix <trix@redhat.com>
7267
7268 * configure.in : enable ld for aix
cf966cf9 7269
18611226
AO
72702001-05-22 Alexandre Oliva <aoliva@redhat.com>
7271
7272 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7273 [aix4*|aix5*]: Prepend blank.
7274
6be7c12c
AO
72752001-05-20 Alexandre Oliva <aoliva@redhat.com>
7276
7277 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7278 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7279 of subdir/configure scripts to use the new libtool.m4.
7280
4ed00bba
L
72812001-05-14 H.J. Lu <hjl@gnu.org>
7282
7283 * config.if (libc_interface): Set to -libc6.2- for cross
7284 compiling to Linux/glibc 2.2.
7285
b1af961c
AO
72862001-05-03 Alexandre Oliva <aoliva@redhat.com>
7287
7288 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7289 libgcj.
7290
5ec3e74e
AO
72912001-04-26 Alexandre Oliva <aoliva@redhat.com>
7292
7293 * configure.in (noconfigdirs): Don't reset it from scratch in the
7294 target case; only append to it.
7295
b3ed1d6b
AO
72962001-04-26 Alexandre Oliva <aoliva@redhat.com>
7297
7298 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7299 sparc-*-solaris2.8]: Disable ${libgcj}.
7300
96111c10
AO
73012001-04-25 Alexandre Oliva <aoliva@redhat.com>
7302
7303 * configure.in (libgcj_saved): Copy from $libgcj.
7304 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7305 --disable-libgcj.
7306
b5bf43f2
AO
73072001-04-20 Alexandre Oliva <aoliva@redhat.com>
7308
7309 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7310 1.641.2.228.
7311
8cc32590
AO
73122001-04-12 Alexandre Oliva <aoliva@redhat.com>
7313
7314 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7315 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7316
dec0cb0c
AO
73172001-04-01 Alexandre Oliva <aoliva@redhat.com>
7318
7319 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7320 New macros.
7321 (bootstrap, cross): Use RECURSE_FLAGS.
7322 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7323
6a9c3886
AO
73242001-03-27 Alexandre Oliva <aoliva@redhat.com>
7325
7326 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7327
d4fc7db8
NC
73282001-03-23 Nick Clifton <nickc@redhat.com>
7329
7330 * README-maintainer-mode: Add note about inability to use "make
7331 distclean" in maintainer mode.
7332
7389ff65
AO
73332001-03-22 Alexandre Oliva <aoliva@redhat.com>
7334
7335 Re-installed:
7336 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7337 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7338 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7339 * ltcf-cxx.sh: Likewise.
7340 * ltcf-gcj.sh: Likewise.
7341
b3e0dc8e
PB
73422001-03-22 Philip Blundell <philb@gnu.org>
7343
7344 * config.sub, config.guess: Import latest from subversions.
7345
469b781c
AO
73462001-03-22 Alexandre Oliva <aoliva@redhat.com>
7347
7348 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7349 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7350
b0dad762
MC
73512001-03-20 Michael Chastain <chastain@redhat.com>
7352
7353 * Makefile.in: all-m4 depends on all-texinfo.
7354
c559bb17
AO
73552001-03-08 Alexandre Oliva <aoliva@redhat.com>
7356
7357 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7358
fef4ae2e
JJ
73592001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7360
7361 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7362 longer valid.
7363
8d6dd99d
NC
73642001-02-16 Nick Clifton <nickc@redhat.com>
7365
7366 * configure.in (noconfigdirs): Allow configuration of texinfo
7367 for Cygwin hosts.
7368
a85d7ed0
NC
73692001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7370
7371 * config.guess: Add linux target for S/390.
7372 * config.sub: Likewise.
7373 * configure.in: Likewise.
7374
51221c5e
DD
73752001-02-06 Ben Elliston <bje@redhat.com>
7376
7377 * configure: Output host type to stdout, not stderr.
7378
9dec4c71
MS
73792001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7380
7381 * config.guess: Import from subversions.gnu.org (revision 1.181).
7382 * config.sub: Import from subversions.gnu.org (revision 1.199).
7383
9add9c04
AM
73842001-01-30 Alan Modra <alan@linuxcare.com.au>
7385
7386 * config.guess: Handle hppa64-linux systems.
7387
8679174d
MS
73882001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7389
7390 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7391 Don't unset, it's non-portable and no longer necessary, set to empty
7392 instead.
7393
02d01ed4
MS
73942001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7395
7396 * ltconfig: Shell portability fix for the tagname validity check.
7397
4cc5853d
MS
73982001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7399
7400 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7401
7487e485
AO
74022001-01-27 Alexandre Oliva <aoliva@redhat.com>
7403
7404 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7405 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7406
f332af52
AO
74072001-01-24 Alexandre Oliva <aoliva@redhat.com>
7408
7409 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7410 keep at least one of build_libtool_libs or build_old_libs set to
7411 yes.
7412
ef099754
AO
74132001-01-24 Alexandre Oliva <aoliva@redhat.com>
7414
7415 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7416 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7417
8341f2fc 74182000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7419
8341f2fc
AJ
7420 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7421
74222000-11-03 Philip Blundell <pb@futuretv.com>
7423
7424 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7425 files.
ebf0fa2e 7426
c320a39f
JJ
74272001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7428
7429 * COPYING.NEWLIB: Put into source repository.
7430
8817b92e
BE
74312001-01-15 Ben Elliston <bje@redhat.com>
7432
7433 * configure.in (host_tools): Add sid.
7434 Always configure cgen.
7435 * Makefile.in (all-sid): New target.
7436 (check-sid, clean-sid, install-sid): Likewise.
7437
35590697
AJ
74382001-01-07 Andreas Jaeger <aj@suse.de>
7439
80413487 7440 * config.sub, config.guess: Update from subversions.
35590697 7441
6ee6cea6
AO
74422000-12-12 Alexandre Oliva <aoliva@redhat.com>
7443
7444 * configure.in: Disable language-specific target libraries for
7445 languages that aren't enabled.
7446
077b8428
NC
74472000-11-24 Nick Clifton <nickc@redhat.com>
7448
7449 * configure.in (xscale-elf): Add target.
7450 (xscale-coff): Add target.
7451 (c4x, c5x, tic54x): Move after ARM targets.
7452
9e28a1ed
AO
74532000-11-23 Alexandre Oliva <aoliva@redhat.com>
7454
7455 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7456
be98a80a
ILT
74572000-11-20 Ian Lance Taylor <ian@zembu.com>
7458
7459 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7460
5cec67bf
AO
74612000-11-18 Alexandre Oliva <aoliva@redhat.com>
7462
7463 * Makefile.in: Merge with GCC and libgcj.
7464 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7465 configure-target-<library> when their configure scripts need the C
7466 or C++ library to have already been built to work properly.
7467 (do_proto_toplev): Set them to an empty string.
7468
d932cae7 74692000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7470
7471 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7472 (REALLY_SET_LIB_PATH): Use them.
7473
d932cae7 74742000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7475
7476 * config.sub: Add support for Sun Chorus
7477
8602ff0c
NC
74782000-11-02 Per Lundberg <plundis@chaosdev.org>
7479
7480 * config.sub: Add support for the *-storm-chaos OS.
7481
f9e0997d
NC
74822000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7483
80413487
RH
7484 * configure.in (noconfigdirs): Don't compile some
7485 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7486
d64552c5
AO
74872000-09-30 Alexandre Oliva <aoliva@redhat.com>
7488
7489 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7490 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7491 all affected `configure' scripts.
7492
97f60b31
AO
74932000-09-25 Alexandre Oliva <aoliva@redhat.com>
7494
7495 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7496 ltcf-c.sh.
7497
6e8dd58f
PB
74982000-09-12 Philip Blundell <philb@gnu.org>
7499
7500 * config.sub, config.guess: Update from subversions.
7501
103a2e99
AO
75022000-09-06 Alexandre Oliva <aoliva@redhat.com>
7503
51601921
AO
7504 * Makefile.in (all-zlib): Added dummy target.
7505
103a2e99
AO
7506 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7507 multi-language branch.
7508
2809b4b9
AO
75092000-09-05 Alexandre Oliva <aoliva@redhat.com>
7510
7511 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7512 (bootstrap*): Depend on all-bootstrap.
7513
7450026c
AO
75142000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7515
7516 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7517 crosses, but add gcc/include to the header search path for them.
7518
6cf86f7f
AO
75192000-08-31 Alexandre Oliva <aoliva@redhat.com>
7520
7521 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7522 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7523 * gettext.m4: New file, extracted from aclocal.m4.
7524
ce2ea6e3
AO
75252000-08-22 Alexandre Oliva <aoliva@redhat.com>
7526
7527 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7528 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7529 sub-configures.
7530
9765193e
DE
75312000-08-20 Doug Evans <dje@casey.transmeta.com>
7532
7533 * Makefile.in (ALL_MODULES): Add all-cgen.
7534 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7535 (all-cgen): New target.
7536 (all-opcodes,all-sim): Depend on all-cgen.
7537 * configure.in (host_tools): Add cgen.
7538 Only configure cgen if --enable-cgen-maint.
7539
d7b32520
AO
75402000-08-17 Alexandre Oliva <aoliva@redhat.com>
7541
7542 * config-ml.in (CC, CXX): Don't introduce a leading space.
7543
e52ef561
AO
75442000-08-16 Alexandre Oliva <aoliva@redhat.com>
7545
7546 * configure.in (libstdcxx_flags): Use
7547 libstdc++-v3/src/libstdc++.INC.
7548
88f9c2a0
AO
75492000-08-15 Alexandre Oliva <aoliva@redhat.com>
7550
7551 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7552
98fbe43f
JM
75532000-08-11 Jason Merrill <jason@redhat.com>
7554
7555 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7556 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7557 (FLAGS_FOR_TARGET): Not here.
7558 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7559
279ddab4
DD
75602000-08-07 DJ Delorie <dj@redhat.com>
7561
7562 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7563 "if we're also building gcc, and it's a gcc that will run on the
7564 build machine, we want to use its includes instead of the system's
7565 default includes".
7566
60523a83
AO
75672000-08-03 Alexandre Oliva <aoliva@redhat.com>
7568
24ffec7a
AO
7569 * configure.in (libstdcxx_flags): Don't use `"'.
7570
60523a83
AO
7571 * config-ml.in: Adjust multilib search paths to the
7572 appropriate multilib tree.
7573
daf644b5
AO
75742000-08-02 Alexandre Oliva <aoliva@redhat.com>
7575
7576 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7577 commas in $LANGUAGES.
7578
63266560
DD
75792000-08-01 Alexandre Oliva <aoliva@redhat.com>
7580
7581 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7582
75832000-07-31 Alexandre Oliva <aoliva@redhat.com>
7584
7585 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7586 CXX_FOR_TARGET for sed.
7587
75882000-07-30 Alexandre Oliva <aoliva@redhat.com>
7589
7590 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7591 Do not override if already set in the environment or in configure.
7592 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7593 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7594
9e449d3e
AO
75952000-07-27 Alexandre Oliva <aoliva@redhat.com>
7596
7597 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7598 (GCC_FOR_TARGET): Use it.
7599 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7600 * configure.in: ... here.
7601 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7602 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7603
8bbd92e0
AO
76042000-07-24 Alexandre Oliva <aoliva@redhat.com>
7605
fd1f87b2
AO
7606 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7607 (configure-target-libchill, configure-target-libobjc): Likewise.
7608
8bbd92e0
AO
7609 * configure.in: Use the same cache file for all target libs.
7610 * config-ml.in: But different cache files per multilib variant.
7611
25c6c112
JL
76122000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7613
7614 * configure (topsrcdir): Don't use dirname.
7615
ba73c63f
JM
76162000-07-20 Jason Merrill <jason@redhat.com>
7617
7618 * configure.in: Remove all references to libg++ and librx.
7619
7620 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7621
1af08294
HPN
76222000-07-20 Hans-Peter Nilsson <hp@axis.com>
7623
7624 * config.sub: Update to subversions version 2000-07-06.
7625
ba73c63f
JM
76262000-07-12 Andrew Haley <aph@cygnus.com>
7627
7628 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7629 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7630
76312000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7632
7633 * symlink-tree: Check number of arguments.
7634
d932cae7 76352000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7636
7637 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7638
ba73c63f
JM
76392000-07-05 Jim Wilson <wilson@cygnus.com>
7640
7641 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7642 search path for a g++ extracted from the build tree. This
7643 will allow link tests run by configure scripts in
7644 subdirectories to succeed.
7645
92ee2f86
UC
76462000-07-01 Koundinya K <kk@ddeorg.soft.net>
7647
80413487 7648 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7649
23f2f29f
CV
76502000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7651
7652 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7653 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7654
f04f5a67
TW
76552000-06-19 Timothy Wall <twall@cygnus.com>
7656
7657 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7658 * config.sub: Add tic54x target.
7659
11da68be
NC
76602000-06-07 Phillip Thomas <pthomas@suse.de>
7661
7662 * README-maintainer-mode: New file: Contains notes on using
7663 --enable-maintainer-mode with binutils.
7664
d932cae7 76652000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
7666
7667 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7668
d932cae7 76692000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
7670
7671 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7672 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7673
9442cea3
L
767420000-05-21 H.J. Lu (hjl@gnu.org)
7675
80413487
RH
7676 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7677 directory are used if they exist. Make sure
7678 $(build_tooldir)/include is searched for header files,
7679 $(build_tooldir)/lib/ for library files.
9442cea3 7680 (GCC_FOR_TARGET): Likewise.
80413487 7681 (CXX_FOR_TARGET): Likewise.
9442cea3 7682
d932cae7 76832000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
7684
7685 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7686
d932cae7 76872000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
7688
7689 * Makefile.in (configure-target-libiberty): Depend on
7690 configure-target-newlib.
7691
ba73c63f
JM
76922000-05-16 Alexandre Oliva <aoliva@cygnus.com>
7693
7694 * configure.in, Makefile.in: Merge all libffi-related
7695 configury stuff from the libgcj tree.
7696
d932cae7 76972000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
7698
7699 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7700 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7701
d932cae7 77022000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
7703
7704 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7705 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 7706 current version information. Add to proto-toplev directory.
b5a23627
AC
7707 (gdb-taz): Build do-djunpack.
7708
ba73c63f
JM
77092000-05-15 David Edelsohn <edelsohn@gnu.org>
7710
7711 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7712
7c86ed39
L
77132000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7714
7715 * ltmain.sh: Preserve in relink_command any environment
7716 variables that may affect the linker behavior.
7717
d932cae7 77182000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
7719
7720 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7721
d932cae7 77222000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
7723
7724 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7725
ed0a91a5
EZ
77262000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7727
7728 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 7729 with the version name.
ed0a91a5 7730
ba73c63f 77312000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 7732
ba73c63f 7733 * config.if: Tweak.
6cafa39f 7734
ba73c63f 77352000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 7736
ba73c63f 7737 * djunpack.bat: New file.
66156876 7738
d932cae7 77392000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
7740
7741 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
7742 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7743 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7744 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 7745
ba73c63f
JM
77462000-04-16 Dave Pitts <dpitts@cozx.com>
7747
80413487
RH
7748 * config.sub (case $basic_machine): Change default for "ibm-*"
7749 to "openedition".
ba73c63f 7750
d932cae7 77512000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
7752
7753 * Makefile.in (gdb-taz): New target. GDB specific archive.
7754 (do-md5sum): New target.
7755 (MD5PROG): Define.
7756 (PACKAGE): Default to TOOL.
7757 (VER): Default to a shell script.
7758 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 7759 md5 checksum generation.
b35ece4e
AC
7760 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7761 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7762 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 7763 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 7764
d932cae7 77652000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
7766
7767 * configure (warn_cflags): Delete.
7768
ba73c63f 77692000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 7770 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 7771
80413487
RH
7772 * configure.in (enable_libstdcxx_v3): Add.
7773 (target_libs): Add bits here to switch between libstdc++-v2 and
7774 libstdc++-v3.
7775 * config.if: And this file too.
7776 * Makefile.in: Add libstdc++-v3 targets.
35590697 7777
ba73c63f
JM
77782000-04-05 Michael Meissner <meissner@redhat.com>
7779
7780 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 7781
d332c5ac
JM
77822000-03-29 Jason Merrill <jason@casey.cygnus.com>
7783
7784 * configure.in: -linux-gnu*, not -linux-gnu.
7785
d932cae7 77862000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
7787
7788 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7789 (do-tar-bz2): Replace TOOL with PACKAGE.
7790 (gdb.tar.bz2): Remove GDBTK from GDB package.
7791 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 7792 dejagnu.tar.bz2): New packages.
6dcbc97b 7793
96ce09a7
ILT
77942000-02-27 Andreas Jaeger <aj@suse.de>
7795
7796 * configure.in: Add entry for mips*-*-linux*, move catch all
7797 *-*-*linux* entry below this one.
7798
2031769e
ILT
77992000-02-27 Ian Lance Taylor <ian@zembu.com>
7800
7801 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7802
4bab746c
NC
78032000-02-24 Nick Clifton <nickc@cygnus.com>
7804
7805 * config.sub: Support an OS of "wince".
7806
d932cae7 78072000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
7808
7809 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 7810 version.
ada59422 7811
5b93d8bb
AM
78122000-02-23 Linas Vepstas <linas@linas.org>
7813
7814 * config.sub: Add support for Linux/IBM 370.
7815 * configure.in: Likewise.
7816
2fb651f6
NC
78172000-02-22 Nick Clifton <nickc@cygnus.com>
7818
7819 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7820
b8441c25
CF
78212000-02-20 Christopher Faylor <cgf@cygnus.com>
7822
7823 * config.guess: Guess "cygwin" rather than "cygwin32".
7824
d332c5ac
JM
78252000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7826
7827 * configure (gcc_version): When setting, narrow search to
7828 lines containing `version_string'.
7829
ba73c63f
JM
78302000-02-15 Denis Chertykov <denisc@overta.ru>
7831
7832 * config.sub: Add support for avr target.
7833
d932cae7 78342000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
7835
7836 * config.sub: Add mmix-knuth-mmixware.
7837
78382000-01-27 Christopher Faylor <cgf@redhat.com>
7839
7840 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7841 structure stuff to -L library search.
7842 (CXX_FOR_TARGET): Ditto.
7843 (CROSS_CHECK_MODULES): Fix spelling mistake.
7844
78452000-01-24 Mark Mitchell <mark@codesourcery.com>
7846
7847 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7848 the C++ compiler.
7849
78502000-01-12 Richard Henderson <rth@cygnus.com>
7851
7852 * configure.in: Don't build some bits for beos.
7853
78542000-01-12 Joel Sherrill (joel@OARcorp.com)
7855
7856 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7857 as include files.
7858
91b2c84d
GK
78592000-01-06 Geoff Keating <geoffk@cygnus.com>
7860
7861 * configure.in: Use mt-aix43 to handle *_TARGET defs,
7862 not mh-aix43.
7863
ba73c63f
JM
78641999-12-14 Richard Henderson <rth@cygnus.com>
7865
7866 * config.guess (alpha-osf, alpha-linux): Detect ev67.
7867 * config.sub: Accept alphaev[78], alphaev8.
7868
78691999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7870
7871 * config.guess, config.sub: Update from autoconf.
7872
7873Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7874
7875 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7876 necessary libraries are missing.
7877
78781999-10-25 Andreas Schwab <schwab@suse.de>
7879
7880 * configure: Fix quoting inside arguments of eval.
7881
78821999-10-21 Nick Clifton <nickc@cygnus.com>
7883
7884 * config-ml.in: Allow suppression of some ARM multilibs.
7885
7886Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
7887
7888 * config.guess: Add OS/390 match pattern.
7889 * config.sub: Add mvs, openedition targets.
7890 * configure.in (i370-ibm-opened*): New.
7891
ef14edc4
ILT
78921999-09-04 Steve Chamberlain <sac@pobox.com>
7893
7894 * config.sub: Add support for configuring for pj.
7895
afb478e8
NC
78961999-08-31 Nick Clifton <nickc@cygnus.com>
7897
fd6848f6 7898 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 7899
ba73c63f 79001999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
7901
7902 * configure.in: Do not configure or build ld for AIX
7903 platforms. ld is known to be broken on these platforms.
7904
ba73c63f
JM
7905Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7906
7907 * config-ml.in: Pass compiler flag corresponding to multidirs to
7908 subdir configures.
7909
c363de44
ILT
79101999-08-09 Ian Lance Taylor <ian@zembu.com>
7911
7912 * Makefile.in (LDFLAGS): Define.
7913
dc8bc5a6
ILT
79141999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
7915
7916 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7917 noconfigdirs.
7918 (*-*-cygwin*): Likewise.
7919
6ca3858e
ILT
79201999-08-08 Ian Lance Taylor <ian@zembu.com>
7921
71141bb6
ILT
7922 * mkdep: New file.
7923 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7924 (BINUTILS_SUPPORT_DIRS): Add mkdep.
7925
6ca3858e
ILT
7926 From Eli Zaretskii <eliz@is.elta.co.il>:
7927 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7928 long file name when using DJGPP on MS-DOS.
7929
ba73c63f
JM
7930Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
7931
7932 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7933
2735a327
AM
79341999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
7935
7936 * Makefile.in (check-target-libio): Remove all-target-libstdc++
7937 dependency as this causes "make check" to globally "make all"
7938
ba73c63f
JM
7939Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
7940
7941 * configure.in (target_libs): Added target-zlib.
7942 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7943 (CONFIGURE_TARGET_MODULES): Likewise.
7944 (CHECK_TARGET_MODULES): Likewise.
7945 (INSTALL_TARGET_MODULES): Likewise.
7946 (CLEAN_TARGET_MODULES): Likewise.
7947 (configure-target-zlib): New target.
7948 (all-target-zlib): Likewise.
7949 (all-target-libjava): Depend on all-target-zlib.
7950 (configure-target-libjava): Depend on configure-target-zlib.
7951
7952 * Makefile.in (configure-target-libjava): Depend on
7953 configure-target-newlib.
7954 (configure-target-boehm-gc): New target.
7955 (configure-target-qthreads): New target.
7956
80413487
RH
7957 * configure.in (target_libs): Added target-qthreads.
7958 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7959 (CONFIGURE_TARGET_MODULES): Likewise.
7960 (CHECK_TARGET_MODULES): Likewise.
7961 (INSTALL_TARGET_MODULES): Likewise.
7962 (CLEAN_TARGET_MODULES): Likewise.
7963 (all-target-qthreads): New target.
7964 (configure-target-libjava): Depend on configure-target-qthreads.
7965 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
7966
7967 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7968 (CONFIGURE_TARGET_MODULES): Likewise.
7969 (CHECK_TARGET_MODULES): Likewise.
7970 (INSTALL_TARGET_MODULES): Likewise.
7971 (CLEAN_TARGET_MODULES): Likewise.
7972 (all-target-libjava): New target.
7973 (all-target-boehm-gc): Likewise.
7974 * configure.in (target_libs): Added libjava, boehm-gc.
7975
08d836d6
ILT
79761999-07-22 Ian Lance Taylor <ian@zembu.com>
7977
7978 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
7979 configure.bat in SUPPORT_FILES.
7980 (gas+binutils.tar.bz2): Likewise.
7981
7982 * makeall.bat: Remove; obsolete.
7983
8f36e47c
ILT
79841999-07-21 Ian Lance Taylor <ian@zembu.com>
7985
7986 From Mark Elbrecht:
7987 * configure.bat: Remove; obsolete.
7988
56e82f25
ILT
79891999-07-11 Ian Lance Taylor <ian@zembu.com>
7990
7991 * configure: Add -W -Wall to the default CFLAGS when compiling with
7992 gcc.
7993
1001d816
JL
7994Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
7995
7996 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
7997
106117aa
MM
79981999-06-30 Mark Mitchell <mark@codesourcery.com>
7999
8000 * configure.in: Build ld on IRIX6.
8001
c376f4ed
ILT
80021999-06-12 Ian Lance Taylor <ian@zembu.com>
8003
8004 * Makefile.in: Change distribution targets to use bzip2 instead of
8005 gzip.
8006 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8007 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8008
306b7445
NC
80091999-06-04 Nick Clifton <nickc@cygnus.com>
8010
8011 * config.sub: Add mcore target.
8012
d932cae7 80131999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8014
8015 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8016
d932cae7 80171999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8018
8019 * config.guess (dummy): Changed to $dummy.
8020
6c3175b0
NC
80211999-05-24 Nick Clifton <nickc@cygnus.com>
8022
ba73c63f
JM
8023 * config.sub: Tidied up case statements.
8024
80251999-05-22 Ben Elliston <bje@cygnus.com>
8026
8027 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8028 <jiro@din.or.jp>.
8029
8030 * config.guess: Merge with FSF version. Future changes will be
8031 more accurately recorded in this ChangeLog.
8032 * config.sub: Likewise.
8033
d932cae7 80341999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8035
8036 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8037
252b5132
RH
80381999-04-30 Tom Tromey <tromey@cygnus.com>
8039
8040 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8041
80421999-04-23 Tom Tromey <tromey@cygnus.com>
8043
8044 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8045
80461999-04-20 Drew Moseley <dmoseley@cygnus.com>
8047
8048 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8049 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8050 Bad merge removed these two changes.
8051
ba73c63f 8052Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8053 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8054
8055 * config.guess (interix Alpha): Add.
8056
252b5132
RH
80571999-04-11 Richard Henderson <rth@cygnus.com>
8058
8059 * configure.in (i?86-*-beos*): Do config gperf; don't config
8060 gdb, newlib, or libgloss.
8061
d932cae7 80621999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8063
ba73c63f
JM
8064 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8065 link a trivial program with -mabi=64. If it fails, remove mabi=64
8066 from multidirs.
8067
d932cae7 80681999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8069
8070 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8071
252b5132
RH
80721999-04-08 Nick Clifton <nickc@cygnus.com>
8073
8074 * config.sub: Add support for mcore targets.
8075
80761999-04-07 Michael Meissner <meissner@cygnus.com>
8077
8078 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8079 not mt-ospace, in order to shut up assembler warning about using
8080 symbols that are named the same as registers.
8081
80821999-04-07 Drew Moseley <dmoseley@cygnus.com>
8083
8084 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8085 dependency list for all-target-cygmon.
8086
80871999-04-05 Doug Evans <devans@casey.cygnus.com>
8088
8089 * config-ml.in: Check $host, not $target, for selective multilibs.
8090 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8091 thumb interworking, and underscore prefix multilibs.
8092
80931999-04-04 Ian Lance Taylor <ian@zembu.com>
8094
8095 * missing: Update to version from current automake.
8096
8097Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8098
8099 * configure (gxx_include_dir): Removed.
8100
8101 * configure.in (gxx_include_dir): Handle it.
8102 * Makefile.in: Likewise.
8103
81041999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8105
8106 * config.sub (mips64vr4111,mips64vr4111el) Add.
8107
81081999-03-21 Ben Elliston <bje@cygnus.com>
8109
80413487 8110 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8111
8112Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8113
252b5132
RH
8114 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8115 config/mh-djgpp.
8116
8117Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8118
8119 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8120 all-target-newlib to dependency list for all-target-bsp.
8121
8122Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8123
8124 * config.sub: Add i386-uwin support.
8125 * config.guess: Likewise.
8126
8127Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8128
8129 * configure.in: cleanup, add mh-*pic handling for arm, special
8130 case powerpc*-*-aix*
8131
8132Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8133
8134 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8135 can be built.
8136
8137Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8138
8139 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8140 targets.
252b5132
RH
8141
81421999-03-02 Nick Clifton <nickc@cygnus.com>
8143
8144 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8145
d932cae7 81461999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8147
8148 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8149
81501999-02-24 Nick Clifton <nickc@cygnus.com>
8151
8152 * config.sub: Fix typo in arm recognition.
8153
d932cae7 81541999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8155
8156 * configure.in (noconfigdirs): Changed target_configdirs to
8157 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8158 rather than m68k-*-* since it is not known to work on
8159 m68k-aout. Ditto for arm-*-*oabi.
8160
d932cae7 81611999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8162
8163 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8164
81651999-02-19 Ben Elliston <bje@cygnus.com>
8166
8167 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8168 Smart and improved by Andrew Cagney.
8169
d932cae7 81701999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8171
8172 * config.guess: Recognize openbsd-*-hppa.
8173
d932cae7 81741999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8175
8176 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8177 only if it is not empty.
8178
81791999-02-17 Nick Clifton <nickc@cygnus.com>
8180
8181 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8182
fd6848f6 8183 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8184
8185 * config.sub: Modified to recognize uname's armv* syntax.
8186
81871999-02-17 Mark Salter <msalter@cygnus.com>
8188
8189 * configure.in: Added target-bsp for sparclite.
8190
d932cae7 81911999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8192
8193 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8194
81951999-02-08 Nick Clifton <nickc@cygnus.com>
8196
8197 * configure.in: Add support for strongarm port.
8198 * config.sub: Add support for strongarm target.
8199
d932cae7 82001999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8201
252b5132
RH
8202 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8203 the old name config/mh-cygwin32.
8204 Enable texinfo.
8205
d932cae7 82061999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8207
8208 * configure.in: Do build ld for ix86 Solaris.
8209
d932cae7 82101999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8211
8212 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8213 $AR_FOR_TARGET. Likewise for RANLIB.
8214
d932cae7 82151999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8216
80413487
RH
8217 * config.sub (oabi): Recognize.
8218 * configure.in (arm-*-oabi): Handle.
252b5132 8219
d932cae7 82201999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8221
8222 * config.guess: Improve detection of i686 on UnixWare 7.
8223
d932cae7 82241999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8225
8226 * config.guess: Add support for i386-pc-interix.
8227 * config.sub: Likewise.
8228 * configure.in: Likewise.
252b5132 8229
d932cae7 82301999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8231
8232 * Makefile.in: Remove unneeded all-target-libio from
8233 from all-target-winsup target since it is now unneeded.
8234 Add all-target-libtermcap in its place since it is now
8235 needed.
8236
d932cae7 82371998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8238
8239 * configure.in: makefile stub for cygwin target is probably
8240 unnecessary. Remove it for now.
252b5132 8241
d932cae7 82421998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8243
8244 * configure.in: libtermcap.a should be built when cygwin is the
8245 target as well as the host.
8246 * config.guess: Allow mixed case in cygwin uname output.
8247 * Makefile.in: Add libtermcap target.
252b5132 8248
d932cae7 82491998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8250
8251 * config.sub: Clean up handling of hppa2.0.
8252
d932cae7 82531998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8254
8255 * config.guess: Use C code to identify more HP machines.
8256
8257Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8258
8259 * config.sub: Handle hppa2.0.
8260
ba73c63f
JM
8261Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8262
8263 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8264 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8265
82661998-12-15 Mark Salter <msalter@cygnus.com>
8267
8268 * configure.in: Added target-bsp for several target architectures.
8269
8270 * Makefile.in: Added rules for bsp.
8271
252b5132
RH
8272Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8273
8274 * config.guess: Improve detection of hppa2.0 processors.
8275
8276Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8277
8278 * config.guess: Recognize FreeBSD using ELF automatically.
8279
82801998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8281
8282 * configure (skip-this-dir): Add handling for new shell script, which
8283 might be created by a sub-directory's configure to indicate, this particular
8284 directory is "unwanted".
8285 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8286
252b5132
RH
8287Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8288
8289 * ltconfig: import from libtool, after changing libtool to
8290 account for the cygwin name change.
8291
8292Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8293
8294 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8295 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8296
8297Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8298
8299 * configure.in: Add libtermcap to list of cygwin dependencies.
8300
d932cae7 83011998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8302
80413487
RH
8303 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8304 they include winsup/include when it's a cygwin target.
252b5132
RH
8305
83061998-11-12 Tom Tromey <tromey@cygnus.com>
8307
8308 * configure.in (host_tools): Added zip.
8309 * Makefile.in (all-target-libjava): Depend on all-zip.
8310 (all-zip): New target.
8311 (ALL_MODULES): Added all-zip.
8312 (NATIVE_CHECK_MODULES): Added check-zip.
8313 (INSTALL_MODULES): Added install-zip.
8314 (CLEAN_MODULES): Added clean-zip.
8315
d932cae7 83161998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8317
8318 * Makefile.in: lose "32" from comment about cygwin.
8319
d932cae7 83201998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8321
8322 * configure.in: Use -Os to build target libraries for the fr30.
8323
d932cae7 83241998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8325
8326 * config.sub: Add fr30.
8327
d932cae7 83281998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8329
80413487 8330 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8331 cygwin* instead of cygwin32*.
8332 * config.sub: Check cygwin* instead of cygwin32*.
8333
d932cae7 83341998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8335
8336 * config.guess: Match any version of Unixware7.
8337
252b5132
RH
83381998-10-20 Syd Polk <spolk@cygnus.com>
8339
8340 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8341 if desired.
8342
d932cae7 83431998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8344
8345 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8346 these if the appropriate directories and files to not exist.
8347
d932cae7 83481998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8349
8350 * Makefile.in (DEVO_SUPPORT): Add config.if.
8351
d932cae7 83521998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8353
8354 * configure: Add pattern to replace "build_tooldir"'s
8355 definition in the generated Makefile with "tooldir"'s
8356 actual value.
8357
252b5132
RH
8358Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8359
8360 * config.sub: Bring back lost sparcv9.
8361
ba73c63f
JM
8362 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8363
8364Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8365
8366 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8367 CC_FOR_TARGET and friends.
8368
8369Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8370
ba73c63f
JM
8371 * Makefile.in (build_tooldir): New variable, same as tooldir.
8372 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8373 -B$(build_tooldir)/bin/.
8374 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8375
252b5132
RH
8376Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8377
8378 * config.sub: Add support for i[34567]86-pc-udk.
8379 * configure.in: Likewise.
8380
8381Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8382
8383 * Makefile.in: add bzip2 package building bits for user
8384 tools module
8385 * configure.in: ditto
8386
ba73c63f
JM
8387Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8388
8389 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8390 (ALL_TARGET_MODULES): Add all-target-libobjc.
8391 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8392 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8393 (all-target-libchill): Add dependencies.
8394 * configure.in (target_libs): Add libchill.
35590697 8395
252b5132
RH
83961998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8397
ba73c63f 8398 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8399
8400Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8401
8402 * Makefile.in (all-automake): fix dependencies.
8403
8404Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8405
8406 * configure.in: Minor cleanups for building in the $(target_alias)
8407 subdir.
8408
84091998-09-22 Jim Wilson <wilson@cygnus.com>
8410
8411 * Makefile.in (bootstrap): Set r and s before make all. Use
8412 BASE_FLAGS_TO_PASS in make all.
8413 (cross): Likewise.
8414
84151998-09-20 Mark Mitchell <mark@markmitchell.com>
8416
8417 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8418
252b5132
RH
8419Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8420
8421 * config.sub: Fix typo in last change.
8422
84231998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8424
8425 * config.sub: Add support for C4x target.
8426 * configure.in: Likewise.
8427
84281998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8429
8430 * config.sub: Recognize sparcv9 just like sparc64.
8431
8432Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8433
8434 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8435
8436Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8437
8438 * config.guess: Correctly identify Pentium II sco boxes.
8439
8440 * config.guess: Fix "tr" code. From Weiwen Liu.
8441
8442Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8443
8444 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8445 stabs.
8446
8447Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8448
8449 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8450 (ALL_TARGET_MODULES): Add all-target-libchill.
8451 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8452 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8453 (all-target-libchill): Add dependencies.
8454 * configure.in (target_libs): Add libchill.
8455
8456Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8457
8458 * config.guess: Avoid assumptions about "tr" behaves when
8459 LANG is set to something other than English.
8460
8461Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8462
8463 * configure (gxx_include_dir): Changed to
8464 '${prefix}/include/g++'-${libstdcxx_interface}.
8465
8466 * config.if: New to determine the interfaces.
8467
8468Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8469
8470 * config.guess: Detect and handle MPE/IX.
8471 * config.sub: Deal with MPE/IX.
8472
8473Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8474
8475 * configure.in: Use mh-aix43.
8476
84771998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8478
8479 * configure: Fix --without/--disable cases for gxx-include-dir.
8480
8481Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8482
8483 * mdata-sh: Imported. Needed for automake support.
8484
8485Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8486
ba73c63f 8487 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8488 "chmod og=u `find . -print`".
8489
8490Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8491
ba73c63f 8492 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8493
8494Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8495
8496 * Makefile.in: Undo previous patch.
8497
8498Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8499
8500 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8501 to here ...
8502 (install-no-fixedincludes): and here
8503 (INSTALL_MODULES): ... from here.
8504
8505Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8506
8507 * config.sub: Merge with FSF.
8508
8509 * config.guess: Merge with FSF.
8510
8511Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8512
8513 * configure (extraconfigdirs): New variable.
8514 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8515 * Makefile.in (all): Move higher in file.
8516 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8517 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8518 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8519 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8520 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8521
85221998-07-23 Brendan Kehoe <brendan@cygnus.com>
8523
8524 * Makefile.in (all-target-libjava): Depend on all-gcc and
8525 all-target-newlib.
8526 (configure-target-libjava): Depend on $(ALL_GCC).
8527
8528Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8529
8530 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8531 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8532
8533Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8534
8535 * ylwrap: Change absolute path checks to check for DOS style path
8536 names.
8537
8538 * ylwrap: Don't use a full path name if the source file is in the
8539 same directory. From hjl@lucon.org (H.J. Lu).
8540
8541 * config-ml.in: Default to being verbose, to match Feb 18 change to
8542 configure.
8543
8544Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8545
8546 Brought over from egcs:
8547
8548 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8549
8550 * configure.in (target_subdir): Set to ${target_alias} instead
8551 of "libraries".
8552
8553 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8554
8555 * configure.in (target_subdir): Set to libraries if enable_multilib.
8556
8557Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8558
8559 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8560 multilibs, force reconfiguration the first time we create
8561 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8562
8563Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8564
8565 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8566 avoid confusion with --no-recursion.
8567
8568Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8569
8570 * configure.in: Win32 hosts shouldn't use install -x
8571 * install-sh: remove -x option, and special .exe-handling
8572 hack.
8573
8574Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8575
8576 * config.guess: Recognize i586-pc-beos.
8577 * configure.in: Don't build some bits for beos.
8578
8579Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8580
8581 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8582 CFLAGS default to -O2.
8583
8584 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8585 when using GNU ld.
8586
8587Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8588
8589 * ltmain.sh: Correct install when using a different shell.
8590
8591Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8592
8593 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8594
8595Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8596
8597 * makefile.vms: Update to build binutils/makefile.vms. Add install
8598 target.
8599
8600Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8601
8602 * ltconfig: Update to correct AIX handling.
8603
8604Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8605
8606 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8607
8608 * configure.in (target_subdir): Set to ${target_alias} instead
8609 of "libraries".
8610
86111998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8612
8613 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8614 (Makefile): Depend on $(gcc_version_trigger).
8615
8616 * configure (gcc_version): Change default initializer to empty
8617 string.
8618 (gcc_version_trigger): New variable; pass this variable down
8619 to subdir configures to enable them checking gcc's version
8620 themselves. Emit make macros for both gcc_version vars.
8621 (topsrcdir): Initialize reliably.
8622 (recursion line): Remove --with-gcc-version=${gcc_version}.
8623
86241998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8625
8626 * configure (enable_version_specific_runtime_libs): Implement new flag
8627 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8628 in $(libsubdir); emit definition in each generated Makefile.
8629 (gxx_include_dir): Initialize depending on
8630 $enable_version_specific_runtime_libs.
8631
86321998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8633
8634 * configure (gcc_version): Initialize properly depending on
8635 how and where configure is started.
8636 (recursion line): Pass a --with-gcc-version=${gcc_version}
8637 to configures in subdirs.
8638
8639Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8640
8641 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8642 cygmon
252b5132
RH
8643
8644Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8645
8646 * configure.in: Add cygmon and libstub support for mn10200.
8647
86481998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8649
8650 * configure (gcc_version): Add new variable describing the
8651 particular gcc version we're building.
8652 * Makefile.in (libsubdir): Add new macro for the directory
8653 in which the compiler finds executables, libraries, etc.
8654 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8655 and libsubdir.
8656
8657Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8658
ba73c63f
JM
8659 * Makefile.in (local-clean): Remove *.log.
8660 (warning.log): Built with warn_summary from build.log.
8661 (mail-report.log): Run test_summary.
8662 (mail-report-with-warnings.log): Run test_summary including
8663 warning.log in the report.
252b5132
RH
8664
8665Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8666
8667 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8668
8669Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8670
8671 * Makefile.in (grep): Grep no longer depends on libiberty.
8672
8673Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8674
8675 * Makefile.in: all-snavigator needs all-libgui.
8676
8677Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8678
8679 * configure.in: Add cygmon and libstub support for mn10300.
8680
8681Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
8682
8683 * missing: Update to version from automake 1.3.
8684
8685 * ltmain.sh: On installation, don't get confused if the same name
8686 appears more than once in the list of library names.
8687
8688Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
8689
8690 * config.sub: Accept m68060 and m5200 as CPU names.
8691
8692Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
8693
8694 * configure: Use && rather than using -a in test, because odd
8695 strings can confuse test.
8696 * configure.in: Likewise.
8697
8698Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
8699
8700 * ltconfig, ltmain.sh: Bring in Visual C++ support.
8701
8702Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8703
8704 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
8705 bootstrap4-lean): New targets.
8706
8707Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
8708
8709 * mpw-* Delete. Not used.
252b5132
RH
8710
8711Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
8712
8713 * COPYING.LIB: Update FSF address.
8714
8715Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
8716
8717 * ltconfig, ltmain.sh: Update to libtool 1.2a.
8718
8719 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8720 GAS_SUPPORT_DIRS.
8721
8722Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
8723
8724 * ltconfig, ltmain.sh: Avoid producing a version number if
8725 -version-info was not used.
8726
8727Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
8728
8729 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8730 building with newlib.
8731
87321998-04-30 Paul Eggert <eggert@twinsun.com>
8733
ba73c63f 8734 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 8735 Solaris `make' causes it to continue to next definition.
252b5132 8736
afb8d725
JM
8737Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
8738
8739 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8740 the right GUI libraries and files are installed along with GDB.
8741
252b5132
RH
8742Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
8743
8744 * configure.in: Change alpha to alpha* in several places.
8745
8746Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
8747
8748 * config.sub: Recognize sparc86x.
8749
8750Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 8751
252b5132
RH
8752 * configure.in (--enable-target-optspace): Remove debug echo.
8753
8754Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
8755
8756 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8757
8758Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
8759
8760 * ltconfig: Update cygwin32 support.
8761
8762 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8763 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8764 (GDB_SUPPORT_DIRS): Likewise.
8765
8766Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
8767
8768 * configure.in (target_makefile_frag): If --enable-target-optspace,
8769 use -Os to compile target libraries rather than -O2. Default to
8770 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8771 not used.
8772 * configure.in (target_cflags): Ditto for d30v.
8773
8774Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
8775
8776 * Makefile.in (all-bfd): Depend on all-intl.
8777 (all-binutils): Likewise.
8778 (all-gas): Likewise.
8779 (all-gprof): Likewise.
8780 (all-ld): Likewise.
8781
252b5132
RH
87821998-04-19 Brendan Kehoe <brendan@cygnus.com>
8783
8784 * configure.in (host_tools): Fix typo, lbtool -> libtool.
8785
8786Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
8787
8788 * Makefile.in (all-bfd): Depend upon all-libiberty.
8789
8790 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8791
8792Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
8793
8794 * Makefile.in: Add libstub.
8795
8796 * configure.in: Ditto. Build libstub for targets that have cygmon
8797 support.
8798
8799Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
8800
8801 * configure.in: Don't set PICFLAG on ix86-cygwin32.
8802
8803Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
8804
8805 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8806 use mh-sysv5 if specified. Support gprof on SCO Open Server.
8807
8808Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
8809
8810 * configure: Define DEFAULT_M4 by searching PATH.
8811 * Makfile.in: Use DEFAULT_M4.
8812
8813Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
8814
8815 * ltconfig: Add cygwin32 support.
8816
8817 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
8818 to configure and build.
8819
8820Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
8821
8822 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
8823
8824Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
8825
8826 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8827
8828Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
8829
8830 * Makefile.in: add ash make rules
8831 * configure.in: add ash to native_only and host_tools lists
8832
8833Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
8834
8835 * Makefile.in (all-gettext, all-intl): New targets.
8836 (ALL_MODULES): Added all-gettext, all-intl.
8837 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8838 (INSTALL_MODULES): Added install-gettext, install-intl.
8839 (CLEAN_MODULES): Added clean-gettext, clean-intl.
8840
8841 * configure.in (host_tools): Added gettext.
8842 (native_only): Likewise.
8843 (noconfigdirs) [various cases]: Likewise.
8844 (host_libs): Added intl.
8845
afb8d725
JM
8846Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
8847
8848 * configure: Do not disable building gdbtk for cygwin32 hosts.
8849
ba73c63f
JM
8850Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
8851
8852 * configure.in: Add thumb-coff target.
8853 * config.sub: Add thumb-coff target.
8854
252b5132
RH
8855Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8856
8857 * Makefile.in: Revert yesterday's change.
8858 (all-target-winsup): all-target-librx stays out of here.
8859
8860Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
8861
ba73c63f
JM
8862 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8863 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8864 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
8865 Remove references to librx and libg++.
8866
8867Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
8868
8869 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8870 recursive makes
8871
8872Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
8873
8874 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8875 for newlib directory.
8876 (CXX_FOR_TARGET): Likewise.
8877
8878Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
8879
8880 * ltconfig: Update after libtool/ltconfig.in change for
8881 hpux11.
8882
8883Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
8884
8885 * ltconfig, ltmain.sh: Update to libtool 1.2.
8886
8887Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
8888
8889 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8890 (install-gcc-cross): Instead, override LANGUAGES here.
8891
88921998-03-18 Dave Love <d.love@dl.ac.uk>
8893
8894 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8895 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8896
8897Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
8898
8899 * configure.in: Add Thumb-pe target.
8900
8901Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 8902
252b5132
RH
8903 * Makefile.in - changed sn targets to snavigator
8904 * configure.in - changed sn targets to snavigator
8905
8906Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
8907
8908 * config-ml.in: After building symlink tree call make distclean
8909 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8910 to be the case for libiberty.
8911
8912Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
8913
8914 * configure: When making link, also check the current
8915 directory. The configure scripts may create one.
8916
8917Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
8918
8919 * config.sub: Accept alphapca56 and alphaev6 properly.
8920
8921Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8922
8923 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8924
252b5132
RH
8925Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8926
80413487 8927 * config.sub (sco5): Fix typo.
252b5132
RH
8928
8929Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
8930
8931 * Makefile.in (INSTALL_MODULES): Move install-tcl before
8932 install-itcl.
8933 (install-itcl): Remove dependency on install-tcl.
8934
8935Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
8936
8937 * configure.in: Remove libgloss from noconfigdirs for MN10300.
8938
252b5132
RH
8939Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
8940
8941 * configure.in: Don't build libgui for a cygwin32 target when not on
8942 a cygwin32 host.
8943
8944Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
8945
8946 * configure (redirect): Set to null, so default behavior of
8947 configure is now --verbose.
8948
89491998-02-16 Dave Love <d.love@dl.ac.uk>
8950
8951 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8952 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8953
8954Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
8955
8956 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8957 this change to sync Makefile.in with its ChangeLog entries.
8958
8959Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
8960
8961 * ltmain.sh (mkdir): Check that the directory doesn't exist
8962 before we exit with error, so that we don't get races during
8963 parallel builds.
8964
8965Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
8966
8967 * ltconfig, ltmain.sh: Update from libtool 1.0i.
8968
8969Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
8970
8971 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
8972 PICFLAG_FOR_TARGET.
8973 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
8974
8975 * configure: Emit a definition for the new macro enable_shared
8976 into each Makefile.
8977
252b5132
RH
8978Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
8979
8980 * configure.in (host_tools, native_only): Add libtool.
8981
8982Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
8983
8984 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
8985 Fix typo in ming config comment.
8986
8987Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
8988
8989 * ltconfig, ltmain.sh: Update from libtool 1.0h.
8990
8991Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
8992
8993 * config.sub: Add tic30 cases, and map c30 to tic30.
8994
ba73c63f
JM
8995Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
8996
8997 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
8998 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
8999 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9000 (CLEAN_TARGET_MODULES): Similarly
9001 (all-target-libf2c): Add dependences.
35590697 9002 * configure.in (target_libs): Add libf2c.
ba73c63f 9003
252b5132
RH
9004Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9005
ba73c63f
JM
9006 * configure.in: Remove expect from noconfigdirs when target
9007 is cygwin32. OK to build expect and dejagnu with Canadian
9008 Cross.
252b5132
RH
9009
9010Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9011
9012 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9013 host.
9014
9015 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9016 and mingw32.
9017
9018Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9019
9020 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9021 here as it is not defined in the toplevel Makefile.
9022
9023Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9024
9025 * configure (package_makefile_rules_frag): New variable, which names
9026 a file with generic rules, ...
9027 Change comment to mention we now have FIVE parts.
9028 * configure: Undo last change.
9029
9030Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9031
9032 * config.guess: More accurate determination of HP processor types.
9033 * config.sub: More accurate determination of HP processor types.
9034
9035Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9036
9037 * configure (package_makefile_frag): Move inserting the
9038 ${package_makefile_frag} to where it should be according
9039 to the comment.
9040
ba73c63f 9041Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9042
9043 * config.guess: Add support for Linux/ARM.
9044
9045Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9046
9047 * .cvsignore: Remove *-info and *-install since they match
9048 release-info and mpw-install, which we don't want to just ignore.
9049
9050Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9051
9052 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9053
9054Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9055
9056 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9057 local_prefix to sub-make invocations.
9058
9059Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9060
9061 * configure.in: Check makefile fragments in the source
9062 directory.
9063
9064Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9065
ba73c63f
JM
9066 * configure.in: Check whether host and target makefile
9067 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9068
9069Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9070
9071 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9072
252b5132
RH
9073Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9074
9075 * configure.in: Make sure we only replace RPATH_ENVVAR on
9076 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9077 regexp to sed.
9078
9079 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9080 to sub-makes.
9081
90821998-01-13 Lee Iverson (leei@ai.sri.com)
9083
9084 * config-ml.in (multi-do): LDFLAGS must include multilib
9085 designator.
9086
9087Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9088
9089 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9090
9091Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9092
9093 * config.sub: Add mingw32 support.
9094 * configure.in: Likewise.
252b5132
RH
9095
9096Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9097
9098 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9099
9100Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9101
9102 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9103 * configure (gxx_include_dir): Provide a definition for subdirs
9104 which do not use autoconf.
9105
9106Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9107
9108 * config.guess: Sync with egcs. Picks up new alpha support,
9109 BeOS & some additional linux support.
9110
ba73c63f 9111Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9112
9113 * config.guess: HP 9000/803 is a PA1.1 machine.
9114
ba73c63f
JM
9115Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9116
9117 * configure.in: It's alpha*-...
252b5132
RH
9118
9119Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9120
ba73c63f
JM
9121 * configure.in (host_makefile_frag, target_makefile_frag):
9122 Handle multiple config files.
9123 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9124 alpha-*-*.
252b5132
RH
9125
9126Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9127
9128 * mkdep: New file.
9129
9130Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9131
9132 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9133
9134Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9135
9136 * Makefile.in: Add libgui directory.
9137 (GDB_TK): Add all-libgui.
9138 * configure.in: Add libgui directory.
9139 * configure: Add all-libgui to GDB_TK.
9140
9141Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9142
9143 * config-ml.in (multidirs): Add m32r to multilib list.
9144
9145Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9146
9147 * Makefile.in (all-target-gperf): Change dependency to
9148 all-target-libstdc++.
9149
9150Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9151
9152 * config.guess: Add BeOS support.
9153
9154Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9155
9156 Source directory cvs renamed to cvssrc:
9157 * configure.in (host_tools): Change cvs to cvssrc.
9158 (native_only): Likewise.
9159 (noconfigdirs) [various cases]: Likewise.
9160 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9161 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9162 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9163 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9164 (all-cvssrc): Rename target from all-cvs.
9165
9166Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9167
9168 * configure (gxx_include_dir): Fix thinko.
9169
9170Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9171
9172 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9173 (install-cross, install-gcc-cross): New targets.
9174
9175Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9176
9177 * configure.in (noconfigdirs): Add support for Thumb target.
9178
9179 * config.sub (maybe_os): Add support for Thumb target.
9180
9181Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9182
9183 * Makefile.in: Add rules for cygmon.
9184
9185 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9186
9187Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9188
9189 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9190 * configure (gxx_include_dir): Provide a definition for subdirs
9191 which do not use autoconf.
9192
9193Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9194
9195 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9196 11/18/97 build
252b5132
RH
9197
9198Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9199
9200 * From Franz Sirl.
9201 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9202 found on RedHat Linux systems.
9203
9204Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9205
9206 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9207 guesses.
9208
9209Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9210
9211 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9212
9213Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9214
9215 * ltmain.sh: If mkdir fails, check whether the directory was created
9216 anyhow by some other process.
9217
9218Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9219
9220 * configure.in (d30v-*-*): Configure all directories.
9221
9222Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9223
9224 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9225 for the D30V.
9226
9227Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9228
9229 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9230
9231Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9232
80413487
RH
9233 * include/libiberty.h: Add extern "C" { so it can be used with C++
9234 progrms.
9235 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9236 programs.
252b5132
RH
9237
9238Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9239
9240 * configure.in (d30v-*-*): Configure GCC now.
9241
9242Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9243
9244 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9245 is no longer needed.
9246
9247Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9248
9249 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9250
9251Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9252
9253 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9254 targets using "$@" to provide support for similar but not identical
9255 targets without having to duplicate code.
9256
9257Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9258
9259 * makefile.vms: Fix to work with DEC C.
9260
9261Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9262
9263 * config.sub: Add mips-tx39-elf to marketing names.
9264
9265Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9266
9267 * ltmain.sh: Handle symlinks in generated script.
9268
9269Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9270
9271 * configure: Handle autoconf style directory options: --bindir,
9272 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9273 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9274 --sysconfdir.
9275 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9276 (sharedstatedir, localstatedir, oldincludedir): New variables.
9277 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9278 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9279 sbindir, sharedstatedir, and sysconfdir.
9280
9281Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9282
9283 * Makefile.in (bootstrap-lean): New target.
9284
9285Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9286
9287 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9288 sn, and gnuserv from noconfigdirs.
252b5132
RH
9289
9290Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9291
9292 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9293
9294Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9295
ba73c63f 9296 * Makefile.in (cross): New target.
252b5132
RH
9297
9298Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9299 Jeff Law <law@cygnus.com>
252b5132
RH
9300
9301 * Makefile.in (bootstrap2, bootstrap3): New targets.
9302 (all-bootstrap): Remove outdated and confusing target.
9303 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9304
afb8d725
JM
9305Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9306
9307 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9308 windows. Consistent with gdb/configure.
afb8d725 9309
252b5132
RH
93101997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9311
252b5132
RH
9312 * configure.in: Name Linux target fragment.
9313
9314 * configure: Rewrite so that project Makefile fragment is inserted
9315 first and appears last in the resulting Makefile.
9316
9317Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9318
9319 * Makefile.in (install-itcl): Install tcl first.
9320
252b5132 9321Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9322
252b5132
RH
9323 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9324
9325Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9326
9327 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9328
9329 * configure.in (skipdirs): Add target-librx for Linux.
9330 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9331
9332Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9333
9334 * Makefile.in (bootstrap): New target.
9335
9336Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9337
9338 * config.sub: Accept 'amigados' for backward compatability.
9339
9340Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9341
9342 * config.guess: Merge with FSF.
9343
ba73c63f
JM
9344Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9345
9346 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9347
252b5132
RH
9348Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9349
9350 * config.sub: Add "marketing-names" patch.
9351
9352Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9353
80413487 9354 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9355
9356Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9357
9358 * config.sub: Handle v850-elf.
9359
ba73c63f
JM
9360Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9361
9362 * .cvsignore (*-install): Remove.
9363
252b5132
RH
9364Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9365
9366 * ltconfig: Set CONFIG_SHELL in libtool.
9367 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9368
9369Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9370
9371 * configure.in (target_subdir): Set to libraries if enable_multilib.
9372
9373Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9374
9375 * config.guess: Update from gcc directory.
9376
9377Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9378
9379 * Makefile.in (all-sim): Depends on all-readline.
9380
9381Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9382
9383 * Makefile.in (BISON, YACC): Use $$s.
9384 (all-bison): Depend on all-texinfo.
9385
9386Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9387
9388 * Makefile.in (BISON): Add -L flag.
9389 (YACC): Likewise.
9390
9391Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9392
35590697
AJ
9393 * configure.in (noconfigdirs): Add support for v850e target.
9394
252b5132
RH
9395 * config.sub (maybe_os): Add support for v850e target.
9396
9397Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9398
35590697
AJ
9399 * configure.in (noconfigdirs): Add support for v850ea target.
9400
252b5132
RH
9401 * config.sub (maybe_os): Add support for v850ea target.
9402
9403Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9404
9405 * config.sub: Add mipstx39. Delete r3900.
9406
9407Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9408
9409 * Makefile.in (all-autoconf): Depends on all-texinfo.
9410
9411Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9412
9413 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9414 eabi targets.
9415
9416Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9417
9418 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9419
9420 * configure: When handling a Canadian Cross, handle YACC as well as
9421 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9422 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9423
9424Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9425
9426 * Makefile.in (BISON): bison, not byacc or bison -y.
9427 (YACC): bison -y or byacc or yacc.
9428 (various): Add *-bison as appropriate.
9429 (taz): No need to mess with BISON anymore.
9430
9431Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9432
9433 * configure: If OSTYPE matches *win32*, try to find a good value for
9434 CONFIG_SHELL.
9435
9436Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9437
9438 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9439 configure.in if it is present.
9440
9441Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9442
9443 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9444
9445Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9446
9447 * config.sub: Recognize `arc' cpu.
9448 * configure.in: Likewise.
9449 * config-ml.in: Likewise.
9450
9451Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9452
9453 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9454
9455Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9456
9457 * configure: Changed sed delimiter from ':' to '|' when
9458 attempting to substitute ${config_shell} for SHELL. On
9459 NT ${config_shell} may contain a ':' in it.
9460
9461Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9462
9463 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9464
9465Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9466
9467 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9468
9469Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9470
9471 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9472
9473 * ylwrap: If the program is a relative path, force it to be
9474 absolute.
9475
9476Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9477
9478 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9479
9480Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9481
9482 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9483 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9484 for libraries.
252b5132
RH
9485
9486Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9487
9488 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9489 separated by spaces.
252b5132
RH
9490
9491Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9492
9493 * ylwrap: New file.
9494 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9495
9496 * ltmain.sh: Handle /bin/sh at start of install program.
9497
9498 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9499
9500 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9501 * missing: New file, from automake 1.2.
9502
9503Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9504
9505 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9506 check-tk to CHECK_X11_MODULES.
9507
9508Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9509
9510 * config.sub: Merge with FSF.
9511
9512Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9513
9514 * config.guess: Merge with FSF.
9515
9516Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9517
9518 * configure: Treat msdosdjgpp like go32.
9519 * configure.in: Likewise. Don't remove gprof for go32.
9520
9521 * configure: Change Makefile.tem2 to Makefile.tm2.
9522
9523Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9524
9525 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9526
9527Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9528
9529 * install-sh (chmodcmd): Set to null if the DST directory already
9530 exists. Same as Nov 11th change.
9531
9532Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9533
35590697 9534 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9535
9536Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9537
9538 * config.guess: Update from FSF.
9539
9540Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9541
9542 * Makefile.in (GDB_TK): Depend on itcl and tix.
9543
9544Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9545
9546 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9547 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9548 (INSTALL_SCRIPT): New variable.
9549 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9550 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9551 to -x.
9552 * install-sh: Add support for -x option.
9553
9554Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9555
9556 * configure.in, Makefile.in: Treat tix like itcl.
9557
9558Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9559
9560 * Makefile.in (WINDRES): New variable.
9561 (WINDRES_FOR_TARGET): New variable.
9562 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9563 (EXTRA_HOST_FLAGS): Add WINDRES.
9564 (EXTRA_TARGET_FLAGS): Add WINDRES.
9565 (EXTRA_GCC_FLAGS): Add WINDRES.
9566 ($(DO_X)): Pass down WINDRES.
9567 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9568 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9569 DLLTOOL_FOR_TARGET.
9570
9571Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9572
9573 * configure.in: configure sim before gdb for win32-x-ppc
9574
9575Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9576
9577 Move gperf into the toplevel, from libg++.
9578 * configure.in (target_tools): Add target-gperf.
9579 (native_only): Add target-gperf.
9580 * Makefile.in (all-target-gperf): New target, depend on
9581 all-target-libg++.
9582 (configure-target-gperf): Empty rule.
9583 (ALL_TARGET_MODULES): Add all-target-gperf.
9584 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9585 (CHECK_TARGET_MODULES): Add check-target-gperf.
9586 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9587 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9588
9589Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9590
252b5132
RH
9591 * config.sub (mn10200): Recognize new basic machine.
9592
9593Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9594
9595 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9596 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9597
9598Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9599
9600 * configure.in: If we're building mips-sgi-irix6* native, turn on
9601 ENABLE_MULTILIB and set TARGET_SUBDIR.
9602
9603Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9604
9605 * Makefile.in (all-sn): Depend on all-grep.
9606
9607Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9608
9609 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9610
9611 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9612 Makefile. From Jeff Makey <jeff@cts.com>.
9613 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9614
9615 * Makefile.in (DISTBISONFILES): Remove.
9616 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9617 $(DEFAULT_YACC).
9618
9619 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9620 cygwin32.
252b5132
RH
9621
9622 * Makefile.in (LD): New variable.
9623 (EXTRA_HOST_FLAGS): Pass down LD.
9624 ($(DO_X)): Likewise.
9625
9626Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9627
9628 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9629
9630Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9631
9632 * configure.in (targargs): Strip out any supplied --build argument
35590697 9633 before adding our own. Always add --build.
252b5132
RH
9634
9635Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9636
9637 * configure.in (targargs): Pass --build if we're doing
9638 a cross-compile.
9639
9640Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9641
ba73c63f 9642 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9643 sed. Otherwise sed chokes on NT path names with drive
9644 designators. Also look for "?:*" as the leading characters in an
9645 absolute pathname.
9646
9647Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9648
9649 * config.sub: Support for r3900.
9650
9651Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9652
9653 * configure.in: Use install-sh, not install.sh.
9654
9655Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9656
9657 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9658 apply it twice.
9659
9660Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9661
9662 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9663 install-binutils.
9664
9665Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9666
9667 * Makefile.in: Add automake targets.
9668 * configure.in (host_tools): Add automake.
9669
9670Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9671
9672 * configure: Default CXX to c++, not gcc.
9673 * Makefile.in (CXX): Set to c++, not gcc.
9674 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9675
9676Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9677
9678 * install-sh: try appending a .exe if source file doesn't
9679 exist
9680
9681Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9682
9683 * configure.in: Turn on multilib by default.
9684 (cross_only): Remove target-libiberty.
9685
9686 * Makefile.in (all-gcc): Don't depend on libiberty.
9687
9688Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
9689
9690 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9691
9692Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
9693
9694 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9695 (DISTBISONFILES): Add ld/Makefile.in
9696
9697Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
9698
9699 * configure.in: if target is cygwin32 but host isn't cygwin32,
9700 don't configure gdb tcl tk expect, not just gdb.
9701
9702Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
9703
9704 * configure.in: Added gnuserv everywhere sn appears.
9705
9706 * Makefile.in (ALL_MODULES): Added all-gnuserv.
9707 (CROSS_CHECK_MODULES): Added check-gnuserv.
9708 (INSTALL_MODULES): Added install-gnuserv.
9709 (CLEAN_MODULES): Added clean-gnuserv.
9710 (all-gnuserv): New target.
9711
9712Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
9713
9714 * config.guess: Fixes for MIPS OpenBSD systems.
9715
9716Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
9717
9718 * Makefile.in (INSTALL_XFORM): Remove.
9719 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9720
9721 * mkinstalldirs: New file, copied from automake.
9722 * Makefile.in (installdirs): Rename from install-dirs. Use
9723 mkinstalldirs. Change all users.
9724 (DEVO_SUPPORT): Add mkinstalldirs.
9725
9726Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
9727
9728 * install-sh: Rename from install.sh.
9729 * Makefile.in (INSTALL): Change install.sh to install-sh.
9730 (DEVO_SUPPORT): Likewise.
9731
9732 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
9733 Graichen <graichen@rzpd.de>.
9734
9735Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
9736
9737 * config.guess: Recognize OpenBSD systems correctly.
9738
9739Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9740
9741 * README, Makefile.in (ETC_SUPPORT): Remove references to
9742 cfg-paper*, configure.{texi,man,info*}._
9743
9744Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
9745
9746 * Makefile.in (all.normal): Ensure that gcc is built after all
9747 the x11 - ie gdb - targets.
9748
9749Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
9750
9751 * makefile.vms: Don't run conf-a-gas.
9752
9753Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
9754
80413487 9755 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
9756
9757Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
9758
9759 * configure.in: Remove noconfigdirs case since gdb also
9760 configures and builds for tic80-coff.
9761
9762Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
9763
9764 * configure: Set cache_file to config.cache.
9765 * Makefile.in (local-distclean): Remove config.cache.
9766
9767Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
9768
9769 * COPYING: Update FSF address.
9770
9771Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
9772
9773 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9774 noconfigdirs.
9775
9776Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
9777
9778 * Makefile.in (install-dirs): Don't crash if prefix, and hence
9779 MAKEDIRS, is empty.
9780
9781Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
9782
9783 * config.sub: Tweak mn10300 entry.
9784
9785Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
9786
9787 * configure.in (host_tools): Put sim before gdb, so gdb's
9788 configure.tgt can determine if the simulator was configured.
9789
9790Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
9791
9792 * config.sub: Move BeOS $os case to be with other Cygnus
9793 local cases.
9794
9795Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
9796
9797 * config.sub: Remove misplaced comment that broke Linux.
9798
9799Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
9800
9801 * config.sub: Add BeOS support.
9802
9803Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
9804
9805 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9806
9807Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
9808
9809 * configure.in (noconfigdirs): Remove tcl and tk from
9810 noconfigdirs for cygwin32 builds.
9811
9812Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
9813
9814 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9815
9816Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
9817
9818 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9819 make-all.com, use makefile.vms instead.
9820
9821Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
9822
9823 * config.sub: Accept -lnews*.
9824
9825Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
9826
9827 * configure.in (noconfigdirs): Disable target-newlib,
35590697 9828 target-examples and target-libiberty for d30v.
252b5132
RH
9829
9830Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9831
9832 * configure.in (noconfigdirs): Enable ld for d30v.
9833
9834Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
9835
9836 * configure.in (tic80-*-*): Build compiler.
9837
9838Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
9839
9840 * configure.in (d30v-*): Remove sim directory from list of
35590697 9841 unsupported d30v directories
252b5132
RH
9842
9843Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
9844
35590697
AJ
9845 * config.sub, configure.in: Add d30v target cpu.
9846
252b5132
RH
9847Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
9848
9849 * makefile.vms: New file.
9850 * make-all.com: Remove.
9851
9852Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
9853
9854 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9855
9856Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
9857
9858 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9859
9860Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
9861
9862 * Makefile.in (ALL_MODULES): Added all-db.
9863 (CROSS_CHECK_MODULES): Addec check-db.
9864 (INSTALL_MODULES): Added install-db.
9865 (CLEAN_MODULES): Added clean-db.
9866
9867Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
9868
9869 * config.guess: Merge with latest FSF sources.
9870
9871Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
9872
9873 * Makefile.in (ALL_MODULES): Added all-itcl.
9874 (CROSS_CHECK_MODULES): Added check-itcl.
9875 (INSTALL_MODULES): Added install-itcl.
9876 (CLEAN_MODULES): Added clean-itcl.
9877
9878Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
9879
9880 * configure.in: build gdb for mn10200
9881
9882Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
9883
9884 * Makefile.in (all-target-winsup): Depend on all-target-libio.
9885
9886Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
9887
9888 * configure.in (tic80-*-*): Turn off most targets right now.
9889
9890Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
9891
9892 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9893 rather than the makeinfo program.
9894 (do-info): Depend upon all-texinfo.
9895
9896Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
9897
9898 * configure.in: Remove uses of config/mh-linux.
9899
9900 * config.sub, config.guess: Merge with latest FSF sources.
9901
9902Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
9903
9904 * config.sub (case $basic_machine): Add tic80 entries.
9905
9906Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
9907
9908 * config.sub, config.guess: Merge with latest FSF sources.
9909
9910Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
9911
9912 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9913 * mpw-config.in: Test for NewFolderRecursive.
9914 * mpw-install: Use symbolic name for startup filename.
9915 * mpw-README: Add various additional details.
9916
9917Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
9918
9919 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9920
9921Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
9922
9923 * configure.in: Do build gcc and the target libraries for
9924 the mn10200.
9925
9926Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
9927
9928 * configure.in: don't avoid building gdb for mn10300 any more
9929 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9930 instead of single-quoting it.
9931
9932Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
9933
9934 * configure.in: Don't use --with-stabs on IRIX 6.
9935
9936Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
9937
9938 * configure.in (m32r): Build gdb, libg++ now.
9939
9940Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9941
9942 * configure.in (mips*-sgi-irix6*): Remove gdb and related
9943 directories from noconfigdirs.
9944
9945Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
9946
9947 * config.sub (basic_machine): added mips16 configuration
9948
9949Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9950
9951 * config.sub: Handle d10v-unknown.
9952
9953Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
9954
9955 * config.sub: Handle v850-unknown.
9956
9957Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
9958
9959 * Makefile.in: add findutils
9960 * configure.in: add findutils to list of host_tools
9961
9962Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
9963
9964 * config.sub: Handle mn10200 and mn10300.
9965
9966Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9967
9968 * configure.in (d10v-*): Do not build librx.
9969
9970Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
9971
9972 * configure.in (mn10300): Build everything except gdb & libgloss.
9973
9974Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
9975
9976 * config.guess: Patch for Dansk Data Elektronik servers,
9977 from Niels Skou Olsen <nso@dde.dk>.
9978
9979 For ncr, use /bin/uname rather than uname, since GNU uname does not
9980 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
9981
9982 Patch for MIPS R4000 running System V,
9983 from Eric S. Raymond <esr@snark.thyrsus.com>.
9984
9985 Fix thinko for nextstep.
9986
9987 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
9988
9989 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
9990 * config.guess: Guess mips-dec-mach_bsd4.3.
9991
9992 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
9993 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
9994 release numbers.
9995 * config.guess (mips-mips-riscos*): Emit just enough of the
9996 release number.
9997
9998 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
9999 * config.guess (sparc-auspex-sunos*): Added.
10000 (f300-fujitsu-*): Added.
10001
10002 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10003 * config.guess: Recognize a Tadpole as a sparc.
10004
10005Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10006
10007 * config.guess: Don't assume that NextStep version is either 2 or
10008 3. NextStep 4 (aka OpenStep 4) has come out now.
10009
10010Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10011
10012 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10013 From Rik Faith <faith@cs.unc.edu>.
10014
10015Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10016
10017 * config.sub: Contributions from bug-gnu-utils to:
10018 Support plain "hppa" (no version given) architecture, reported by
10019 OpenStep.
10020 OpenBSD like NetBSD.
10021 LynxOs is not a hardware supplier.
10022
10023 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10024 OpenBSD like NetBSD.
252b5132
RH
10025 Stratus systems.
10026 More Pyramid systems.
10027 i[n>4]86 Intel chips.
10028 M680[n>4]0 Motorola chips.
10029 Use unknown instead of lynx for hardware manufacturer.
10030
10031Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10032
10033 * install.sh (chmodcmd): Set to null if the DST directory already
10034 exists.
10035
10036Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10037
10038 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10039 not use mt-ppc target Makefile fragment any more.
10040
10041Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10042
10043 * configure.in (*-*-windows): Exclude everything but those dirs
10044 needed to build windows.
10045
10046Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10047
10048 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10049
10050Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10051
10052 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10053
10054Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10055
10056 * Undo my previous change.
10057
10058Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10059
10060 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10061 unconditionally.
10062 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10063
10064Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10065
10066 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10067 host to add it's own flags.
252b5132
RH
10068
10069Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10070
10071 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10072
10073Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10074
10075 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10076 (CXX_FOR_TARGET): Likewise.
10077 (GCC_FOR_TARGET): Define.
10078 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10079 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10080 CC_FOR_TARGET was specified on the command line.
10081 (MAKEOVERRIDES): Don't define.
10082
10083Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10084
10085 * configure.in (m32r): Fix spelling of libg++ libs.
10086
10087Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10088
10089 * config.sub (-apple*): Remove, now redundant.
10090
10091Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10092
10093 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10094
10095 * configure: Rework yesterday's sed script patch.
10096
10097 * config.sub: Merge with FSF.
10098
10099Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10100
10101 * config.guess: Merge from FSF.
10102
10103 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10104 * config.guess: Use pc instead of unknown, for pc clone systems.
10105 Change linux to linux-gnu.
252b5132
RH
10106
10107 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10108 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10109
10110Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10111
10112 * test-build.mk (HOLES): Add "xargs" for gdb.
10113
10114 * configure: Avoid hpux10.20 sed bug.
10115
10116Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10117
4bddf3ad 10118 * configure.in: Add support for windows host
252b5132
RH
10119 (that is a build done under the Microsoft build environment).
10120
10121Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10122
10123 * Makefile.in: Replace all uses of srcroot with s, to shrink
10124 command line lengths.
10125
10126 Patches from Geoffrey Noer <noer@cygnus.com>:
10127 * configure.in: If configuring for newlib, pass --with-newlib to
10128 subdirectories.
10129 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10130 -Bnewlib/ and -Lwinsup to gcc.
10131 (CXX_FOR_TARGET): Likewise.
10132
10133Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10134
10135 * Makefile.in (ETC_SUPPORT): Add configure.
10136
10137Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10138
35590697 10139 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10140 host configuration file.
10141
10142Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10143
10144 * configure.in: Break mn10x00 support into separate
10145 mn10200 and mn10300 configurations.
10146 * config.sub: Likewise.
10147
10148Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10149
10150 * configure.in: Add lots of stuff to noconfigdirs for
10151 the mn10x00 targets.
10152
10153 * config.sub, configure.in: Add mn10x00 support.
10154
10155Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10156
10157 * make-all.com: Call conf-a-gas, not config-a-gas.
10158
10159Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10160
10161 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10162 targets.
252b5132
RH
10163
10164Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10165
10166 * mpw-README: Add much more detail for native PowerMac.
10167 * mpw-install: New file.
10168 * mpw-configure: Add --norecursion and --help options.
10169 * mpw-config.in: Translate readme and install files when
10170 copying to objdir.
10171 * mpw-build.in: Don't always depend on byacc and flex.
10172 (install-only-top): New action.
10173
10174Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10175
10176 * configure.in: You can now configure GDB for the v850.
10177
10178Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10179
10180 * configure.in (noconfigdirs): Don't configure any C++ dirs
10181 if targeting D10V.
10182
10183Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10184
10185 * config.sub: Recognize mips64vr5000.
10186
10187Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10188
10189 * configure.in: Use a single line for host_tools and native_only.
10190
10191Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10192
10193 * config.sub, configure.in: Add entries for m32r.
10194
10195Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10196
10197 * Makefile.in (inet-install): Don't run install-gzip.
10198
10199Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10200
10201 * configure.in: Don't config lots of things for *-*-windows*.
10202
10203Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10204
10205 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10206 (host_libs, host_tools): Copy from configure.in.
10207 * mpw-configure: Don't complain about directories not found.
10208
10209Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10210
10211 * configure.in (i[345]86): Recognize i686 for pentium pro.
10212 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10213 file.
10214
10215 * config.guess (i[345]86): Ditto.
10216
10217Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10218
10219 * configure.in (noconfigdirs): Removed gdb for D10V.
10220
10221Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10222
10223 * configure.in: Remove ld, target-libio, target-libg++, and
10224 target-libstdc++ from noconfigdirs.
10225
10226Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10227
10228 * configure: Fix three locations where shell scripts were
10229 being run directly rather than with config_shell.
10230
10231Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10232
10233 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10234 * config.sub (basic_machine): Recognize v850.
10235
10236Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10237
10238 * mpw-configure: Handle multiple enable/disable options and
10239 pass them down recursively, handle -c and -s flags appropriately
10240 depending on choice of compiler, add escape mechanism for
10241 quoted arguments to gC.
10242
10243Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10244
10245 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10246 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10247 so that -mrelocatable-lib and -mno-eabi are used.
10248
10249 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10250 not support --print-multi-lib, don't abort.
10251
252b5132
RH
10252Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10253
10254 * make-all.com: Run config-a-gas.
10255 * setup.com: Don't copy subdirectory files around.
10256
10257Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10258
10259 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10260 target, it now compiles correctly.
10261
10262Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10263
10264 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10265
10266Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10267
35590697 10268 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10269
10270Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10271
10272 * configure.in (native_only): Add prms.
10273
10274Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10275
10276 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10277 (BINUTILS_SUPPORT_DIRS): Likewise.
10278
10279Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10280
10281 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10282 d10v support is added.
10283
10284Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10285
10286 * configure.in (d10v-*-*): New target.
10287
10288Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10289
10290 * config.guess (HP 9000/811): Recognize this as a PA1.1
10291 machine.
10292
10293Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10294
10295 * Makefile.in (do-tar-gz): New target, split out from tail end of
10296 taz target. Run each command separately, don't use pipes.
10297 (taz): Use it.
10298
10299Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10300
10301 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10302 * mpw-build.in: No builds should depend on building byacc or flex,
10303 they are assumed to be installed already.
10304
10305Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10306
10307 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10308 variable that CC_FOR_TARGET needs.
10309
10310Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10311
10312 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10313 options have changed since the last time the subdirectory was
10314 configured, and if it has, reconfigure.
10315 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10316 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10317
10318Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10319
10320 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10321 CLEAN_MODULES): Add bash.
10322 (all-bash): New target.
10323
10324Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10325
10326 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10327
10328Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10329
10330 * config.sub (basic_machine): Recognize d10v as a valid processor.
10331
10332Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10333
10334 * mpw-configure: Add support for --bindir.
10335 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10336
10337Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10338
10339 * configure.in: add bash, time, gawk to list of hosttools and things
10340 to only build for native toolchains
10341
10342Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10343
10344 * Makefile.in (docdir): Remove.
10345
10346Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10347
10348 * Makefile.in (datadir): Set to $(prefix)/share.
10349
10350Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10351
10352 * configure.in: build diff and patch for cygwin32-hosted
10353 toolchains.
10354
10355Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10356
10357 * config.sub: Accept -rtems*.
10358
10359Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10360
80413487 10361 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10362 remove diff from the list of things not buildable
10363 via Canadian Cross
252b5132
RH
10364
10365Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10366
10367 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 10368 don't get ". ".
252b5132
RH
10369
10370Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10371
10372 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10373
10374Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10375
10376 * Makefile.in (taz): Handle case where tex3patch didn't even get
10377 checked out. Also, if it was found, put the symlink in a new util
10378 subdirectory.
10379
10380Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10381
10382 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10383
10384Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10385
10386 * config.sub: Recognize -openvms.
10387 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10388 * make-all.com, setup.com: New files.
10389
10390Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10391
10392 * Makefile.in (taz): tex3patch moved to texinfo/util.
10393
10394Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10395
afb8d725 10396 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10397 * configure.in: remove make from disable-if-Can-Cross list
10398 enable gdb if ${host} and ${target} are cygwin32
10399
10400Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10401
10402 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10403 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10404
10405Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10406
10407 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10408 distinguish sysv/svr4/bsd variants.
10409 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10410
10411Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10412
10413 * configure.in: Added copyright notice.
10414 * move-if-change: Added copyright notice.
10415
10416Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10417
10418 * configure.in (powerpcle-*-solaris*): Until we get shared
10419 libraries working, don't build gdb, sim, make, tcl, tk, or
10420 expect.
10421
10422Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10423
10424 * config.guess: Merge with FSF:
10425
10426 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10427 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10428
10429 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10430 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10431
10432 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10433 * config.guess: Combine two OSF1 rules.
10434 Also recognize field test versions. From mjr@zk3.dec.com.
10435 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10436 because GNU uname does not support -p. From pmr@pajato.com.
10437
10438Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10439
10440 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10441
10442Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10443
10444 * mpw-README: Document GCCIncludes.
10445
10446Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10447
10448 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10449
10450Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10451
10452 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10453
10454Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10455
10456 * configure.in (*-*-cygwin32): Configure make.
10457
10458Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10459
10460 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10461
10462Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10463
10464 * Makefile.in (all-inet): Depend on all-perl.
10465
10466 * Makefile.in (inet-install): New target.
10467
10468 * Makefile.in (all-inet): Depend on all-tcl.
10469 (all-inet): Depend on all-send-pr.
10470
10471Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10472
10473 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10474 temporarily.
10475
10476Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10477
10478 * configure.in: Don't configure --with-gnu-ld on AIX.
10479
10480Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10481
10482 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10483
10484Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10485
10486 * Makefile.in (ALL_MODULES): Added all-inet.
10487 (CROSS_CHECK_MODULES): Added check-inet.
10488 (INSTALL_MODULES): Added install-inet.
10489 (CLEAN_MODULES): Added clean-inet.
10490 (all-indent): New target.
10491
10492 * configure.in (host_tools): Added inet.
10493 (native_only): Added inet.
10494 (noconfigdirs): Added inet.
10495
10496Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10497
10498 * configure.in: Don't configure libgloss if we are not configuring
10499 newlib.
10500
10501Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10502
10503 * configure.in: Don't configure libgloss for unsupported
10504 architectures.
10505
10506Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10507
10508 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10509
10510Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10511
10512 * Makefile.in (ALL_MODULES): Include all-apache.
10513 (CROSS_CHECK_MODULES): Include check-apache.
10514 (INSTALL_MODULES): Include install-apache.
10515 (all-apache): New target.
10516
10517 * configure.in: Added apache everywhere perl is seen.
10518
10519Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10520
10521 * Makefile.in: Add support for clean-{module} and
10522 clean-target-{module} rules.
10523
10524Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10525
10526 * configure.in (*-*-ose) do not build libgloss.
10527
10528Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10529
10530 * config.guess (prep*:SunOS:5.*:*): Turn into
10531 powerpele-unknown-solaris2.
10532
10533Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10534
10535 * configure.in: Permit --enable-shared to specify a list of
10536 directories.
10537
10538Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10539
10540 * configure.in (host==solaris): Pass only the first word of $CC
10541 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10542
10543Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10544
10545 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10546
10547Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10548
10549 * Makefile.in (ALL_MODULES): Include all-perl.
10550 (CROSS_CHECK_MODULES): Include check-perl.
10551 (INSTALL_MODULES): Include install-perl.
10552 (ALL_X11_MODULES): Include all-guile.
10553 (CHECK_X11_MODULES): Include check-guile.
10554 (INSTALL_X11_MODULES): Include install-guile.
10555 (all-perl): New target.
10556 (all-guile): New target.
10557
10558 * configure.in (host_tools): Include perl and guile.
10559 (native_only): Include perl and guile.
10560 (noconfigdirs): Don't build guile and perl; no ports have been
10561 done.
10562
10563Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10564
80413487
RH
10565 * configure (--enable-*): Handle quoted option lists such as
10566 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10567
10568Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10569
10570 * Makefile.in ({,inst}all-target): New rule so we can make and
10571 install all of the target directories easily.
10572
10573Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10574
10575 * configure.in: Add missing global flag in sed substitution when
10576 deleting `target-' from ${configdirs}.
10577
10578Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10579
10580 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10581 option.
10582
10583 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10584 config/mh-necv4.
10585
10586 * install.sh: Correct misspelling of transformbasename.
10587
10588 * config.guess: Recognize mips-*-sysv*.
10589
10590Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10591
10592 * config.sub: Recognize mon960.
10593
10594Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * configure: Restore Canadian Cross handling of BISON and LEX,
10597 removed in Feb 20 change.
10598
10599Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10600
10601 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10602 Mention make install. Remove the old copyright date as well the
10603 clumsy and rather pointless copyright on the README file.
10604
10605Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10606
10607 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10608 Makefile after running symlink-tree, then run `make distclean' to
10609 avoid clobbering any generated files in srcdir.
10610
10611Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10612
10613 * configure.in (m68k-*-netbsd*): Build everything now.
10614
10615Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10616
10617 * Makefile.in (taz): Fix quoting.
10618
10619Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10620
10621 * configure.in (sparclet-*-*): Build everything now.
10622
10623Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10624
10625 * configure.in (m68k-*-linux*): New host.
10626
10627Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10628
10629 * configure: Check for bison before byacc.
10630
10631Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10632
10633 * Makefile.in configure: Change the way LEX and BISON/YACC are
10634 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10635 searching PATH. These are used as fallbacks by Makefile.in if
10636 flex/bison/byacc aren't in objdir.
10637
10638Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10639
10640 * Makefile.in: Make everything which depends upon all-bfd also
10641 depend upon all-opcodes, in case --with-commonbfdlib is used.
10642
10643Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10644
10645 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10646 building NT native compilers on Unix.
10647
10648Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10649
10650 * configure.in: Don't get CC from the host Makefile fragment if we
10651 can find gcc in PATH, or if this is a Canadian Cross. Move the
10652 Solaris test for /usr/ucb/cc to the post target script, just after
10653 the compiler sanity test.
10654
10655Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * config.sub: Merge with FSF.
10658
10659Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10660
10661 * Makefile.in (RPATH_ENVVAR): New variable.
10662 (REALLY_SET_LIB_PATH): Use it.
10663 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10664
10665Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10666
10667 * config.sub, configure.in: Recognize sparclet cpu.
10668
10669Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10670
10671 * config.guess: Support m68k-cbm-sysv4.
10672
10673Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10674
10675 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10676 m68k-unknown-linuxaout from linker help string. Put quotes around
10677 $ld_help_string.
10678
10679Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
10680
10681 * config.guess (powerpc-harris-powerunix): Add guess for port
10682 to new target.
10683
10684Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10685
10686 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10687
10688Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
10689
10690 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10691 $(REALLY_SET_LIB_PATH) in Makefile.
10692 * Makefile.in (SET_LIB_PATH): New variable.
10693 (REALLY_SET_LIB_PATH): New variable.
10694 ($(DO_X)): Use $(SET_LIB_PATH).
10695 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10696 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10697 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10698 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10699 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10700 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10701 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10702 (install-dosrel): Likewise.
10703 (all-opcodes): Depend upon all-libiberty.
10704
10705Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
10706
10707 * config.guess (*:CYGWIN*): New
10708
10709Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10710
10711 * Makefile.in (all-target-winsup): All all-target-libiberty.
10712
10713Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10714
10715 * configure.in (noconfigdirs): Add missing # in front of comment.
10716
10717Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
10718
10719 * configure.in: add second pass to things added to noconfigdirs
10720 so *-gm-magic can exclude libgloss properly.
10721
10722Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
10723
10724 * mpw-configure (extralibs_name, rez_name): Set correctly
10725 for MWC68K compiler.
10726
10727 * mpw-README: Add more info on the necessary build tools.
10728
10729Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
10730
10731 * configure.in, config.sub: Recognize cygwin32.
10732
10733Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
10734
10735 * config.guess, config.sub: Recognize A/UX.
10736
10737Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
10738
10739 * config.sub: Merge with gcc/config.sub.
10740
10741Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
10742
10743 * mpw-build.in (do-binutils): Add build of stamps.
10744
10745Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
10746
10747 * config.sub: Add recognition for mips64vr4100*-* targets.
10748
10749Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10750
10751 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10752 Add creation of gconfigargs with `--enable-shared' turned on.
10753 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10754 ($(host)-stamp-stage3-configured): Likewise.
10755 (HOLES): Add chatr and ldd.
10756 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10757
10758Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
10759
10760 * configure: Pass --nfp to recursive configures.
10761
10762Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
10763
10764 * Makefile.in (DLLTOOL): New.
10765 (DLLTOOL_FOR_TARGET): New.
10766 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10767 (EXTRA_TARGET_FLAGS): Ditto.
10768 (EXTRA_GCC_FLAGS): Ditto.
10769 (CONFIGURE_TARGET_MODULES): Ditto.
10770 (DO_X): Ditto.
10771 * configure: Add DLLTOOL.
10772
10773Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
10774
10775 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10776 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10777 mh-sco, since old workarounds no longer needed, and don't
10778 build ld, since libraries have weak symbols in COFF.
10779
10780Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
10781
10782 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10783
10784Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
10785
10786 * configure.in: Make sure that ${CC} can be used to compile an
10787 executable.
10788
afb8d725
JM
10789Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10790
10791 * Makefile.in (all-gdb): Depend on $(GDB_TK).
10792 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10793 nothing depending on whether gdbtk is being built.
10794
252b5132
RH
10795Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
10796
10797 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10798
10799Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
10800
10801 * configure.in (noconfigdirs): Put ld or gas in this early, if the
10802 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10803
10804Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
10805
10806 * config-ml.in: Add support for
10807 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10808 Simplify setting of multidirs from --disable-foo.
10809
10810Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10811
10812 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10813 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10814 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 10815 non-empty, pass them on to the GCC make.
252b5132
RH
10816 (all-bootstrap): New rule that is like all-gcc, except it executes
10817 the GCC bootstrap rule instead of the GCC all rule.
10818
10819Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
10820
10821 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10822
10823Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10824
10825 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10826 DG/UX support.
10827
10828Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
10829
10830 * config.sub (i*86*) Change [345] to [3456]
10831
10832Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
10833
10834 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10835 --with-gnu-ld=no.
10836
10837Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
10838
10839 * config-ml.in (rs6000*, powerpc*): Add switches to control which
10840 AIX multilibs get built.
10841
10842Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10843
10844 * configure.in (i386-win32): Don't build expect if we're not
10845 building the tcl subdir.
10846
10847Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
10848
10849 * Makefile.in: (configure-target-examples, all-target-examples):
10850 New targets, configure and build example programs.
10851
10852Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10853
10854 * mpw-configure: If an mpw-config.in generated a file mk.sed,
10855 use it as input to sedit the generated MPW makefile.
10856 * mpw-README: Add a suggestion about Gestalt.h.
10857
10858Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
10859
10860 * config.sub: Accept *-*-ieee*.
10861
10862Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
10863
10864 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
10865 Ronald F. Guilmette <rfg@monkeys.com>.
10866
10867Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10868
10869 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10870 for powerpc-pe native.
10871 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10872 (target==powerpc-pe): duplicate i386-win32 entry.
10873
10874Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10875
10876 * configure.in (noconfigdirs): Exclude target-newlib for all versions
10877 of vxworks, not just vxworks5.1.
10878
10879Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
10880
10881 * mpw-configure: Add support for exec-prefix.
10882
10883Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
10884
10885 * config.guess: Recognize HP model 816 machines as having
10886 a PA1.1 processor.
10887
10888Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
10889
10890 * configure: Ignore new autoconf configure options.
10891
252b5132
RH
10892Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10893
10894 * config.guess: Recognize Pentium under SCO.
10895 From Robert Lipe <robertl@arnet.com>.
10896
10897Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10898
10899 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
10900
10901Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
10902
10903 * configure.in: Don't configure gas for alpha-dec-osf*.
10904
10905Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
10906
10907 * configure.in: Default to --with-stabs for some targets for which
10908 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10909 i[345]86*-*-unixware*.
10910
10911Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
10912
10913 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10914 rather than basing it on the target. Simplify handling of options
10915 controlling which directories to configure. Remove extraneous
10916 slash in multi-clean target.
10917
10918Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
10919
10920 * config-ml.in: Prefix more variables with ml_ so they don't collide
10921 with configure's.
10922
10923Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
10924
10925 * configure: Don't turn -v into --v.
10926
10927Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
10928
10929 * configure.in (targargs): Fix typo.
10930
10931 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10932
10933Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
10934
10935 * configure.in: Strip --host and --target options from
10936 CONFIG_ARGUMENTS, and always configure for --host only. Add
10937 --with-cross-host option when building with a cross-compiler.
10938 * configure: Canonicalize the arguments put into config.status by
10939 always using `=' for an option with an argument. Pass a presumed
10940 --host or --target explicitly.
10941
10942Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
10943
10944 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10945 into general OS recognition case.
10946
10947Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10948
10949 * configure.in (target_configdirs): add target-winsup only
10950 for win32 target systems.
10951
10952Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
10953
10954 * Makefile.in (all-target-libgloss): Depend upon
10955 configure-target-newlib, since when libgloss is built it looks to
10956 see if the newlib directory exists.
10957
10958Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
10959
10960 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10961 cfg-ml-*.in.
10962
10963Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
10964
10965 * configure: Handle LD and LD_FOR_TARGET when configuring a
10966 Canadian Cross.
10967
252b5132
RH
10968Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10969
10970 * configure.in (target_libs): add target-winsup.
10971 (target==i386-win32): add patch diff flex make to $noconfigdirs.
10972 (target==ppcle-pe): remove ld from $noconfigdirs.
10973
10974Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
10975
10976 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
10977 Preserve relative path names in $srcdir. Build symlink tree if
10978 configuring cross target dir and srcdir=. (= no VPATH support).
10979 (configure-target-libg++): Depend on configure-target-librx.
10980 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
10981 * config-ml.in: New file.
10982 * symlink-tree: New file.
10983 * configure: Ensure srcdir="." if that's what it is.
10984
10985Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
10986
10987 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
10988 includes and FLEX_SKELETON setting.
10989 * mpw-configure (--with-gnu-ld): New option, controls whether
10990 to use PPCLink or ld with PowerMac GCC.
10991 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
10992 * mpw-config.in: Configure grez if targeting Mac.
10993
10994 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
10995 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
10996 just macos.
252b5132
RH
10997 * configure.in: Configure grez resource compiler if targeting Mac.
10998 * Makefile.in (all-grez, install-grez): New targets.
10999
11000Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11001
11002 * configure: CXX defaults to gcc, not g++. If we find
35590697 11003 gcc in the path, set CC to gcc -O2.
252b5132
RH
11004
11005Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11006
11007 * configure: Default ${build} correctly. Avoid picking up extra
11008 spaces when reading CC and CXX from Makefile. When doing a
11009 Canadian Cross, use plausible default values for numerous
11010 variables.
11011 * configure.in: When doing a Canadian Cross, don't try to
11012 configure tools whose configure script can't handle it.
11013
11014Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11015
11016 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11017
11018Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11019
11020 * configure: Remove dubious bug reporting address.
11021
11022Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11023
11024 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11025 configure script, run that instead of this directory's configure.
11026 In either case, print a message that we're configuring the sub-dir.
11027
11028Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11029
11030 * configure.in: Before checking for the existence of various files,
11031 use sed to filter out "target-".
11032
11033Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11034
11035 * Makefile.in (DO_X): Split rule to decrease command line length
11036 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11037 (Philippe De Muyter).
11038
11039Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11040
11041 * Makefile.in (all-patch): depend on all-libiberty.
11042
11043Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11044
11045 * configure.in: If the only directory in target_configdirs which
11046 actually exists is libiberty, then set target_configdirs to empty,
11047 to avoid trying to build a target libiberty in a gas or gdb
11048 distribution.
11049
11050Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11051
11052 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11053 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11054 systems.
252b5132
RH
11055
11056Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11057
11058 * configure.in (copy_dirs): Use sys-include instead of include
11059 for --with-headers option.
11060
11061Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11062
11063 * Makefile.in, configure.in: Make winsup builds work with
11064 new scheme.
11065
11066Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11067
11068 * configure.in: Build the linker on AIX.
11069
11070Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11071
11072 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11073 where needed.
11074
11075Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11076
11077 * Makefile.in (all-gcc): Fix typo.
11078
11079Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11080
11081 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11082
11083Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11084
11085 * configure.in: Rename libFOO to target-libFOO, and xiberty
11086 to target-xiberty, to provide more flexibility.
11087 (target_subdir): Define. Create if cross.
11088 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11089 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11090 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11091 check-libFOO -> check-target-libFOO, etc.
11092 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11093 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11094 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11095 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11096 allow ALL_GCC="" to only configure.
11097 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11098 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11099 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11100
11101Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11102
11103 * Makefile.in (taz): Build "info" in etc explicitly.
11104
11105Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11106
11107 * configure.in: Make sure that CC is undefined (as opposed to
11108 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11109 problem with autoconf trying to configure on a host without GCC.
11110
11111Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11112
11113 * mpw-configure: Set host alias from choice of host compiler,
11114 only use generic MPW Makefile sed if present, edit a file
11115 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11116 * mpw-README: Add problem notes about CW6 and CW7.
11117
11118Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11119
11120 * Makefile.in (taz): Use ";" instead of ";;".
11121
11122Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11123
11124 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11125 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11126 DISTDOCDIRS.
11127 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11128 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11129
11130Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11131
11132 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11133 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11134 Move bfd to DISTSTUFFDIRS.
11135
11136Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11137
11138 * Makefile.in (X11_LIB): Removed.
11139 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11140
11141 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11142
11143Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11144
11145 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11146 names.
11147
11148Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11149
11150 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11151
11152Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11153
11154 * configure.in (i[345]86-*-win32): Always build newlib.
11155 Don't configure cvs, autoconf or texinfo.
11156 * Makefile.in (LD_FOR_TARGET): New.
11157 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11158 Pass down LD_FOR_TARGET.
11159
11160Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11161
11162 * winsup: New directory.
11163 * Makefile.in: Build winsup.
11164 * configure.in: Winsup is configured when target is win32.
11165 Can only build win32 target GDB when native.
35590697 11166
252b5132
RH
11167Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11168
11169 * config.guess: Recognize HP model 819 machines as having
11170 a PA 1.1 processor.
11171
11172Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11173
11174 * configure: Fix sed loop which substitutes for CC and CXX to
11175 avoid bug found in various sed implementations.
11176
11177Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11178
11179 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11180 simulator. Use standard powerpc-*-eabi*.
11181
11182Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11183
11184 * configure.in: Stop putting gas and binutils in noconfigdirs for
11185 powerpc-*-aix* and rs6000-*-*.
11186
11187Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11188
11189 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11190 -mcall-aixdesc libraries.
11191
11192Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11193
11194 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11195
11196 * config.sub (arm | armel | armeb): Fix shell syntax.
11197
11198Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11199
11200 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11201 -msoft-float and -mcpu=common support.
11202 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11203 libraries.
11204
11205Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11206
11207 * configure.in: Allow configuration and build of emacs19 for the alpha.
11208
11209Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11210
11211 * configure.in (CC): Get ^CC, not just any old CC, from
11212 ${host_makefile_frag}.
11213
11214Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11215
35590697 11216 * configure.in (CC): Try to get CC from
252b5132
RH
11217 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11218
11219Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11220
11221 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11222 only if it exists in $(srcdir).
11223
11224Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11225
11226 * configure: If CC and CXX are not set in the environment, set
11227 them, based on either an existing Makefile or on searching for gcc
11228 in PATH. Substitute for CC and CXX in Makefile.
11229 * configure.in: Remove libm from target_libs. Separate
11230 target_configdirs from configdirs. If CC is not set in
11231 environment, try to get it from a host Makefile fragment. Rewrite
11232 changes of configdirs to use skipdirs instead. A few minor
11233 tweaks. Take directories out of target_configdirs as they are
11234 taken out of configdirs. Remove existing Makefile files from
11235 subdirectories. Substitute for TARGET_CONFIGDIRS and
11236 CONFIG_ARGUMENTS in Makefile.
11237 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11238 by configure.in.
11239 (CONFIG_ARGUMENTS): Likewise.
11240 (CONFIGURE_TARGET_MODULES): New variable.
11241 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11242 ($(CONFIGURE_TARGET_MODULES)): New target.
11243 (configure-libg++, configure-libio): New targets.
11244 (all-libg++): Depend upon configure-libg++.
11245 (all-libio): Depend upon configure-libio.
11246 (configure-libgloss, all-libgloss): New targets.
11247 (configure-libstdc++): New target.
11248 (all-libstdc++): Depend upon configure-libstdc++.
11249 (configure-librx, all-librx): New targets.
11250 (configure-newlib): New target.
11251 (all-newlib): Depend upon configure-newlib
11252 (configure-xiberty): New target.
11253 (all-xiberty): Depend upon configure-xiberty.
11254
11255Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11256
11257 * configure.in (host i[345]86-*-win32): Expand the
11258 noconfigdirs again.
11259
11260Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11261
11262 * mpw-configure: Fix sed command file name.
11263
11264Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11265
35590697 11266 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11267 noconfigdirs again.
11268
11269Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11270
11271 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11272 or powerpc*-*-pe*, since they are not yet supported.
11273
11274Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11275
11276 Add PowerMac support and many other enhancements.
11277 * mpw-configure: New option --cc to select compiler to use,
11278 paste options set according to --cc into the generated
11279 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11280 if mpw-make.sed is present.
11281 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11282 add forward includes for PowerPC include files.
11283 * mpw-build.in: Build using Makefile.PPC if present.
11284 (do-byacc, etc): Remove separate version resource builds.
11285 (do-gas): Build "stamps" before "all".
11286 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11287 * mpw-README: Update to reflect --cc option, PowerMac support,
11288 and recently-reported compatibility problems.
11289
11290Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11291
11292 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11293 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11294 (--with-multilib-top): Pass to recursive invocations.
11295
11296Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11297
11298 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11299 v810-*-*.
11300
11301Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11302
11303 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11304 gdb, ld and opcodes on v810-*-*.
11305
252b5132
RH
11306Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11307
11308 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11309 (local-maintainer-clean): New target.
11310 (maintainer-clean): New target.
11311 (realclean): Just depend upon maintainer-clean.
11312
11313Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11314
11315 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11316
11317Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11318
11319 * configure.in: Build ld in mips*-*-bsd* case.
11320
11321Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11322
11323 * config.sub: Accept -lites* OS. From Ian Dall.
11324
11325Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11326
11327 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11328 targets.
252b5132
RH
11329
11330Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11331
11332 * configure.in: treat i386-win32 canadian cross the same as
11333 i386-go32 canadian cross.
11334
11335Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11336
11337 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11338 running under the simulator to build a reduced set of libraries.
11339 (powerpc-*-eabiaix): Add fine grained multilib support added to
11340 other powerpc targets yesterday.
11341
11342Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11343
11344 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11345 -disable-softfloat, -disable-relocatable, -disable-aix, and
11346 -disable-sysv to control which multilib libraries get built.
11347
11348Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11349
11350 * configure: Add Makefile.tem to list of files to remove in trap
11351 handler.
11352
11353Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11354
11355 * config.guess (*Linux*): Add missing "exit"s.
11356 Also, need specific check for alpha-unknown-linux (uses COFF).
11357
11358Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11359
11360 * config.guess: Merge with FSF:
11361
11362 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11363 * config.guess (AIX4): More robust release numbering discovery.
11364
11365 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11366 * config.guess (i386-sequent-ptx): Properly get version number.
11367
11368 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11369 * config.guess (mips:*:4*:UMIPS): New case.
11370
11371Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11372
11373 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11374 (i386-win32 host): Likewise. Don't build readline.
11375
afb8d725
JM
11376Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11377
11378 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11379 SUPPORT_FILES to submakes.
11380
252b5132
RH
11381Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11382
11383 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11384 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11385 mpw-configure.
11386
11387Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11388
11389 * configure.in (appdirs): Use =, not ==, in test expression when
11390 trying to build the text to print in the warning message for
11391 Solaris users.
11392
11393Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11394
11395 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11396
11397Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11398
11399 * config.guess: Recognize lynx-2.3.
11400
11401Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11402
11403 * config.sub (z8ksim): Deleted
11404 (z8k-*-coff): New, this is the one true name of the target.
11405
11406Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11407
11408 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11409
11410Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11411
11412 * config.guess (*:Linux:*:*): First try asking the linker what the
11413 default object file format is (elf, aout, or coff). Then if this
11414 fails, try previous methods.
11415
11416Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11417
11418 * configure.in: Don't build newlib for *-*-vxworks5.1.
11419
11420Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11421
11422 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11423 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11424
11425Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11426
11427 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11428
11429Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11430
11431 * cfg-ml-com.in: New file.
11432 * cfg-ml-pos.in: New file.
11433
11434Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11435
11436 * COPYING.NEWLIB: Add HP free copyright to list.
11437
11438Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11439
11440 * config.sub: Recognize -eabi* for the system, not just -eabi.
11441
11442Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11443
11444 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11445 * config.sub, configure.in (win32): New target and host.
11446
11447Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11448
11449 * configure.in: Add i386-pe configuration.
11450
11451Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11452
11453 * mpw-build.in (install): Install GDB after LD.
11454
11455Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11456
11457 * mpw-config.in (elf/mips.h): Always forward-include, needed
11458 for GDB to build.
11459
11460Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11461
11462 * testsuite: New directory for customer acceptance and whole tool
11463 chain tests.
11464
11465Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11466
11467 * configure: If per-host line isn't found, but AC_OUTPUT is found
11468 and a configure script exists, run it instead.
11469
11470Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11471
11472 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11473
11474Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11475
11476 * configure: Set build_{cpu,vendor,os,alias} to host values when
11477 --build isn't specified.
11478
11479Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11480
11481 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11482 (FLAGS_TO_PASS): Pass them.
11483 (EXTRA_TARGET_FLAGS): Ditto.
11484
252b5132
RH
11485Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11486
11487 * Makefile.in (all-libg++): Depend on all-libstdc++.
11488
11489Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11490
11491 * configure.in (noconfigdirs): Enable all packages for
11492 i386-unknown-netbsd.
11493
11494Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11495
11496 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11497 hosted builds (DOS builds)
11498
11499Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11500
11501 Changes for ARM based on patches from Richard Earnshaw:
11502 * config.sub: Handle armeb and armel.
11503 * configure.in: Omit arm linker only for riscix.
11504
11505Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11506
11507 * config.guess: Update from FSF.
11508
11509Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11510
11511 * config.sub: Recognize powerpcle as the little endian varient of
11512 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11513 powerpcle variant. Convert pentium into i586, not i486. Add p5
11514 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11515 temporarily.
11516
11517Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11518
11519 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11520
11521Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11522
11523 * config.sub: Accept -lites* as a basic system type.
11524
11525Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11526
11527 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11528 installed, and if so return linuxoldld as the system name.
11529
11530Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11531
11532 * config.guess: Add hppa1.1-hp-lites support.
11533
11534Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11535
11536 * configure.in: Don't build newlib for m68k-vxworks5.1.
11537
11538Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11539
11540 * configure.in (mips-sgi-irix6): Use mh-irix5.
11541
11542Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11543
11544 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11545
11546Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11547
11548 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11549 OSF/1. Fix compiler flags.
252b5132
RH
11550 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11551
11552Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11553
11554 * configure.in: Recognize --with-newlib.
11555 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11556
afb8d725
JM
11557Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11558
11559 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11560 to *_X11_MODULES due to gdbtk needing X include files et al.
11561
252b5132
RH
11562Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11563
11564 Merge in support for Mac MPW as a host.
11565 (Old change descriptions retained for informational value.)
11566
11567 * mpw-config.in: Add generic include forwards for cpu-specific
11568 include files in aout and elf directories.
11569
11570 * mpw-configure: Added copyright.
11571 * mpw-config.in: Check for presence of required build tools.
11572 (target_libs): Add newlib.
11573 (target_tools): Add examples.
11574 (Read Me): Generate as "Read Me for MPW" instead.
11575 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11576 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11577 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11578
11579 * mpw-configure: Remove subdir-specific makefile hackery,
11580 delete mk.tmp after using it.
11581
11582 * mpw-build.in (all): Display start and end times.
11583
11584 * mpw-configure (host_canonical): Set.
11585 (target_cpu): Always add to makefiles.
11586 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11587 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11588 (mpw-mh-mpw): Look for in srcdir and srcroot.
11589 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11590
11591 * mpw-build.in: (install-only): New target.
11592
11593 * mpw-configure (host_alias, target_alias): Rename from hostalias
11594 and targetalias, add into generated Makefile.
11595 (mk.tmp): If present, add into generated Makefile.
11596 * mpw-build.in (all-gas): Build config.h first before gas proper.
11597
11598 * mpw-configure (config.status): Write only if changed.
11599 * mpw-config.in (readline): Configure it (not built, just used for
11600 definitions).
11601
11602 * mpw-config.in (elf/mips.h): Add a forward include.
11603
11604 * mpw-config.in: Forward-include most .h files in include into
11605 extra-include.
11606 (readline): Don't build.
11607 mpw-build.in (install): Install GDB.
11608
11609 * mpw-configure (prefix, mpw_prefix): Handle it.
11610 * mpw-config.in (mmalloc, readline): Don't configure.
11611 * mpw-build.in (thisscript): Rename to ThisScript.
11612 Use mpw-build instead of BuildProgram everywhere.
11613 (mmalloc, readline): Don't build.
11614 * mpw-README: New file, basic documentation about the MPW port.
11615
11616 * mpw-config.in: Use forward-include to create include files.
11617
11618 * mpw-configure: Add more things to the top of each configured
11619 Makefile, including contents of config/mpw-mh-mpw.
11620 * mpw-config.in (extra-include): Create this directory and fill it
11621 with Posix-like include files when configuring.
11622
11623 * config.sub (apple, mac, mpw): Add various aliases.
11624
11625 * mpw-build.in: New file, top-level build script fragment for MPW.
11626 * mpw-configure: New file, configure script for MPW.
11627 * mpw-config.in: New file, config fragment for MPW.
11628
11629Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11630
11631 * configure.in (host_libs): Remove glob, since it is gone from the
11632 sources.
11633
11634Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11635
11636 * Makefile.in: define empty GDB_NLM_DEPS var.
11637
11638 * configure.in(target_makefile_frag): use config/mt-netware
11639 for netware targets.
11640
11641Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11642
11643 * config.sub: Merge in recent FSF changes. Remove linux special
11644 cases.
11645
11646Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11647
4bddf3ad 11648 Revert this change:
252b5132
RH
11649
11650 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11651
11652 * build-all.mk: Use CC=cc -Xs on Solaris.
11653
252b5132
RH
11654Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11655
11656 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11657 stop using it.
11658 * Makefile.in: Nuke all references to glob subdirectory.
11659
11660Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11661
11662 * configure.in: Fix --enable-shared logic in per-host.
11663
11664Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11665
11666 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11667
11668Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11669
11670 * configure.in (noconfigdirs): Don't build gas on AIX, for
11671 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11672
11673Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11674
11675 * configure: Fix --cache-file to work if the file argument is a
11676 relative path.
11677
11678Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
11679
11680 * configure: If the --cache-file is used, pass it down to
11681 configure in subdirectories.
11682
11683Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
11684
11685 * config.sub: add vxworks29k configuration.
11686
11687Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11688
11689 * Makefile.in (taz): Do "diststuff" part quietly.
11690
11691Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
11692
11693 * config.sub: Mini-merge with gcc/config.sub.
11694
11695Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11696
11697 * config.guess (IRIX): Sed - to _.
11698
11699Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11700
11701 * Makefile.in (source-vault, binary-vault): New targets.
11702
11703Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
11704
11705 * config.sub: Recognize -eabi as a basic system type.
11706
11707Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11708
11709 * configure.in (enable_shared stuff): Fix typo.
11710
11711Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
11712
11713 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11714
11715Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11716
11717 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11718
11719Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
11720
11721 * configure.in (rs6000-*-*): Don't build gas.
11722
11723Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
11724
11725 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11726 reduce command line length.
11727 (AS_FOR_TARGET): Check for as.new, not Makefile.
11728 (NM_FOR_TARGET): Check for nm.new, not Makefile.
11729
11730Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
11731
11732 * config.guess: Merge from FSF.
11733
11734Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11735
11736 * configure: Don't use $ when handling program_suffix.
11737
11738Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
11739
11740 * configure.in: Configure tk for hppa/hpux.
11741
11742Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
11743
11744 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
11745
11746Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11747
11748 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
11749 to LIBCXXFLAGS. Tests are better run without it.
11750
11751Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
11752
11753 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11754
11755Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
11756
11757 * configure.in (*-*-netware*): Don't configure xiberty.
11758
11759Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
11760
11761 * configure.in: Remove tk from native_only list.
11762
11763Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
11764
11765 * build-all.mk: Add mips-ncd-elf target to sun4 targets
11766 for special NCD build.
11767
11768Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11769
11770 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11771 makeall.bat, they're only useful for binutils snapshots.
11772 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11773 makeall.bat to specified SUPPORT_FILES.
11774
11775Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
11776
11777 * build-all.mk: Add Ericsson targets to sun4 and solaris
11778 hosts. Add BNR's sun4 target to solaris host, so their
11779 build-from-source will be tested in-house first.
11780
11781Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11782
11783 * Makefile.in (LIBCFLAGS): New variable.
11784 (CFLAGS_FOR_TARGET): Ditto.
11785 (LIBCFLAGS_FOR_TARGET): Ditto.
11786 (LIBCXXFLAGS): Ditto.
11787 (CXXFLAGS_FOR_TARGET): Ditto.
11788 (LIBCXXFLAGS_FOR_TARGET): Ditto.
11789 (BASE_FLAGS_TO_PASS): Pass them.
11790 (EXTRA_TARGET_FLAGS): Ditto.
11791
4bddf3ad 11792 * configure.in: Support --enable-shared.
252b5132
RH
11793
11794Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
11795
11796 * configure.in (target_libs): Include libstdc++ again.
11797 * config.guess: Update from FSF (for FreeBSD).
11798
11799Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11800
11801 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11802 makeall.bat.
11803 (DISTDOCDIRS): Add `etc'.
11804 (ETC_SUPPORT_PFX): New variable.
11805 (taz): Include anything from etc starting with a word in
11806 ETC_SUPPORT_PFX.
11807
11808Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11809
11810 * config.sub: Update for recent FSF changes. Remove obsolete
11811 h8300hds entry. Add -windows* and -osx as basic os. Minor
11812 spacing changes.
11813
11814Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
11815
11816 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
11817
11818 * config.guess: Merge with FSF.
11819 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11820
11821Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11822
11823 * configure: Since the "trap 0" handler will override the exit
11824 status on many systems, only use it for "exit 1", and make it set
11825 a non-zero exit status; reset it before "exit 0". Also, check
11826 exit status of config.sub, and error out if it failed.
11827
11828Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
11829
11830 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11831 and install libgloss.
11832
11833Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11834
11835 * Makefile.in (all-binutils): Depend upon all-byacc.
11836
11837 * configure.in: Don't build emacs on Irix 5.
11838
11839Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11840
11841 * configure.in (*-*-netware*): Add libio.
11842
11843Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11844
11845 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11846 (CHECK_TARGET_MODULES): Ditto.
11847 (INSTALL_TARGET_MODULES): Ditto.
11848 (TARGET_LIBS): Ditto.
11849 (all-libstdc++): Note dependencies.
11850
11851Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11852
11853 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11854
11855Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
11856
11857 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11858 -fexternal-templates.
11859
11860 * configure.in (target_libs): Add libstdc++.
11861 (noconfigdirs): Add libstdc++ as appropriate.
11862
11863Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
11864
11865 * config.guess: Update from FSF.
11866
11867Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11868
11869 * configure: Use ${config_shell} when running ${configsub}.
11870
11871Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
11872
11873 * config.sub: No longer recognize h8300h.
11874
11875Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
11876
11877 * config.sub: Remove extraneous differences between config.sub and
11878 gcc/config.sub.
11879
11880Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
11881
11882 * Makefile.in (DISTSTUFFDIRS): Add gas.
11883
11884Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
11885
11886 * COPYING.NEWLIB: New file.
11887
11888Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
11889
11890 * config.guess (HP-UX): Patch from Harlan Stenn
11891 <harlan@landmark.com> to also emit release level.
11892
11893Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
11894
11895 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11896
11897Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
11898
11899 * config.sub: Merge nextstep cleanup from FSF.
11900
11901Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11902
11903 * configure.in (arm-*-*): Don't configure ld for this target.
11904
11905Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
11906
11907 * configure.in (*-*-netware): don't configure libg++, libio,
11908 librx, or newlib.
11909
11910Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
11911
11912 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
11913 configure ld--it works, but it doesn't support shared libraries.
11914
11915Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
11916
11917 * config.guess (*-unknown-freebsd*): Get rid of possible
11918 trailing "(Release)" in version string.
11919 Patch from Paul Richards <paul@isl.cf.ac.uk>.
11920
11921Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
11922
11923 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11924 Fix type: *-next-neststep -> *-next-nextstep.
11925
11926 * config.guess: Merge from FSF:
11927
11928 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11929
11930 * config.guess: Recognize powerpc-ibm-aix3.2.5.
11931
11932 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
11933
11934 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11935 instead of UNIX_SV for UnixWare 1.0).
11936
11937Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
11938
11939 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
11940 to make gdb/nlm/* build after the compiler and linker.
11941
11942Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
11943
11944 * config.guess (netbsd, freebsd, linux): Accept any machine,
11945 not just i[34]86.
11946 (m68k-atari-sysv4): Relocate to match FSF version.
11947
11948 * config.guess: More merges from the FSF:
11949
11950 Add a space before function call or macro invocation.
11951
11952 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11953
11954 * config.guess: Add trap cmd to remove dummy.c and dummy when
11955 interrupted.
11956
11957 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11958
11959 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11960 (dummy): Redirect stderr from compilation of dummy.c.
11961
11962 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
11963
11964 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11965
11966Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
11967
11968 * configure: Accept and ignore --cache*, for compatibility with
11969 new autoconf.
11970
11971Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
11972
11973 * config.guess: Merge from FSF:
11974
11975 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11976
11977 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
11978 (PATH): Add /.attbin at end for finding uname.
11979 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
11980
11981 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
11982
80413487 11983 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
11984
11985 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
11986
80413487
RH
11987 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
11988 to select whether to use ELF or COFF.
252b5132
RH
11989
11990 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11991
80413487 11992 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
11993
11994 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11995
11996 * config.guess: Guess the OS version for HPUX.
11997
11998 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11999
12000 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12001
12002Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12003
12004 * configure.in: Recognize --with-headers, --with-libs, and
12005 --without-newlib.
12006 * Makefile.in (all-xiberty): Depend upon all-ld.
12007
12008Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12009
12010 * configure.in: Change i[34]86 to i[345]86.
12011
12012Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12013
12014 * configure (version): A few more tweaks to help message.
12015
12016Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12017
12018 * Makefile.in: Remove (for now) librx as a host library,
12019 now that we're building it for target.
12020
12021Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12022
12023 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12024 (Karl Berry).
12025
12026Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12027
12028 * configure.in: Also configure librx.
12029
12030Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12031
12032 * Makefile.in: Update various rules to reflect that librx
12033 is now needed for libg++.
12034
12035Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12036
12037 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12038
12039Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12040
12041 * configure.in: Configure the examples directory.
12042
12043Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12044
12045 * configure: Simplify Jun 2 1994 change.
12046
12047Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12048
12049 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12050 /bin/gcc isn't good enough to build gcc.
12051
12052Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12053
12054 * Makefile.in (GDB_SUPPORT_FILES): Remove
12055 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12056 (gdb.tar.gz): Add new rule to use standard distribution building
12057 mechanism.
12058
12059Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12060
12061 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12062 Bill Cox <bill@cygnus.com>.
12063
12064Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12065
12066 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12067
12068Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12069
12070 * configure: Search current dir first in .gdbinit.
12071
12072Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12073
12074 * config.sub: Recognize freebsd (merged from gcc config.sub).
12075
12076Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12077
12078 * config.sub: Refer to NeXT's operating system as nextstep.
12079
12080 * config.sub (case $basic_machine): Re-order the cases, to match
12081 the order in the FSF version (which is mostly alphabethical).
12082 Merge in some additions and changes from the FSF.
12083
12084Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12085
12086 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12087 * config.sub: Recognize cxux7.
12088 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12089
12090Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12091
12092 * config.sub: Fix typo powerpc -> powerpc-*.
12093
12094Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12095
12096 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12097
12098 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12099 parallel with all-emacs and install-emacs). Top-level command
12100 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12101
12102Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12103
12104 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12105 $(relbindir)/make before doing ``make install'', and use
12106 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12107 installing over running make binary.
12108 ($(host)-stamp-stage3-installed): Likewise.
12109
12110Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12111
12112 * config.guess: Recognize Mach.
12113
12114Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12115
12116 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12117 see whether --exec-prefix was used.
12118
12119Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12120
12121 * README: Explicitly mention libg++/README. (Zoo's idea.)
12122
12123Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12124
12125 * Makefile.in: Add all-librx target similar to all-libproc.
12126
12127Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12128
12129 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12130 with post 1.2 uname bogosity.
12131
12132Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12133
12134 * configure: Remove temporary files on receipt of a signal.
12135
12136Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12137
12138 * configure: If there is a package_makefile_frag, remove
12139 ${subdir}/Makefile.tem after copying it in.
12140
12141Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12142
12143 * build_all.mk: support rs6000 lynx identifies itself as
12144 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12145 since /bin/gcc is too feeble to compile a modern gcc.
12146
12147Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12148
12149 * brought devo/test-build.mk update-to-date with progressive/
12150 test-build.mk. Add lynx targets and hppa flag info.
12151
12152Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12153
12154 * configure.in: Use mh-ncrsvr43. Patch from
12155 Tom McConnell <tmcconne@sedona.intel.com>.
12156
12157Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12158
12159 * config.guess (i386-unknown-bsdi): No longer need to
12160 check #if defined(__bsdi__) && defined(__i386__).
12161
12162Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12163
12164 * configure: Set program_transform_nameoption correctly.
12165
12166Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12167
12168 * brought build-all.mk update-to-date with progressive build-all.mk,
12169 added new targets and hppa info.
35590697 12170
252b5132
RH
12171Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12172
12173 * configure: If config.guess result is a prefix of the user
12174 specified target, assume a native build and use the user specified
12175 target as the host alias. Remove SunOS patch suffix removal hack.
12176 * configure.in: Remove SunOS patch suffix removal hack.
12177
12178 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12179 in NATIVE_CHECK_MODULES.
12180
12181Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12182
12183 * Makefile.in: Rename HOST_ONLY to NATIVE.
12184 * configure: Delete SunOs patch suffix from host_canonical
12185 and build_canonical variables that are prepended to Makefiles.
12186 * configure.in: Add comments for easier maintenance.
12187
12188Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12189
12190 * Makefile.in: Add all-libproc target similar to all-gui.
12191
12192Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12193
12194 * Makefile.in (CHECK_MODULES): split into
12195 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12196
12197Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12198
12199 * config.guess (i386-unknown-bsdi): New system to guess.
12200
12201Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12202
12203 * Makefile.in: Add all-gui target (but not yet build by "all").
12204
12205Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12206
12207 * config.sub: Move deletion of patch suffix from here...
12208 * configure.in: To here, at Ian's suggestion. The top-
12209 level scripts might need to know of a patch level.
12210
12211Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12212
12213 * config.sub: Strip off patch suffix so rtl is recognized
12214 as a sunos4.1.3 machine, even though it's been patched.
12215
12216Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12217
12218 * Makefile.in (INSTALL_LAST): Delete.
12219 (INSTALL_DOSREL): New.
12220
12221Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12222
12223 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12224 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12225 whether we pass down --with-gnu-ld anyhow.
12226
12227Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12228
12229 * Makefile.in (INSTALL_LAST): Change operation so it works
12230 on more flavors of make.
12231 * configure.in (go32): Don't build libg++ or libio.
12232
12233Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12234
12235 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12236 they can be overriden by templates.
12237
12238Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12239
12240 * configure.in (target==go32): Don't build gdb.
12241 * dosrel: New directory.
12242
12243Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12244
12245 * configure.in (host==go32): Configure dosrel too.
12246 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12247 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12248 be set by incoming names or templates.
12249 (INSTALL_LAST): New rule.
252b5132
RH
12250
12251Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12252
12253 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12254
12255Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12256
252b5132
RH
12257 * configure.in (appdirs): New variable. Currently empty, but will
12258 be used in gas distribution. If nonempty, lists a set of
12259 directories at least one of which must get configured, or top
12260 level configuration is considered to have failed.
12261 (rs6000-*-lynxos*): Use new file name.
12262
12263Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12264
12265 Eliminate XTRAFLAGS.
12266 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12267 newlib include files using -idirafter, and also use -nostdinc.
12268 (CXX_FOR_TARGET): Likewise.
12269 (XTRAFLAGS): Removed.
12270 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12271 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12272 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12273 ($(DO_X)): Don't pass down XTRAFLAGS.
12274
12275Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12276
12277 * configure.in (mips*-dec-bsd*): New target; do build linker.
12278 (mips*-*-bsd*): New target; don't build linker.
12279
12280Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12281
12282 * configure.in: support rs6000-*-lynxos* configuration.
12283 support sunos4 as a cross target.
12284
12285 * config.sub: look for lynx*, not lynx since the OS version may
12286 legitimately be part of the name.
12287
12288Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12289
12290 * configure.in (i[34]86-*-sco*): Move to be with other i386
12291 targets.
12292 (romp-*-*): New target. Skip various binary utilities.
12293 (vax-*-*): New target. Don't build newlib.
12294 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12295
12296Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12297
12298 * configure.in: Only set host_makefile_frag if config
12299 directory exists.
12300
12301Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12302
12303 * install.sh: If $dstdir exists, don't check whether each
12304 component does.
12305
12306Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12307
12308 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12309
12310Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12311
35590697
AJ
12312 * configure.in (*-*-lynxos*): Don't configure newlib for either
12313 native or cross Lynx.
252b5132
RH
12314
12315Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12316
12317 * config.sub (sparc64-elf): Fix os.
12318 (z8k): Remove duplicate.
12319
12320Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12321
12322 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12323 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12324
12325Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12326
12327 * configure: Make file links cleanly even if Lynx fails on
80413487 12328 an NFS symlink (at least fail cleanly).
252b5132
RH
12329
12330Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12331
12332 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12333 -XNh2000.
12334
12335Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12336
12337 * configure: Unknown options are fatal again.
12338
12339Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12340
12341 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12342 compatibility.
252b5132
RH
12343
12344Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12345
12346 * build-all.mk: Add `clean' target.
12347
12348Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12349
12350 * config.guess: Add SINIX support.
12351 * configure.in: Add mips-*-sysv4* support.
12352
12353Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12354
12355 * build-all.mk: Document all useful targets.
12356 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12357 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12358
12359Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12360
12361 * configure: Support --silent, --quiet.
12362
12363Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12364
12365 * configure: Support --disable-FEATURE.
12366
12367Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * config.guess: Recognize NCR running SVR4.3.
12370
12371Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12372
12373 * config.guess: Make BSDI generate i386-unknown-bsd386.
12374 Patch from Paul Eggert <eggert@twinsun.com>.
12375
12376Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12377
12378 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12379
12380Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12381
12382 * configure: Make unrecognized options give nonfatal warnings
12383 instead of fatal errors, and pass them to any subdirectory
12384 configures in case they recognize them.
12385 Make --x equivalent to --with-x.
12386
12387Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12388
12389 * configure: Add --enable-* options. Clean up usage message and
12390 some comments.
12391
12392Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12393
12394 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12395
12396Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12397
12398 * configure.in (hppa*-*-*): Enable binutils.
12399
12400Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12401
12402 * config.sub: Recognize cisco.
12403
12404Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12405
12406 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12407
12408Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12409
12410 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12411 than one configuration name. Add comment.
12412
12413Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12414
12415 * config.guess: about target *-hitachi-hiuxwe2, fixed
12416 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12417 macro is incorrect.]
12418
12419Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12420
12421 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12422 than the "make ls" stuff which used to be here.
12423
12424Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12425
12426 * config.guess: Recognize i[34]86-unknown-freebsd.
12427 From Shawn M Carey <smcarey@rodan.syr.edu>.
12428
12429Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12430
12431 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12432
12433Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12434
12435 * config.guess: Check for ptx.
12436
12437Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12438
12439 * config.sub: Add os9k checking.
12440
12441Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12442
12443 * config.guess: Handle OSF1 running on HPPA processors
12444
12445Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12446
12447 * configure: If subdir configure fails, print out a message with
12448 subdirectory name, in case subdir's configure code didn't identify
12449 itself.
12450
12451Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12452
12453 * configure.in: Remove embedded newlines from configdirs.
12454 Avoid mismatches of substrings. Fix matching strings at end
12455 of configdirs.
12456
12457Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12458
12459 * config.guess: Add Lynx/rs6000 config support.
12460
12461Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12462
12463 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12464
12465Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12466
12467 * configure.in (hppa*-*-osf*): Treat this just like most other
12468 PA configurations (eg no binutils or ld).
12469 (hppa*-*-*elf*): These configurations have binutils and ld.
12470
12471Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12472
12473 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12474
12475Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12476
12477 * configure.in (rs6000-*-*): Build gas.
12478
12479Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12480
80413487 12481 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12482
12483Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12484
12485 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12486 for GDB and GDB has been fixed to not need it.
12487
252b5132
RH
12488Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12489
12490 * config.guess: Recognize vax hosts.
12491
12492Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12493
12494 * configure (while loop): Don't use "break 2" inside case
12495 statement -- the case statement isn't an enclosing loop.
12496
12497Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12498
12499 * config.guess: Clean up NeXT support, to allow nextstep
12500 on Intel machines. Make OS be nextstep.
12501
12502Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12503
12504 * config.guess: Add alternate forms for Convex.
12505
12506Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12507
12508 * configure: Completely rewrite option processing. Take
12509 advantage of pattern-matching to avoid invoking test frequently.
12510 Also clean up host and target defaulting logic.
12511
12512Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12513
12514 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12515 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12516 commands (plus user environment) will fit SCO limits.
12517
12518Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12519
12520 * configure.in: Don't issue warnings about directories which are
12521 not being configured if -norecursion is set. Correct test for
12522 --with-gnu-as and --with-gnu-ld to not get confused by substring
12523 matches.
12524
12525 * configure.in: Don't build gas for alpha-dec-osf1*.
12526
12527Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12528
12529 * configure: Back out Per's change of 12/19/1993. It changes the
12530 behavior of configure in unexpected and confusing ways.
12531
12532 Also, use different delim char when calculating
12533 program_transform_name so that the name can contain slashes.
12534
12535Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12536
12537 * configure.in, config.sub: Add support for VSTa micro-kernel.
12538
12539Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12540
12541 * configure.in: Nuke hacks which were used to get a special
12542 version of GAS for HPPA configurations.
12543
12544Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12545
12546 * configure: If only ${target_alias} is given, use that
12547 as the default for ${host_alias}.
12548 * configure: Add missing back-slashes before nested quotes.
12549
12550Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12551
12552 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12553
12554Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12555
12556 * config.guess: Recognize some Tektronix configurations.
12557 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12558
12559Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12560
12561 * config.sub: Match any flavor of SH.
12562
12563Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12564
12565 * configure.in: Don't try to configure newlib for Alpha.
12566
12567Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12568
12569 * configure.in: Don't build ld for Irix 5. Don't build gas,
12570 libg++ or libio for any Alpha target.
12571
12572 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12573
12574Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12575
12576 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12577 default arguments -- so it tried to compress itself.
12578
12579Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12580
12581 * configure.in (notsupp): ensure that a space is always at the end
12582 of the configdirs list, since the grep checks for an explicit space
12583
12584Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12585
12586 * configure.in (target i386-sysv4.2): don't build ld, since static
12587 versions of many libraries are not available.
12588
12589Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12590
12591 * config.guess: Recognize Apollos (using environment variables).
12592 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12593
12594Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12595
12596 * config.guess: Recognize Sony news mips running newsos.
12597
12598Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12599
12600 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12601 "fi ; else" for bash.
12602
12603Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12604
12605 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12606
12607Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12608
12609 * config.sub: accept unixware as an alias for svr4.2.
12610 Fix some inconsistancies with the gcc version.
12611
12612Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12613
12614 * Makefile.in (DISTDOCDIRS): Add gdb.
12615
12616Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12617
12618 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12619
12620Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12621
12622 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12623 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12624 this now.
12625
12626Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12627
12628 * config.sub: Accept hiux* as an OS name.
12629
12630 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12631 etc/make-stds.texi. The underscore came from gcc, and dje now
12632 agrees that RUNTESTFLAGS is the correct name.
12633
12634Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12635
12636 * install.sh: Remove 'set -e'. It makes any conditionals
12637 in the script useless.
12638
12639 * config.guess: Automatically recognize arm-acorn-riscix
12640 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12641
12642Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12643
12644 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12645
12646Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12647
12648 * Makefile.in (DISTDOCDIRS): New variable.
12649 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12650 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12651
12652Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12653
12654 * configure.in (hppa target): check the source directory for the
12655 pagas sub-directory
12656
12657Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12658
12659 * config.sub: Allow -aout* and -elf*.
12660
12661Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12662
12663 * configure.in: Don't build ld on i386-solaris2, same as for
12664 sparc-solaris2.
12665
12666Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12667
12668 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12669
12670Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12671
12672 * configure.in: Configure gdb for alpha.
12673
12674Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12675
12676 * Makefile.in (CXXFLAGS): Add -O.
12677
12678Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12679
12680 * config.guess: added support for DG Aviion
12681
12682Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12683
12684 * configure.in: Produce warning message for subdirectories not
12685 configurable for this host/target combination. Don't try to
12686 configure gdb for vms.
12687
12688Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12689
12690 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12691 appropriate files before making "diststuff".
12692 (DISTBISONFILES): New var: list of files to be edited.
12693 (DISTSTUFFDIRS): Add binutils.
12694
12695Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12696
12697 * config.sub: also handle mipsel and mips64el (for little endian mips)
12698
12699Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12700
12701 * configure.in: Add * to end of all OS names.
12702
12703Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
12704
12705 * configure.in: Build newlib for LynxOS native.
12706
12707Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12708
12709 * config.guess: Add support for delta 88k running SVR3.
12710
12711 * configure.in: Add comment about HP compiler vs. emacs.
12712
12713Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12714
12715 * configure.in: don't build ld on solaris2 (not a viable option
12716 due to bugs in getpwnam & getpwuid)
12717
12718Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12719
12720 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12721 config.guess will produce a full version number.
12722
12723Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12724
12725 * configure.in: Build linker and binutils for alpha-dec-osf1.
12726
12727Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12728
12729 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12730 and gdb/testsuite/Makefile.in.
12731
12732Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12733
12734 * configure.in: recognize mips*- instead of mips-
12735
12736Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
12737
12738 * config.sub: Accept linux*coff and linux*elf as operating
12739 systems.
12740
12741Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12742
12743 * config.sub: Recognize mips64, and mips3 as an alias for it.
12744
12745Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12746
12747 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12748 gdb knows how to handle OSF/1 shared libraries.
12749
12750Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12751
12752 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12753 * config.guess: Recognize Hitachi's HIUX.
12754 * config.sub: Recognize h3050r* and hppahitachi.
12755 Remove redundant cases for hp9k[23]*.
12756
12757Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12758
12759 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12760 if gas and ld are in the source tree and are in ${configdirs}.
12761 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 12762 --with options (but still pass them down on the command line,
252b5132
RH
12763 if they were explicitly specified).
12764
12765Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12766
12767 * configure: substitute SHELL value in Makefile.in with
12768 ${CONFIG_SHELL}
12769
12770Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12771
12772 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12773 *-*-solaris2* targets.
12774
12775Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12776
12777 * Makefile.in: define M4, and pass it down to sub-makes;
12778 all-autoconf now depends on all-m4
12779
12780Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12781
12782 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12783 presence of {ar,ranlib} instead of a configured directory
12784
12785Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12786
12787 * config.guess: Accept 34?? as well as 33?? for NCR.
12788
12789Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12790
12791 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12792 of 'gas' in sed commands, since 'gash' is now in the tree as well.
12793
12794Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12795
12796 * configure: grab values for $(CC) and $(CXX) from the
12797 environment, so that someone can do "CC=gcc configure; make" and
12798 have it work right (matching the way that autoconf works now)
12799
12800 * configure.in, Makefile.in: add support for gash, the tcl
12801 interface to Galaxy
12802
12803 * config.guess: add NetBSD variants (hp300, x86)
12804
12805Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
12806
12807 * install.sh: Support -d option (in the manner of SunOS 4 install,
12808 as it is more deterministic than that of GNU install)
12809 (chmodcmd): Set file to mode 755 by default (should also do default
12810 chgrp and chown, but I don't feel like dealing with that now)
12811
12812Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
12813
12814 * config.sub: Remove h8300hhms alias.
12815
12816Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12817
12818 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12819
12820Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12821
12822 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12823 as stmp-fixinc
12824
12825Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12826
12827 * config.sub: recognize m88110-bug-coff.
12828
12829Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12830
12831 * Makefile.in (all-libio): all dependencies on the toolchain used
12832 to build this (gcc, gas, ld, etc)
12833
12834Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12835
12836 * config.guess: Deal with OSF/1 1.3 on alpha.
12837
12838Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12839
12840 * install.sh: add some 'else true' clauses for portability
12841
12842 * configure.in: don't build libio for h8[35]00-*-* targets
12843
12844Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
12845
12846 * Makefile.in: Add support for new libio.
12847
12848Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12849
12850 * install.sh: If one command fails, don't try the rest. Don't try
12851 to remove $dsttmp (via trap) unless we have already created it.
12852 If $src doesn't exist, detect it and exit with an error.
12853
12854 * config.guess: Recognize BSD on hp300.
12855
12856Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
12857
12858 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12859 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12860
12861Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
12862
12863 * Makefile.in (all-send-pr): depends on all-prms
12864
12865Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12866
12867 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12868
12869Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12870
12871 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12872 Added test for mips-mips-riscos5.
12873
12874Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12875
12876 * configure.in: use mh-hp300 for 68k HP hosts
12877
12878Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12879
12880 * configure: add support for CONFIG_SHELL, so that you can use
12881 some alternate shell for evaluating configure scripts
12882
12883Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
12884
12885 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
12886 in configure script to bug-gdb@prep.ai.mit.edu when building
12887 distribution archive.
12888 * Makefile.in (COMPRESS): Remove def.
12889 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
12890 gdb.tar.Z and make-gdb.tar.Z respectively.
12891 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
12892 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
12893 to convergence with 'taz' target in Makefile.in.
12894
12895Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12896
12897 * install.sh (dsttmp): use trap to ensure that tmp files go
12898 away on error conditions
12899
12900Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12901
12902 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12903
12904Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12905
12906 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12907 its parent is '/' not ''.
12908
12909 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12910
12911Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
12912
12913 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12914 that ${newsrcdir}/configure.in does.
12915
12916Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12917
12918 * test-build.mk: support for CONFIG_SHELL
12919
12920Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
12921
12922 * config.sub (netware): Add as a basic system type.
12923
12924Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
12925
12926 * Makefile.in (Makefile): depend on configure.in. Also drop the
12927 $(srcdir)/ from the dependency on Makefile.in.
12928
12929Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
12930
12931 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12932 (h8300hhms is temporary until multi-libraries are implemented).
12933 * configure.in: Handle h8300h too.
12934
12935Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12936
12937 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12938
12939Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
12940
12941 * configure: Remove extraneous output when guessing host type.
12942 * config.guess: Remove extraneous output when guessing using C
12943 compiler rather than uname, or when guessing fails.
12944
12945Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12946
12947 * Makefile.in: remove all.cross and install.cross targets
12948
12949 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12950 definitions
12951
12952Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
12953
12954 * configure.in (target sh): Build gprof.
12955
12956Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12957
12958 * config.sub: change -solaris to -solaris2
12959
12960Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * configure.in: Use config/mh-riscos for mips-*-sysv*.
12963
12964Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
12965
12966 * configure: Correct error message for missing Makefile.in to
12967 print correct directory.
12968
12969Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12970
12971 * install.sh: kludge around 386BSD shell bug
12972
12973Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
12974
12975 * config.guess: Recognize NeXT.
12976 * config.guess: Recognize i486-ncr-sysv4.
12977 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
12978
12979Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
12980
12981 * Makefile.in (MAKEINFOFLAGS): New variable.
12982 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
12983 * build-all.mk, test-build.mk: Pass down --no-split as
12984 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
12985
12986Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
12987
12988 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
12989
12990Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
12991
12992 * Makefile.in (libg++.tar.z): New rule.
12993 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
12994 * Makefile.in (taz): Only do a single chmod.
12995
12996Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
12997
12998 * install.sh: don't use dirname anymore (replaced with sed usage)
12999
13000Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13001
13002 * Makefile.in: Change extension for gzip'd files from '.z' to
13003 '.gz' per new FSF standard usage.
13004
13005Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13006
13007 * configure: put quotes around the final value of program_transform_name
13008
13009Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13010
13011 * Makefile.in: new install.sh support; update install-info rules
13012
13013Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13014
13015 * configure.in: Build diff for crosses, but not for go32 host.
13016
13017 * configure.in: Build gprof only for native, and don't build it
13018 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13019
13020Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13021
13022 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13023
13024Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13025
13026 * configure.in (host_tools): Add prms.
13027
13028Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13029
13030 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13031 with $(FLAGS_TO_PASS) on the command line
13032
13033 * config.sub: Recognize lynx and lynxos
13034
13035Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13036
13037 * config.sub: Accept -ecoff*, not just -ecoff.
13038
13039Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13040
13041 * Makefile.in (taz): Use .gz suffix instead of .z.
13042 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13043 names.
13044
13045Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13046
13047 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13048
13049Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13050
13051 * Makefile.in (install-no-fixedincludes): install gcc last, so
13052 that rebuilds that might happen during 'make install' don't get
13053 bogus gcc include files
13054
13055Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13056
13057 Change from Utah for HPPA support:
13058 * config.guess: Recognize hppa1.x-hp-bsd.
13059
13060Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13061
13062 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13063 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13064
13065Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13066
13067 * config.sub: Add support for rom68k and bug boot monitors.
13068
13069Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13070
13071 * Makefile.in: Make all-opcodes depend on all-bfd.
13072
13073Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13074
13075 * config.guess: Added special check for i[34]86-univel-sysv4*.
13076
13077Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13078
13079 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13080 the processor rather than assuming i486.
13081
13082Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13083
13084 * config.guess: Recognize SunOS6 as Solaris3.
13085
13086Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13087
13088 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13089 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13090
13091Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13092
13093 * build-all.mk (all-cross): New target for Canadian Cross.
13094 Added Q2 go32 targets.
13095 * test-build.mk: Configure go32 cross sparclite-aout and
13096 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13097 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13098
13099Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13100
13101 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13102 GO32 hosted toolchains
13103
13104Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13105
13106 * configure: change so "-exec-prefix" gets passed down rather
13107 than "-exec_prefix" so autoconf generated Makefiles get the
13108 exec_prefix set right.
13109
13110Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13111
13112 * config.guess: get the Solaris2 minor version number
13113
13114 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13115
13116Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13117
13118 * config.guess: Recognize some Sequent platforms.
13119
13120Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13121
13122 * Makefile.in: added the vault-install target
13123
13124 * configure.in: actually use the Sun3 makefile fragment that's in
13125 config, also added the release dir to configdirs
13126
13127Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13128
13129 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13130
13131Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13132
13133 * configure.in: remove some program from Alpha targetted toolchains
13134
13135Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13136
13137 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13138 gprof.
13139 (taz): Run "make diststuff" in those directories instead of "make
13140 proto-dir". Look for "VERSION=" only at start of line in subdir
13141 Makefile. Use "gzip -9" for compression.
13142 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13143 (binutils.tar.z): New target.
13144
13145Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13146
13147 * Makefile.in (taz): Include gpl.texinfo.
13148
13149Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13150
13151 * Makefile.in (setup-dirs): Merged into "taz" target.
13152 (taz): Only do `proto-dir' stuff if a directory is actually needed
13153 for this target.
13154
13155Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13156
13157 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13158 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13159 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13160 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13161 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13162
13163Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13164
13165 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13166 config.sub, and move-if-change to gdb testsuite distribution
13167 archive, so the testsuite can be extracted, configured, and
13168 run separately from the gdb distribution. Blow away the Chill
13169 tests that require a Chill compiled executable, since GNU Chill
13170 is not yet publically available.
13171
13172Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13173
13174 * test-build.mk: set environment variables in a single command,
13175 instead of a list of assignments and exports
13176
13177 * config.guess: recognize Alpha/OSF1 systems
13178
13179Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13180
13181 * configure: Change help message to prefer --options rather than
13182 -options.
13183
13184Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13185
13186 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13187 zippy@ecst.csuchico.edu.
13188 * config.guess: Recognize miniframe.
13189
13190Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13191
13192 * Makefile.in: Use srcroot to find runtest rather than rootme.
13193 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13194
13195Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13196
13197 * test-build.mk: Extensive additions to support building on a
13198 machine other than the host.
13199
13200Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13201
13202 * configure (tooldir): Fix for i386-aix again.
13203
13204Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13205
13206 * configure, Makefile.in: Change definition of $(tooldir)
13207 to match the FSF.
13208
13209Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13210
13211 * config.guess: Recognize i[34]86/SVR4.
13212
13213Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13214
13215 * Makefile.in (all-gdb): gdb depends on sim.
13216
13217Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13218
13219 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13220 at the same time we make the prototype gdb directory.
13221 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13222 files at the same time as the gdb base release distribution.
13223
13224Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13225
13226 * Makefile.in (check): Use individual check targets rather than
13227 DO_X rule.
13228 (check-gcc): Added.
13229
13230Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13231
13232 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13233 for System V release 3.2.
13234
13235Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13236
13237 * config.sub: Recognize hppaosf.
13238 * configure.in: Do configure ld/binutils/gas for it.
13239
13240Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13241
13242 * configure (tooldir): Alter syntax used to set this, for systems
13243 where "\$" isn't handled right, like i386-aix.
13244
13245Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13246
13247 * configure: Pass program-transform-name, not
13248 program_transform_name, to recursive configures.
13249
13250Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13251
13252 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13253 of gas+ld+binutils.
13254
13255Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13256
13257 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13258
13259Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13260
13261 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13262
252b5132
RH
13263Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13264
13265 * Makefile.in (PRMS): Set back to all-prms.
13266
13267Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13268
13269 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13270 targets, rather than for MIPS hosts.
13271
13272Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13273
13274 * configure.in: add comment for --with-x default values
13275
13276 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13277
13278 * Makefile.in: add check-* targets for each of the directories in
13279 the tree. Add a definition of RUNTEST that will use the one we
13280 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13281
13282Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13283
13284 * configure.in: Removed obsolete references to bfd_target and
13285 target_makefile_frag.
13286
13287 * build-all.mk: Set assorted targets for Q2.
13288 * config.sub: Recognize z8k-sim and h8300-hms.
13289 * test-build.mk: Really don't pass host to configure.
13290 (HOLES): Added uname.
13291
13292Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13293
13294 * configure: Handle an empty program-prefix, program-suffix or
13295 program-transform-name correctly.
13296
13297Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13298
13299 * build-all.mk: -G 8 no longer required for MIPS targets.
13300 * test-build.mk: Don't pass host argument to configure; make it
13301 guess.
13302
13303Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13304
13305 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13306 * Makefile.in (COMPRESS): New macro, like GZIP.
13307
13308Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13309
13310 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13311
13312 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13313 with gas currently defaults to -G 0.
13314
13315Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13316
13317 * Makefile.in (all-flex): flex depends on byacc.
13318
13319 * build-all.mk: If host not specified, use config.guess. Pass TAG
13320 to test-build.mk as RELEASE_TAG.
13321 * test-build.mk (configargs): New variable containing arguments to
13322 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13323 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13324
13325 * config.guess: Use /bin/uname when checking -X argument on SCO,
13326 to avoid invoking GNU uname which doesn't understand -X.
13327
13328 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13329
13330 * configure.in: Build gas for mips-*-*.
13331
13332Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13333
13334 * Makefile.in (all.normal): insert missing backslash.
13335
13336Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13337
4bddf3ad 13338 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13339
13340 * Makefile.in: Complete overhaul to merge many almost identical
13341 targets.
13342
13343Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13344
13345 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13346 (gdb.tar.Z): Adjusted.
13347
13348 * Makefile.in (setup-dirs, taz): New targets; should be general
13349 enough to adapt for gdb sometime. Build only .z file.
13350 (gas.tar.z): New target.
13351
13352Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13353
13354 * build-all.mk: Use CC=cc -Xs on Solaris.
13355
252b5132
RH
13356Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13357
13358 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13359 for handling BISON for FSF releases.
13360
13361Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13362
13363 * configure: Actually implement the change zoo just documented.
13364
13365Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13366
13367 * configure: when using config.guess, only set target_alias when
13368 it's not already been set (ie, on the command line)
13369
13370Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13371
13372 * Makefile.in: add installcheck target, set PRMS to install-prms
13373
13374Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13375
13376 * configure: add support for package_makefile_fragment, handle the
13377 case where a directory has a configure.in file but no Makefile.in
13378 more gracefully (with an actual understandable error message, even);
13379 add support for --without (and add this to the usage message); also
13380 explicitly add a --host=${host_alias} to the command line when
13381 config.guess is used
13382
13383Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13384
13385 * configure: Must use both --host and --target in recursive calls.
13386
13387Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13388
13389 * Makefile.in: Change deja-gnu to dejagnu.
13390
13391Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13392
13393 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13394
13395Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13396
13397 * configure.in: canonicalize all instances to *-*-solaris2*,
13398 also strip out a number of tools to not build for go32 host
13399
13400Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13401
13402 * config.guess: add GPL.
13403
13404 * Makefile.in, config.guess, config.sub, configure: bump
13405 copyrights to 93.
13406
13407Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13408
13409 * Makefile.in (do-info): Removed obsolete check for existence of
13410 localenv file.
13411
13412 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13413
13414Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13415
13416 * Makefile.in: a couple of 'else true' for decstation,
13417 support for TclX
13418
13419 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13420
13421Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13422
13423 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13424
13425Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13426
13427 * config.guess: Recognize i386-ibm-aix (PS/2).
13428 * configure.in: Use config/mh-aix386 file for it.
13429
13430Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13431
13432 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13433 CC_FOR_TARGET instead.
13434 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13435
13436Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13437
13438 * Makefile.in: Add sim to list of directories sent with gdb
13439
13440Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13441
13442 * configure.in: Put back mips-dec-bsd* case.
13443
13444Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13445
13446 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13447 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13448 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13449
13450Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13451
13452 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13453
13454 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13455 (install-info): install dir.info only if it exists,
13456 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13457
13458Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13459
13460 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13461 gas for mips-dec-bsd.
13462
13463Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13464
13465 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13466 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13467
13468Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13469
13470 * configure.in: Added "dejagnu" to hosttools list.
13471
13472Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13473
13474 * config.sub, configure.in, config.guess: Add support
13475 for Bosx, an AIX variant from Bull.
13476 Patches from F.Pierresteguy@frcl.bull.fr.
13477
13478Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13479
13480 * devo/dejagnu: Initial creation of devo/dejagnu.
13481 Migrated dejagnu testcases and support files for testing software
13482 tools to reside as subdirectories, currently called "testsuite",
13483 within the directory of the software tool. Migrated all programs,
13484 support libraries, etc. beloging to dejagnu proper from
13485 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13486 with no modifications. The changes to these files which will
13487 allow them to configure, build, and execute properly will be made
13488 in a future update.
13489
13490Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13491
13492 * Makefile.in: Change send_pr to send-pr.
13493 * configure.in: Likewise.
13494 * send_pr: Renamed directory to send-pr.
13495
13496Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13497
13498 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13499
13500Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13501
13502 * README: Update for gdb-4.8 release.
13503 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13504 gdb-xxx.tar.z (gzip'd) file also.
13505
13506Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13507
13508 * Makefile.in: make all-diff depend on all-libiberty
13509
13510Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13511
13512 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13513
13514Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13515
13516 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13517
13518Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13519
13520 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13521 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13522 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13523
13524Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13525
13526 * Makefile.in: makeinfo binary is in a new location
13527
13528Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13529
13530 * config.sub: Accept -ecoff as an OS.
13531
13532 * Makefile.in: Various changes to eliminate a level of make
13533 recursion and reduce the required command line length.
13534 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13535 sub-makes.
13536 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13537 variables holding settings for specific sub-makes.
13538 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13539 in terms of BASE_FLAGS_TO_PASS.
13540 (TARGET_LIBS): New variable listing directories which use
13541 TARGET_FLAGS_TO_PASS.
13542 (subdir_do): Eliminated.
13543 (do-*): New set of targets to replace subdir_do.
13544 (various): All targets which used subdir_do now depend on do-*.
13545 (local-clean): Renamed from do_clean.
13546 (local-distclean): New target, dependency of distclean and
13547 realclean.
13548 (install-info): Don't create directories. Depend on dir.info
13549 rather than calling make recursively.
13550 (install-dir.info): Eliminated.
13551 (install-info-dirs): Create all info directories here.
13552 (dir.info): Depend upon do-install-info.
13553
13554 * test-build.mk (HOLES): Added false.
13555
13556Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13557
13558 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13559
13560Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13561
13562 * Makefile.in (info): remove dependency on all-texinfo. The
13563 problem was really in texinfo/C, not at this level.
13564
13565Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13566
13567 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13568
13569Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13570
13571 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13572 GDB releases.
13573
13574Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13575
13576 * configure: Include srcdir in message about target of link not
13577 being found. Don't convert `-' to `_' in `with' options being
13578 passed to subdirs.
13579
13580Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13581
13582 * configure.in: add uudecode to host_tools
13583
13584 * Makefile.in: added {all,install}-uudecode targets, added them to
13585 the appropriate lists
13586
13587Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13588
13589 * Makefile.in (all-gcc): Added dependency on all-gas.
13590
13591 * configure.in (mips-*-*): Build ld and binutils.
13592
13593Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13594
13595 * configure: check return code from mkdir, print error message and
13596 exit on failure.
13597
13598Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13599
13600 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13601
13602Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13603
13604 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13605
13606Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13607
13608 * config.sub (h8500): Recognize this as a cpu type.
13609
13610Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13611
13612 * configure: source directory missing is no longer a warning
13613
13614 * configure.in: recognize irix[34]* instead of irix[34]
13615
13616 * Makefile.in: define and pass down X11_LIB
13617
252b5132
RH
13618Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13619
13620 * guess-systype: Renamed to ...
13621 * config.guess: ... by popular request.
13622 * configure.in, Makefile.in: Update accordingly.
13623
13624Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13625
13626 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13627 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13628 + Execute ./dummy instead of assuming . is in PATH.
13629
13630Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13631
13632 * guess-systype: New shell script. Attempts to guess the
13633 canonical host name of the executing host.
13634 Only a few hosts are supported so far.
13635 * configure: Call guess-systype if no host is specified.
13636
13637Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13638
13639 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13640 gcc Makefile.
13641
13642
13643Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13644
13645 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13646 (all-gcc, install-gcc, subdir_do): Use it.
13647
13648Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13649
13650 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13651
13652Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13653
13654 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13655 set exclusively by configure, using configure.in .
13656
13657Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13658
13659 * test-build.mk: set $PATH for all builds
13660
13661 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13662
13663Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13664
13665 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13666 the one used in gcc/Makefile.in, so that a null expansion doesn't
13667 override the one needed to build gcc with a native cc.
13668
13669
13670Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13671
13672 * configure: Accept -with arguments.
13673
13674Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13675
13676 * Makefile.in: added h8300sim
13677
13678Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
13679
252b5132
RH
13680 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13681 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
13682 (all-cygnus, native, build-cygnus): Make
13683 $(canonhost)-stamp-3stage-done, not $(host)....
13684 * test-build.mk (stamp-3stage-compared): Use tail +10c for
13685 i386-sco3.2v4. Added else true to if command.
13686
13687Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
13688
13689 * config.sub: (from FSF) Sequent uses a BSD-like OS.
13690
13691Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
13692
13693 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13694
13695Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13696
13697 * configure.in: don't remove binutils from Solaris builds
13698
13699Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
13700
13701 * Makefile.in: get rid of earlier definitions for *clean,
13702 also handle the recursive info rule better
13703
13704Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
13705
13706 * Makefile.in (mostlyclean, distclean, realclean): Fix to
13707 do more-or-less the right thing.
13708
13709Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
13710
13711 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13712 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13713
13714Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13715
13716 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13717 $(host_canonical).
13718
13719 * configure.in: split the configdirs list into 4 categories (native
13720 v. cross, library v. tool) and handle the cross-only and native-
13721 only in more reasonable (and correct!) way.
13722
13723Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
13724
13725 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
13726 configdirs anymore.
13727
13728Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13729
13730 * Makefile.in: extensive cleanup:: removed all of the explicit
13731 clean-* targets, collapsed many wrappers around subdir_do into
13732 one, added additional targets to satisfy standards.texi, deleted
13733 some old targets, some changes for consistency
13734
13735Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13736
13737 * configure.in: handle some programs as cross-only, and others as
13738 native only
13739
13740 * test-build.mk: handle partial holes in a more generic manner
13741
13742 * Makefile.in: m4 depends on libiberty
13743
252b5132
RH
13744Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13745
13746 * configure.in: add m4, textutils, fileutils, sed, shellutils,
13747 time, wdiff, and find to configdirs
13748
13749 * Makefile.in: all, clean, and install rules for the new programs
13750 added to configure.in
13751
13752Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13753
13754 * configure.in: use mh-sun for all *-sun-* hosts
13755
252b5132
RH
13756Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13757
13758 * Makefile.in: define flags for X11 include files and library file
13759 locations, pass them down to the programs that need this info
13760
13761 * build-all.mk: added a 'native' target, to 3stage the native toolchain
13762
252b5132
RH
13763Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13764
13765 * configure.in: start building libg++ for HP-UX targets
13766
13767Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
13768
13769 * README: Update references to files moved into etc/.
13770
13771Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
13772
13773 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
13774 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
13775
13776Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
13777
13778 * configure: accept dash as well as underscore in long option
13779 names for FSF compatibility.
13780
13781Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
13782
13783 * config.sub: added -sco3.2v4 support from FSF.
13784
13785Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13786
13787 * configure.in: expand the section that adds or removes
13788 directories from the list of programs to build, to handle native
13789 vs. cross in addition to host v. native
13790
13791Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
13792
13793 * Makefile.in: Replace C++ in macro names with CXX.
13794 This is less likely to break ...
13795
13796Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13797
13798 * test-build.mk: add -w to GNU_MAKE
13799
13800Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13801
13802 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13803 add 'sparc' to list of recognized cpus. This needed to make
13804 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13805 Delete some redundant ose68 variants. Recognize -wrs as an os,
13806 then changes that into $CPU-wrs-vxworks.
13807
13808 * configure.in: remove most references to gdbtest, regularize
13809 target based program removal
13810
13811 * test-build.mk: import from p3 tree (many fixes and changes)
13812
13813Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
13814
13815 * Makefile.in: added rules to handle tcl, tk, and expect
13816
13817 * configure.in: handle those directories if they exist
13818
13819Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13820
13821 * config.sub: removed bogus hppabsd and hppahpux names, since
13822 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13823
13824Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13825
13826 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
13827 depends upon all-xiberty
13828
13829 * Makefile.in: changes from p3, including:
13830
13831 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
13832
13833 * Makefile.in (XTRAFLAGS): include newlib directories if
13834 newlib/Makefile exists, rather than if host != target.
13835
13836 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
13837
13838 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13839 from the same source tree and not building a cross-compiler. This
13840 matters for the libg++ configuration if reconfiguring a tree that
13841 has already been installed.
13842
13843 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
13844
13845 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13846 pick up the machine and system specific header files.
13847
13848 * Makefile.in: added AS_FOR_TARGET, passed down in
13849 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13850 the C compiler to use to create programs which are run in the
13851 build environment, set it to default to $(CC), and passed it down
13852 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13853
13854 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
13855
13856 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13857 We need them for unusual native builds, like systems without
13858 ranlib.
13859
13860 * configure: also define $(host_canonical) and
80413487
RH
13861 $(target_canonical), which are the full, canonical names for the
13862 given host and target
252b5132
RH
13863
13864Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
13865
13866 * Makefile.in: Added separate definitions for C++.
13867
13868Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
13869
13870 * configure.in (configdirs): Add deja-gnu.
13871
13872Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
13873
13874 * README: Update for configure.texi and gdb-4.7 release.
13875
13876Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
13877
13878 * Makefile.in: Move "all" target to top of file.
13879 Previously, first target was ".PHONY" which caused BSD4.4 make
13880 to build .PHONY when make was run without arguments.
13881
13882Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
13883
13884 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
13885 Library-copylefted code in libiberty.
13886
13887Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
13888
13889 * config.sub: Replace m68kmote with plain old m68k.
13890
13891Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
13892
13893 * Makefile.in: Remove space from blank line, avoid Make complaints.
13894
13895Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
13896
13897 * config.sub: Complain if no argument is given. Added support for
13898 386bsd as OS and target alias.
13899
13900Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
13901
13902 * Makefile.in (XTRAFLAGS): include newlib directories if
13903 newlib/Makefile exists, rather than if host != target.
13904
13905Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
13906
13907 * config.sub: recognize sparclite-wrs-vxworks.
13908
13909 * Makefile.in (install-xiberty): added *-xiberty make rules (from
13910 p3.) Added clean-xiberty to clean.
13911
13912Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13913
13914 * configure.in: use *-*-* instead of nested cases for host and target
13915
13916Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
13917
13918 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13919 from the same source tree and not building a cross-compiler. This
13920 matters for the libg++ configuration if reconfiguring a tree that
13921 has already been installed.
13922
13923Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
13924
13925 * config.sub (i486v/i486v4): Merge in from FSF version.
13926
13927Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
13928
13929 * configure: only set PWD if it is already set.
13930
13931Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
13932
13933 * configure: just set PWD=`pwd` at the top, since Ultrix sh
13934 doesn't have unset and all success paths (and most error paths)
13935 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13936 to just ${PWD} to avoid confusion.)
13937
13938Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
13939
13940 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13941 even for a native compilation.
13942
13943Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
13944
13945 Changes to make the gdb.tar.Z rule work better.
13946
13947 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
13948 (DEVO_SUPPORT): Add configure.texi.
13949 (bfd-ilrt.tar.Z): Remove ancient rule.
13950
13951Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
13952
13953 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13954 pick up the machine and system specific header files.
13955
13956 * configure.in, config.sub: added new target m68010-adobe-scout,
13957 with alias of adobe68k. Changed configure.in to check for
13958 -scout before -sco* to avoid a false match.
13959
13960 * Makefile.in: added AS_FOR_TARGET, passed down in
13961 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
13962 the C compiler to use to create programs which are run in the
13963 build environment, set it to default to $(CC), and passed it down
13964 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13965
13966Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
13967
13968 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
13969 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
13970 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
13971 FOR_TARGET variants, to newlib and libg++.
13972
13973Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
13974
13975 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
13976 first.
13977
13978Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
13979
13980 * config.sub: Accept `elf' as an environment.
13981
13982Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
13983
13984 * Makefile.in (all-opcodes): cd into the right directory
13985
13986Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
13987
13988 * configure: added -program_transform_name option, used as
13989 argument to sed when installing programs.
13990 configure.texi: added documentation for -program_prefix,
13991 -program_suffix and -program_transform_name.
13992
13993Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
13994
13995 * config.sub: Accept i486 where i386 ok.
13996
13997Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
13998
13999 * config.sub: accept we32k
14000
14001Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14002
35590697 14003 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14004
14005 * Makefile.in: don't create all directories for ``make install'';
14006 let the subdirectories create the ones they need.
14007
14008Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14009
80413487 14010 * COPYING: new file, GPL v2
252b5132
RH
14011
14012Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14013
14014 * Makefile.in: use the new gen-info-dir, which needs a template
14015 argument (which also lives in texinfo)
14016
14017 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14018
252b5132
RH
14019Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14020
14021 * config.sub (ncr3000): Change i386 to i486.
14022
14023Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14024
14025 * Makefile.in: add install-rcs, install-grep to
14026 install-no-fixedincludes, removed install-bison and install-libgcc
14027
14028Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14029
14030 * configure.in: grab the HPUX makefile fragment if on HPUX
14031
14032Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14033
14034 * Makefile.in: eradicate bison spoor (ditto libgcc).
14035 configure.in: recognise m68{k,000}-ericsson-OSE.
14036 es1800 is alias for m68k-ericsson-OSE
14037
14038Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14039
14040 * configure.in: rearrange the parts that remove programs from
14041 configdirs, based now on HOST==TARGET or by canonical triple.
14042
14043Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14044
14045 * test-build.mk: recurse explicitly with -f test-build.mk when
14046 appropriate. predicate stage3 and comparison on the existence
14047 of gcc. That is, if gcc isn't around, we aren't three-staging.
14048 On very clean, also remove ...stamp-co. Build in-place before
14049 doing other builds.
14050
14051Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14052
14053 * Makefile.in, configure.in: add tgas
14054
14055Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14056
14057 * Makefile.in: a number of changes merged in from progressive.
14058
14059 * configure.in: add libm.
14060
14061 * .cvsignore: ignore some stuff that comes from test-build.mk.
14062
252b5132
RH
14063Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14064
14065 * config.sub: Add es1800 (m68k-ericsson-es1800).
14066
14067Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14068
14069 * configure: Add program_suffix (parallel to program_prefix)
14070 * Makefile.in: adjust directory-creating script for losing decstation
14071
14072Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14073
14074 * configure: Minor $subdir-related fixes.
14075
14076Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14077
14078 * configure: fix various problems with propogating
14079 makefile_target_frag in subdirs.
14080 * configure.in: config libgcc if its there
14081
14082Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14083
14084 * config.sub: HPPA merge.
14085
252b5132
RH
14086Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14087
14088 * Makefile.in: Replace all-bison with all-byacc in all
14089 dependency lines for other tools (which now use byacc).
14090
14091Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14092
14093 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14094
252b5132
RH
14095Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14096
14097 * Makefile.in: make gprof rules similar to byacc rules (instead of
14098 vestigal $(unsubdir) that didn't work...)
14099
14100Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14101
14102 * config.sub: Add support for Linux.
14103 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14104 (at least for libg++).
14105
14106Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14107
14108 * configure.texi: fix doc for the -nfp option to configure
14109
14110Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14111
14112 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14113
14114Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14115
14116 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14117 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14118 * configure.in: added solaris* host_makefile_frag hook.
14119
14120Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14121
14122 * config.sub: changed recognition of m68000 so that various
14123 m68k types can be specified via m680[01234]0
14124
14125Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14126
14127 * config.sub (basic_machine): fix sed so that '-foo' isn't
14128 completely substituted out while .+'-foo' loses the '-foo'
14129
14130Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14131
14132 * config.sub ($os): Add -aout.
14133
14134Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14135
14136 * configure: If host_makefile_frag is absolute, don't
14137 prefix ${invsubdir} (relevant to libg++ auto-configure).
14138
14139Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14140
14141 * Makefile.in (tooldir): Define it.
14142 (all-ld): Depend on all-flex.
14143
14144Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14145
14146 * Makefile.in (check): Fix libg++ special case.
14147
14148Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14149
14150 * configure: do not bury `pwd` into config.status, thus do fewer
14151 pwd's.
14152
14153 * configure: print the "Building in" message only when building in
14154 other than "." AND verbose.
14155
14156 * configure: remove -s, rework -v to better accomodate guested
14157 configures.
14158
14159 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14160
14161Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14162
14163 * Makefile.in: macroize flags passed on recursion. remove
14164 fileutils.
14165
14166Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14167
14168 * configure: get makesrcdir right for subdirs deeper than 1.
14169
14170 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14171 install.
14172
14173Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14174
14175 * Makefile.in: don't print subdir_do or recursion lines.
14176
14177Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14178
14179 * standards.texi: added menu item.
14180
14181 * Makefile.in: build and install standards.info.
14182
14183 * standards.texi: new file.
14184
14185Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14186
14187 * configure: test for and move config.status pieces from
14188 ${subdir}/.
14189
14190Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14191
252b5132
RH
14192 * configure: Test for existance of files before trying to mv
14193 them, to avoid numerous non-existance messages.
14194
14195Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14196
14197 * configure: correct final line of config.status.
14198
14199 * configure: patch from eggert. Avoids a protection problem if
14200 the original Makefile.in is read only.
14201
14202 * configure: use move-if-change from gcc to create config.status.
14203 Some makefiles depend on config.status to tell if a directory
14204 has been reconfigured for a different host. This change
14205 prevents those directories from remaking everything in the case
14206 where the reconfig was only intended to rebuild a Makefile.
14207
14208 * configure: test for config.sub with "config.sub sun4" rather
14209 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14210 host alias from a missing config.sub.
14211
14212Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14213
14214 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14215 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14216
14217Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14218
14219 * configure: mkdir ${subdir} as needed.
14220
14221Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14222
14223 * Makefile.in,configure.in: added autoconf.
14224
14225Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14226
14227 * Makefile.in: no longer pass against on recursion.
14228
14229 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14230 definitions are not inherited.
14231
14232 * configure: correct makesrcdir when subdir is .
14233
14234Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14235
14236 * configure: Add support for 'subdirs' variable, which is
14237 like 'configdirs', except that configure doesn't re-invoke
14238 itself for subdirs, it just creates a Makefile for each subdir.
14239 * configure.texi: Document subdirs.
14240
14241Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14242
14243 * configure.in: added flex to configdirs
14244
14245Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14246
14247 * Makefile.in: remove clean-stamps from clean.
14248
14249Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14250
14251 * configure.in: Add gdbtest to configdirs.
14252
14253Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14254
14255 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14256 to recursive makes.
14257 * configure.in: Recognize new ncr3000 config.
14258
14259Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14260
14261 * Makefile.in, configure.in: removed references to gdbm.
14262
14263Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14264
14265 * config.sub: Don't canonicalize os value
14266 newsos* to bsd (readline needs to check for newsos).
14267 (This fix was earlier made Jan 31, but got re-broken.)
14268
14269Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14270
14271 * configure.in: sco is an os, not a vendor!
14272
14273 * configure: Quote $( better. Keep various shells happy.
14274
14275Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14276
14277 * Makefile.in: eliminate stamp-files.
14278
14279Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14280
14281 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14282 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14283
14284Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14285
14286 * config.sub: fix iris/iris3.
14287
14288Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14289
14290 * configure: re-add -rm.
14291
14292Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14293
14294 * Maskefile.in: add .stmp-rcs to all.
14295
14296 * configure.in: remove gas from rs6000 build, use aix host fragment.
14297
14298Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14299
14300 * configure: pass down site_option during recursion.
14301
14302Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14303
14304 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14305
14306Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14307
14308 * configure: Change exec_prefix so that it really defaults to prefix.
14309
14310Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14311
14312 * Makefile.in, configure.in: Add support for mmalloc library.
14313
14314Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14315
14316 * Makefile.in: add stmp dependencies for a few more things.
14317
14318Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14319
14320 * configure: adjusted error message on objdir/srcdir configure
14321 collision, per john's suggestion.
14322
14323 * Makefile.in: add libiberty stmp to all and all.cross.
14324
14325Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14326
14327 * Makefile.in: remove force dependencies, add grep to all.
14328
14329Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14330
14331 * Makefile.in: drop flex. make stamp files work.
14332
14333 * configure: added test for conflicting configuration in srcdir,
14334 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14335 gets cranky. use relative paths for configure and srcdir
14336 whenever possible. Send some error messages to stderr that were
14337 going to stdout.
14338
14339Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14340
14341 * Makefile.in: Fix libg++ rule to check for gcc directory
14342 before using gcc/gcc. Also pass XTRAFLAGS.
14343
14344Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14345
14346 * Makefile.in: added stmp-files so that directories aren't polled
14347 when they are already built.
14348
14349 * configure.texi: fixed a node pointer problem.
14350
14351Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14352
4bddf3ad 14353 * config.sub configure.in gdb/configure.in
252b5132
RH
14354 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14355 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14356 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14357
14358Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14359
14360 * configure: -recurring becomes -silent. corrected help message
14361 for -site= option.
14362
14363 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14364
14365Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14366
14367 * configure: when building Makefile for crosses, replace
14368 tooldir and program_prefix. default srcdir from location of
14369 config.sub. remove "for host in hosts" and "for target in
14370 targets" loops.
14371
14372Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14373
14374 * Makefile.in: Do not pass bindir or mandir to cvs.
14375
14376Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14377
14378 * Makefile.in, configure.in: removed traces of namesubdir,
14379 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14380 copyrights to '92, changed some from Cygnus to FSF.
14381
14382 * configure.texi: remove most references to multiple hosts,
14383 multiple targets, subdirs, etc.
14384
14385 * configure.man: removed rcsid. reference config.sub not
14386 config.subr.
14387
14388 * Makefile.in: mkdir $(infodir) on install-info.
14389
14390Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14391
14392 * configure.texi: Explain better about .gdbinit and about
14393 the environment that configure.in sections run in.
14394
14395Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14396
14397 * configure.in: Ultrix is only a decstation if it's a MIPS.
14398
14399Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14400
14401 * README: DOC.configure => cfg-paper.texi.
14402
14403Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14404
14405 * config.sub (near case $os): Don't convert newsos* to bsd!
14406
14407Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14408
14409 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14410 the number of copies of COPYING that go into the GDB tar file.
14411
14412Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14413
4bddf3ad 14414 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14415 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14416 Fix SCO configuration stuff.
14417
14418Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14419
14420 * Makefile.in: For libg++, make sure the -I pointing
14421 to the gcc directory goes *after* all the libg++-local -I flags.
14422 Also, move just-gcc dependency from just-libg++ to all-libg++.
14423
14424Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14425
14426 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14427
14428Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14429
14430 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14431
14432Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14433
14434 * config.sub: Add stratus configuration frags. Also
14435 submitted to FSF.
14436
14437Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14438
14439 * Makefile.in (DEV_SUPPORT): add configure.man.
14440
14441 * config.sub(Decode manufacturer-specific): add -none*.
14442
14443Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14444
14445 * Makefile.in: remove form feeds to make Sun's make happy.
14446 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14447
14448Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14449
14450 * Makefile.in (AR_FLAGS): Make quieter.
14451
14452Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14453
14454 * configure.in: Add libg++.
14455 * configure: When verbose, don't output the command line at each
14456 level; it will be unremarkably the same as the previous version,
14457 which will be the same as what the user typed.
14458
14459Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14460
14461 * configure.in, Makefile.in: fix clean-info, add flex. add
14462 fileutils.
14463
14464 * configure: be less sensitive to spaces in Makefile.in. Do not
14465 look for sources in "..". Doing so breaks subdirectories that
14466 might have their own configure. If a subdir has it's own
14467 configure script, use it.
14468
14469Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14470
14471 * cfg-paper.texi: some changes suggested by rms.
14472
14473Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14474
14475 * config.sub: Merge in some small additions from the FSF version,
14476 taken from the gcc distribution, to bring the Cygnus and FSF
14477 versions into closer sync.
14478
14479Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14480
14481 * configure.in: Changed svr4 references to sysv4.
14482
14483Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14484
14485 * configure: added -V for version number option.
14486
14487Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14488
14489 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14490 renamed from DOC.configure to cfg-paper.texi.
14491
14492Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14493
14494 * configure, config.subr, config.sub: config.subr is now
14495 config.sub again.
14496
14497Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14498
14499 * configure.texi: new file, in progress.
14500
14501 * Makefile.in: build info file and install the man page for
14502 configure.
14503
14504 * configure.man: new file, first cut.
14505
14506 * configure: find config.subr again now that configuration "none"
14507 has gone. removed all traces of the -ansi option. removed all
14508 traces of the -languages option.
14509
14510 * config.subr: resync from rms.
14511
d932cae7 145121991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14513
14514 * configure, config.sub, config.subr: merge config.sub into
14515 config.subr, call the result config.subr, remove config.sub, use
14516 config.subr.
14517
14518 * Makefile.in: revised install for dir.info.
14519
d932cae7 145201991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14521
14522 * configure.in: add decstation host makefile frag.
14523
14524 * Makefile.in: BISON now bison -y again. also install-gcc on
14525 install. clean-gdbm on clean. infodir belongs in datadir.
14526 Make directories for info install. Build dir.info here then
14527 install it.
14528
d932cae7 145291991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14530
14531 * Makefile.in: fix for bad directory tests.
14532
d932cae7 145331991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14534
14535 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14536 regexp. -srcdir relative was being handled incorrectly.
14537
14538 * Makefile.in: unwrapped some for loops so that parallel makes
14539 work again and so one can focus one's attention on a particular
14540 package.
14541
d932cae7 145421991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14543
14544 * configure: added PWD as a stand in for `pwd` (for speed). use
14545 elif wherever possible. make -srcdir work without -objdir.
14546 -objdir= commented out.
14547
d932cae7 145481991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14549
14550 * configure: +options become --options. -subdirs commented out.
14551 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14552 Makefile now at top of generated Makefile. Removed cvs log
14553 entries. added -srcdir. create .gdbinit only if there is one
14554 in ${srcdir}.
14555
14556 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14557 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14558 and mandir now keyed off datadir by default.
14559
d932cae7 145601991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14561
14562 * Freshly created ChangeLog.
14563
14564\f
14565Local Variables:
14566mode: change-log
14567left-margin: 8
14568fill-column: 76
14569version-control: never
14570End:
This page took 1.250808 seconds and 4 git commands to generate.