Commit | Line | Data |
---|---|---|
d6f26c9d ML |
1 | 2020-12-16 Martin Liska <mliska@suse.cz> |
2 | Tom de Vries <tdevries@suse.de> | |
3 | ||
4 | * gdb/debuginfod-support.c (struct user_data): Remove has_printed | |
5 | field. Add meter field. | |
6 | (progressfn): Print progress using meter. | |
7 | ||
7ddfb1a8 EL |
8 | 2020-12-02 Enze Li <lienze2010@hotmail.com> |
9 | ||
10 | * .gitignore: Add gnu global outputs. | |
11 | ||
12bf6525 SM |
12 | 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca> |
13 | ||
14 | * .gitignore: Sync with gcc. | |
15 | ||
ce04ca31 AR |
16 | 2020-10-26 Andreas Rammhold <andreas@rammhold.de> |
17 | ||
18 | * src-release.sh: Use sha256sum instead of md5sum. | |
19 | ||
ba4d88ad AB |
20 | 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com> |
21 | ||
22 | * Makefile.in: Rebuild. | |
23 | * Makefile.def: Make distclean-gnulib depend on distclean-gdb and | |
24 | distclean-gdbserver. | |
25 | ||
f6720b1c AM |
26 | 2020-07-24 Aaron Merey <amerey@redhat.com> |
27 | ||
f6720b1c AM |
28 | * configure: Rebuild. |
29 | * configure.ac: Remove AC_DEBUGINFOD. | |
30 | ||
b115b9fd NC |
31 | 2020-07-04 Nick Clifton <nickc@redhat.com> |
32 | ||
33 | Binutils 2.35 branch created. | |
34 | ||
11104e42 SC |
35 | 2020-04-21 Stephen Casner <casner@acm.org> |
36 | ||
37 | PR 25830 | |
38 | * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11. | |
39 | * configure: Rebuild. | |
40 | ||
4635ff97 TT |
41 | 2020-03-12 Tom Tromey <tom@tromey.com> |
42 | ||
43 | * Makefile.in: Rebuild. | |
44 | * Makefile.def (gdbserver): Depend on gdbsupport. | |
45 | ||
21329136 TT |
46 | 2020-03-12 Tom Tromey <tom@tromey.com> |
47 | ||
48 | * Makefile.in: Rebuild. | |
49 | * Makefile.def (gdbsupport): Don't depend on bfd. | |
50 | ||
9a665d62 TT |
51 | 2020-03-12 Tom Tromey <tom@tromey.com> |
52 | ||
53 | * Makefile.in: Rebuild. | |
54 | * Makefile.def (gdbsupport): Depend on intl. | |
55 | ||
b6f9caee TT |
56 | 2020-02-17 Tom Tromey <tom@tromey.com> |
57 | ||
58 | * configure: Rebuild. | |
59 | * configure.ac (configdirs): Add gnulib and gdbsupport when building | |
60 | gdbserver. | |
61 | ||
1a627e7e TT |
62 | 2020-02-14 Tom Tromey <tom@tromey.com> |
63 | ||
64 | * Makefile.in: Rebuild. | |
65 | * Makefile.def: Make gdbserver require gnulib and libiberty. | |
66 | ||
919adfe8 TT |
67 | 2020-02-07 Tom Tromey <tom@tromey.com> |
68 | Pedro Alves <palves@redhat.com> | |
69 | ||
70 | * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver. | |
71 | * gdbserver: New directory, moved from gdb/gdbserver. | |
72 | * configure.ac (host_tools): Add gdbserver. | |
73 | Only build gdbserver on certain systems. | |
74 | * Makefile.in, configure: Rebuild. | |
75 | * Makefile.def (host_modules, dependencies): Add gdbserver. | |
76 | * MAINTAINERS: Add gdbserver. | |
77 | ||
fc1ca146 SDJ |
78 | 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com> |
79 | ||
80 | * src-release.sh (getver): Look for gdbsupport's | |
81 | create-version.sh script at the current directory if tool is | |
82 | "gdb". | |
83 | ||
cf1d9e09 SM |
84 | 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca> |
85 | ||
86 | * remote-sim.c (gdbsim_target::wait): Return | |
87 | sim_data->remote_sim_ptid instead of inferior_ptid. | |
88 | ||
ae774686 NC |
89 | 2020-01-18 Nick Clifton <nickc@redhat.com> |
90 | ||
91 | Binutils 2.34 branch created. | |
92 | ||
4fb3a8da NC |
93 | 2020-01-18 Nick Clifton <nickc@redhat.com> |
94 | ||
95 | Synchronize top level configure files with master version: | |
96 | ||
97 | 2020-01-01 Ben Elliston <bje@gnu.org> | |
98 | ||
99 | * config.guess: Update copyright years. | |
100 | * config.sub: Likewise. | |
101 | ||
102 | 2019-12-21 Ben Elliston <bje@gnu.org> | |
103 | ||
104 | * config.guess (set_cc_for_build): Prevent multiple calls by | |
105 | checking if $tmp is already set. We can't check CC_FOR_BUILD as | |
106 | the user may set it externally. Thanks to Torbjörn Granlund for | |
107 | the bug report. | |
108 | ||
109 | 2019-12-21 Torbjörn Granlund <tg@gmplib.org> | |
110 | ||
111 | * config.guess (alpha:Linux:*:*): Guard against missing | |
112 | /proc/cpuinfo by redirecting standard error to /dev/null. | |
113 | ||
114 | 2019-09-12 Daniel Bittman <danielbittman1@gmail.com> | |
115 | ||
116 | * config.guess (*:Twizzler:*:*): New. | |
117 | * config.sub (-twizzler*): New. | |
118 | ||
119 | 2019-07-24 Ben Elliston <bje@gnu.org> | |
120 | ||
121 | * config.guess (mips:OSF1:*.*): Whitespace cleanup. | |
122 | ||
123 | 2019-06-30 Ben Elliston <bje@gnu.org> | |
124 | ||
125 | * config.sub (case $os): Match nsk* and powerunix. Don't later | |
126 | match nsk* and set os=nsk which removes the OS version number. | |
127 | ||
128 | 2019-06-30 Ben Elliston <bje@gnu.org> | |
129 | ||
130 | * config.sub: Recognise os108*. | |
131 | ||
132 | 2019-06-26 Ben Elliston <bje@gnu.org> | |
133 | ||
134 | * config.sub (hp300): Set $os to hpux. | |
135 | ||
136 | 2019-06-26 Ben Elliston <bje@gnu.org> | |
137 | ||
138 | * config.sub (vsta): Move into alphabetical order. | |
139 | ||
140 | 2019-06-10 Ben Elliston <bje@gnu.org> | |
141 | ||
142 | * config.guess (*:OS108:*:*): Recognise new OS. | |
143 | ||
144 | 2019-05-28 Ben Elliston <bje@gnu.org> | |
145 | ||
146 | * config.guess (*:Darwin:*:*): Run xcode-select to determine if a | |
147 | system compiler is installed. If not, do not run set_cc_for_build, | |
148 | as the default cc will open a dialog box asking to install | |
149 | Xcode. If no C compiler is available, guess based on uname -p and | |
150 | uname -m. | |
151 | ||
152 | 2019-05-28 Ben Elliston <bje@gnu.org> | |
153 | ||
154 | * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR. | |
155 | ||
c4d3fc14 SM |
156 | 2020-01-17 Simon Marchi <simon.marchi@efficios.com> |
157 | ||
158 | * Makefile.def: Add dependencies of all-gdbsupport on all-bfd. | |
159 | * Makefile.in: Re-generate. | |
160 | ||
01027315 TT |
161 | 2020-01-14 Tom Tromey <tom@tromey.com> |
162 | ||
163 | * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport. | |
164 | * MAINTAINERS: Add gdbsupport. | |
165 | * configure: Rebuild. | |
166 | * configure.ac (configdirs): Add gdbsupport. | |
167 | * gdbsupport: New directory, move from gdb/gdbsupport. | |
168 | * Makefile.def (host_modules, dependencies): Add gnulib. | |
169 | * Makefile.in: Rebuild. | |
170 | ||
abb78b78 AM |
171 | 2020-01-09 Aaron Merey <amerey@redhat.com> |
172 | ||
173 | * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds | |
174 | new configure option --with-debuginfod. | |
175 | * configure: Regenerate. | |
176 | * configure.ac: Call AC_DEBUGINFOD. | |
177 | ||
cef2097a CB |
178 | 2019-12-26 Christian Biesinger <cbiesinger@google.com> |
179 | ||
180 | * .gitignore: Add perf.data and perf.data.old. | |
181 | ||
95c746cc SDJ |
182 | 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com> |
183 | ||
184 | * src-release.sh (GDB_SUPPORT_DIRS): Add libctf. | |
185 | ||
a315e147 AM |
186 | 2019-10-17 Alan Modra <amodra@gmail.com> |
187 | ||
188 | PR 29 | |
189 | * src-release.sh (getver): Replace "head -1" with "head -n 1". | |
190 | ||
87279e3c NA |
191 | 2019-07-30 Nick Alcock <nick.alcock@oracle.com> |
192 | ||
193 | * Makefile.def (host_modules): libctf is no longer no_install. | |
194 | * Makefile.in: Regenerated. | |
195 | ||
1ff6de03 NA |
196 | 2019-07-13 Nick Alcock <nick.alcock@oracle.com> |
197 | ||
198 | * Makefile.def (dependencies): all-ld depends on all-libctf. | |
199 | * Makefile.in: Regenerated. | |
200 | ||
60391a25 PB |
201 | 2019-09-09 Phil Blundell <pb@pbcl.net> |
202 | ||
203 | binutils 2.33 branch created | |
204 | ||
c1a5d03a TT |
205 | 2019-08-19 Tom Tromey <tom@tromey.com> |
206 | ||
207 | * configure: Rebuild. | |
208 | * configure.ac: Add --with-static-standard-libraries. | |
209 | ||
f211b8c0 NC |
210 | 2019-08-09 Nick Clifton <nickc@redhat.com> |
211 | ||
212 | * libiberty: Sync with gcc. Bring in: | |
213 | 2019-08-08 Martin Liska <mliska@suse.cz> | |
214 | ||
215 | PR bootstrap/91352 | |
216 | * lrealpath.c (is_valid_fd): New function. | |
217 | ||
218 | 2019-07-24 Martin Liska <mliska@suse.cz> | |
219 | ||
220 | PR lto/91228 | |
221 | * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections): | |
222 | Find first '\0' starting from gnu_lto + 1. | |
223 | ||
224 | 2019-07-12 Ren Kimura <rkx1209dev@gmail.com> | |
225 | ||
226 | * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx. | |
227 | This fixes a Bug 90924. | |
228 | ||
229 | 2019-07-22 Martin Liska <mliska@suse.cz> | |
230 | ||
231 | * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections): | |
232 | Do not search for gnu_lto_v1, but search for first '\0'. | |
233 | ||
234 | 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs> | |
235 | ||
236 | * cplus-dem.c: Include rust-demangle.h. | |
237 | * rust-demangle.c: Include rust-demangle.h. | |
238 | * rust-demangle.h: New file. | |
239 | ||
240 | 2019-05-31 Michael Forney <mforney@mforney.org> | |
241 | ||
242 | * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__ | |
243 | is non-zero. | |
244 | ||
245 | 2019-04-30 Ben L <bobsayshilol@live.co.uk> | |
246 | ||
247 | * d-demangle.c (dlang_parse_assocarray): Correctly handle error result. | |
248 | * testsuite/d-demangle-expected: Add testcase. | |
249 | ||
250 | * d-demangle.c (dlang_parse_tuple): Correctly handle error result. | |
251 | * testsuite/d-demangle-expected: Add testcase. | |
252 | ||
253 | * d-demangle.c (dlang_parse_structlit): Correctly handle error result. | |
254 | * testsuite/d-demangle-expected: Add testcase. | |
255 | ||
256 | * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result. | |
257 | * testsuite/d-demangle-expected: Add testcase. | |
258 | ||
259 | * d-demangle.c (dlang_parse_integer): Fix stack underflow. | |
260 | * testsuite/d-demangle-expected: Add testcase. | |
261 | ||
262 | * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'. | |
263 | * testsuite/demangle-expected: Add testcase. | |
264 | ||
265 | * cp-demangle.c (d_encoding): Guard against NULL return values from | |
266 | d_right (dc). | |
267 | * testsuite/demangle-expected: Add testcase. | |
268 | ||
269 | 2019-04-29 Ben L <bobsayshilol@live.co.uk> | |
270 | ||
271 | * cp-demangle.c (d_expression_1): Don't peek ahead unless the current | |
272 | char is valid. | |
273 | * testsuite/demangle-expected: Add testcase. | |
274 | ||
275 | 2019-04-10 Nick Clifton <nickc@redhat.com> | |
276 | ||
277 | PR 89394 | |
278 | * cp-demangle.c (cplus_demangle_fill_name): Reject negative | |
279 | lengths. | |
280 | (d_count_templates_scopes): Replace num_templates and num_scopes | |
281 | parameters with a struct d_print_info pointer parameter. Adjust | |
282 | body of the function accordingly. Add recursion counter and check | |
283 | that the recursion limit is not reached. | |
284 | (d_print_init): Pass dpi parameter to d_count_templates_scopes. | |
285 | Reset recursion counter afterwards, unless the recursion limit was | |
286 | reached. | |
287 | ||
48b550c2 JB |
288 | 2019-07-13 Joel Brobecker <brobecker@adacore.com> |
289 | ||
290 | * src-release (getver): If $tool/gdbsupport/create-version.sh | |
291 | exists, use that to determine the version number. | |
292 | ||
be74b5b7 AS |
293 | 2019-06-21 Andreas Schwab <schwab@linux-m68k.org> |
294 | ||
295 | * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib. | |
296 | ||
73cc7272 TT |
297 | 2019-06-14 Tom Tromey <tom@tromey.com> |
298 | ||
299 | * MAINTAINERS: Add gnulib. | |
300 | * gnulib: New directory, move from gdb/gnulib. | |
301 | * configure.ac (host_libs): Add gnulib. | |
302 | * configure: Rebuild. | |
303 | * Makefile.def (host_modules, dependencies): Add gnulib. | |
304 | * Makefile.in: Rebuild. | |
305 | ||
79b377b3 NC |
306 | 2019-06-03 Nick Clifton <nickc@redhat.com> |
307 | ||
308 | Revert: | |
309 | 2019-05-29 Nick Clifton <nickc@redhat.com> | |
310 | ||
311 | * configure.ac (noconfigdirs): Add libctf if the target does not use | |
312 | the ELF file format. | |
313 | * configure: Regenerate. | |
314 | ||
e33f2313 NC |
315 | 2019-05-29 Nick Clifton <nickc@redhat.com> |
316 | ||
317 | * src-release.sh (do_proto_toplev): Add libctf to list of | |
318 | directories that can be disabled. | |
319 | ||
90bd5423 NC |
320 | 2019-05-29 Nick Clifton <nickc@redhat.com> |
321 | ||
322 | * configure.ac (noconfigdirs): Add libctf if the target does not use | |
323 | the ELF file format. | |
324 | * configure: Regenerate. | |
325 | ||
9698cf9b NA |
326 | 2019-05-28 Nick Alcock <nick.alcock@oracle.com> |
327 | ||
328 | * Makefile.def (dependencies): configure-libctf depends on all-bfd | |
329 | and all its deps. | |
330 | * Makefile.in: Regenerated. | |
331 | ||
88981b15 NA |
332 | 2019-05-28 Nick Alcock <nick.alcock@oracle.com> |
333 | ||
334 | * MAINTAINERS: Add libctf. | |
335 | ||
0e65dfba NA |
336 | 2019-05-28 Nick Alcock <nick.alcock@oracle.com> |
337 | ||
338 | * Makefile.def (host_modules): Add libctf. | |
339 | * Makefile.def (dependencies): Likewise. | |
340 | libctf depends on zlib, libiberty, and bfd. | |
341 | * Makefile.in: Regenerated. | |
342 | * configure.ac (host_libs): Add libctf. | |
343 | * configure: Regenerated. | |
344 | ||
2376c370 JM |
345 | 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com> |
346 | ||
347 | * config.guess: Synchronize with config project master sources. | |
348 | * config.sub: Likewise. | |
349 | * readline/support/config.guess: Likewise. | |
350 | * readline/support/config.sub: Likewise. | |
351 | ||
c1202057 NC |
352 | 2019-04-10 Nick Clifton <nickc@redhat.com> |
353 | ||
354 | * libiberty: Sync with gcc. Bring in: | |
355 | 2019-04-10 Nick Clifton <nickc@redhat.com> | |
356 | ||
357 | PR 89394 | |
358 | * cp-demangle.c (cplus_demangle_fill_name): Reject negative | |
359 | lengths. | |
360 | (d_count_templates_scopes): Replace num_templates and num_scopes | |
361 | parameters with a struct d_print_info pointer parameter. Adjust | |
362 | body of the function accordingly. Add recursion counter and check | |
363 | that the recursion limit is not reached. | |
364 | (d_print_init): Pass dpi parameter to d_count_templates_scopes. | |
365 | Reset recursion counter afterwards, unless the recursion limit was | |
366 | reached. | |
367 | ||
f974f26c NC |
368 | 2018-06-24 Nick Clifton <nickc@redhat.com> |
369 | ||
370 | 2.32 branch created. | |
371 | ||
d63f2be2 RO |
372 | 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
373 | ||
374 | Merge from GCC: | |
375 | PR target/88535 | |
376 | * config.guess: Import upstream version 2019-01-03. | |
377 | * config.sub: Import upstream version 2019-01-01. | |
378 | ||
1910070b NC |
379 | 2019-01-10 Nick Clifton <nickc@redhat.com> |
380 | ||
381 | * libiberty: Sync with gcc. Bring in: | |
382 | 2019-01-09 Sandra Loosemore <sandra@codesourcery.com> | |
383 | ||
384 | PR other/16615 | |
385 | ||
386 | * cp-demangle.c: Mechanically replace "can not" with "cannot". | |
387 | * floatformat.c: Likewise. | |
388 | * strerror.c: Likewise. | |
389 | ||
390 | 2018-12-22 Jason Merrill <jason@redhat.com> | |
391 | ||
392 | Remove support for demangling GCC 2.x era mangling schemes. | |
393 | * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname, | |
394 | internal_cplus_demangle, and all subroutines. | |
395 | (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0), | |
396 | Lucid, ARM, HP, and EDG demangling styles. | |
397 | (cplus_demangle): Remove 'work' variable. Don't call | |
398 | internal_cplus_demangle. | |
399 | ||
69961a84 ДП |
400 | 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org> |
401 | ||
402 | * configure.ac: Don't configure readline if --with-system-readline is | |
403 | used. | |
404 | * configure: Re-generate. | |
405 | ||
b555fb21 JM |
406 | 2018-10-31 Joseph Myers <joseph@codesourcery.com> |
407 | ||
408 | Merge from GCC: | |
409 | PR bootstrap/82856 | |
410 | * multilib.am: New file. From automake. | |
411 | ||
80ca5f98 SDJ |
412 | 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com> |
413 | ||
414 | * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib". | |
415 | ||
0a8288f7 NC |
416 | 2018-07-16 Nick Clifton <nickc@redhat.com> |
417 | ||
418 | * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib. | |
419 | ||
26996596 SH |
420 | 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de> |
421 | ||
422 | * config.sub: Sync with upstream version 2018-07-03. | |
423 | ||
c5244148 SH |
424 | 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de> |
425 | ||
426 | * config.guess: Sync with upstream version 2018-06-26. | |
427 | * config.sub: Sync with upstream version 2018-07-02. | |
428 | ||
4119873a AO |
429 | 2018-06-29 Alexandre Oliva <oliva@adacore.com> |
430 | ||
431 | * configure.ac: Introduce support for @unless/@endunless. | |
432 | * Makefile.tpl (dep-kind): Rewrite with cond; return | |
433 | postbootstrap in some cases. | |
434 | (make-postboot-dep, postboot-targets): New. | |
435 | (dependencies): Do not output postbootstrap dependencies at | |
436 | first. Output non-target ones changed for configure to depend | |
437 | on stage_last @if gcc-bootstrap, and the original deps @unless | |
438 | gcc-bootstrap. | |
439 | * configure.in, Makefile.in: Rebuilt. | |
440 | ||
71300e2c NC |
441 | 2018-06-24 Nick Clifton <nickc@redhat.com> |
442 | ||
443 | * configure: Regenerate. | |
444 | ||
d0ac1c44 SM |
445 | 2018-06-19 Simon Marchi <simon.marchi@ericsson.com> |
446 | ||
447 | * libtool.m4: Use AC_LANG_SOURCE. | |
448 | * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE. | |
449 | * README-maintainer-mode: Update version requirements. | |
450 | * ar-lib: New file. | |
451 | * test-driver: New file. | |
452 | * configure: Re-generate. | |
453 | ||
e0541124 EB |
454 | 2018-06-18 Eric Botcazou <ebotcazou@adacore.com> |
455 | ||
456 | * Makefile.def (fortran): Add check-target-libgomp-fortran. | |
457 | * Makefile.tpl (check-target-libgomp-fortran): New phony target. | |
458 | * Makefile.in: Regenerate. | |
459 | ||
460 | * configure: Regenerate. | |
461 | ||
db67d458 SM |
462 | 2018-06-18 Simon Marchi <simon.marchi@ericsson.com> |
463 | ||
464 | * configure.ac: Sync with GCC, remove MPX-related things. | |
465 | ||
b5778783 NC |
466 | 2018-05-01 Nick Clifton <nickc@redhat.com> |
467 | ||
468 | * config.guess: Synchronize with config project master sources. | |
469 | * config.sub: Likewise. | |
470 | ||
1063beb5 FT |
471 | 2018-05-01 Francois H. Theron <francois.theron@netronome.com> |
472 | ||
473 | * configure.ac: Added "nfp" target. | |
474 | * configure: Regenerate. | |
475 | ||
b29d2641 MR |
476 | 2018-02-13 Maciej W. Rozycki <macro@mips.com> |
477 | ||
478 | * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'. | |
479 | * configure: Regenerate. | |
480 | ||
52b2f300 NC |
481 | 2018-01-30 Nick Clifton <nickc@redhat.com> |
482 | ||
483 | * src-release.sh (do_proto_toplev): Add patterns for more junk files | |
484 | to delete before creating the tarball. | |
485 | ||
b431b4ea NC |
486 | 2018-01-29 Nick Clifton <nickc@redhat.com> |
487 | ||
488 | * src-release.sh (do_proto_toplev): Strip patch remnant files from | |
489 | the sources before creating the tarball. | |
490 | ||
19e2900b NC |
491 | 2018-01-13 Nick Clifton <nickc@redhat.com> |
492 | ||
493 | * src-release.sh: Update copyright notice. Change reference to devo | |
494 | to be a reference to root. | |
495 | ||
bf41f30d NC |
496 | 2018-01-10 Nick Clifton <nickc@redhat.com> |
497 | ||
498 | * config-ml.in: Sync with gcc sources. | |
499 | * config.guess: Likewise. | |
500 | * config.sub: Likewise. | |
501 | * configure.ac: Likewise. | |
7ec0cd50 | 502 | * configure: Regenerate. |
bf41f30d | 503 | |
863f7a5f NC |
504 | 2017-12-14 Nick Clifton <nickc@redhat.com> |
505 | ||
506 | * COPYING.LIBGLOSS: Update address of FSF in copyright notice. | |
507 | ||
638d9137 SH |
508 | 2017-12-12 Stafford Horne <shorne@gmail.com> |
509 | ||
510 | * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k. | |
511 | * configure: Regenerate. | |
512 | ||
ef87240f NC |
513 | 2017-09-15 Nick Clifton <nickc@redhat.com> |
514 | ||
515 | * src-release.sh (LZIPPROG): New define. Provides the name of the | |
516 | lzip program. | |
517 | (do_lz): New function. Compresses a tarball using the lzip | |
518 | program. | |
519 | (do_compress): Add support for lzip compression. | |
520 | (usage): Mention -l option. | |
521 | (build_release): Support -l option to invoke lzip compression. | |
522 | ||
817b7711 AM |
523 | 2017-09-15 Alan Modra <amodra@gmail.com> |
524 | ||
525 | * src-release.sh (do_proto_toplev): Revert last patch. Enable or | |
526 | disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline, | |
527 | and sim depending on $tool and $support_files. Echo configure line. | |
528 | ||
255300f5 | 529 | 2017-09-14 Matt Rice <ratmice@gmail.com> |
530 | ||
531 | * src-release.sh (do_proto_toplev): Enable gold during release process. | |
532 | ||
8f0dd45f AJ |
533 | 2017-04-13 Andrew Jenner <andrew@codesourcery.com> |
534 | ||
535 | * config.sub: Sync with master version in config project. | |
536 | ||
2f5f29ca AJ |
537 | 2017-04-03 Andrew Jenner <andrew@codesourcery.com> |
538 | ||
539 | * config.sub: Handle ia16 in $basic_machine. | |
540 | ||
541 | bfd/ | |
542 | * config.bfd: Handle ia16. | |
543 | ||
544 | gas/ | |
545 | * configure.tgt: Handle ia16. | |
546 | ||
547 | ld/ | |
548 | * configure.tgt: Handle ia16. | |
549 | ||
11997a83 NC |
550 | 2017-03-22 Nick Clifton <nickc@redhat.com> |
551 | ||
552 | * config.sub: Sync with master version in config project. | |
553 | * config.guess: Likewise. | |
554 | ||
05a13254 NC |
555 | 2017-01-23 Nick Clifton <nickc@redhat.com> |
556 | ||
557 | * configure.ac: Update year in copyright notice. | |
558 | Sync from FSF GCC mainline, bringing in the following patches. | |
559 | * Makefile.def: Likewise. | |
560 | * Makefile.tpl: Likewise. | |
561 | * configure: Regenerate. | |
562 | * Makefile.in: Regenerate. | |
563 | ||
564 | 2016-12-21 Jakub Jelinek <jakub@redhat.com> | |
565 | ||
566 | * configure.ac: Don't bootstrap libmpx unless --with-build-config | |
567 | includes bootstrap-mpx. | |
568 | ||
569 | 2016-12-01 Matthias Klose <doko@ubuntu.com> | |
570 | ||
571 | * configure.ac: Don't use pkg-config to check for bdw-gc. | |
572 | ||
573 | 2016-11-30 Matthias Klose <doko@ubuntu.com> | |
574 | ||
575 | * Makefile.def: Remove reference to boehm-gc target module. | |
576 | * configure.ac: Include pkg.m4, check for --with-target-bdw-gc | |
577 | options and for the bdw-gc pkg-config module. | |
578 | ||
579 | 2016-11-15 Matthias Klose <doko@ubuntu.com> | |
580 | ||
581 | * config-ml.in: Remove references to GCJ. | |
582 | * configure.ac: Likewise. | |
583 | ||
584 | 2016-09-30 Jakub Jelinek <jakub@redhat.com> | |
585 | ||
586 | * configure.ac: Add target-libffi to target_libraries. | |
587 | Readd libgcj target disablings, modified to only target-libffi. | |
588 | Readd target addition of go to unsupported languages. | |
589 | ||
590 | 2016-09-30 Andrew Haley <aph@redhat.com> | |
591 | ||
592 | * Makefile.def: Remove libjava. | |
593 | * Makefile.tpl: Likewise. | |
594 | * configure.ac: Likewise. | |
595 | ||
596 | 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com> | |
597 | ||
598 | * configure.ac: Disable "sim" directory for arc*-*-*. | |
599 | ||
600 | 2016-09-12 Maciej W. Rozycki <macro@imgtec.com> | |
601 | ||
602 | * configure.ac: Check for the minimum in-tree MPFR version | |
603 | handled. | |
604 | ||
3f66c01b AM |
605 | 2016-12-31 Alan Modra <amodra@gmail.com> |
606 | ||
607 | * config.sub: Import from upstream. | |
608 | ||
da17fe9d AM |
609 | 2016-12-08 Alan Modra <amodra@gmail.com> |
610 | ||
611 | * configure: Regenerate. | |
612 | ||
d5451cd4 JC |
613 | 2016-12-02 Josh Conner <joshconner@google.com> |
614 | ||
615 | * configure.ac: Add fuchsia to targets that use ELF. | |
616 | * configure: Regenerated. | |
617 | ||
5ada5c6f DE |
618 | 2016-11-07 Doug Evans <dje@google.com> |
619 | ||
620 | * config.sub: Sync with upstream version 2016-11-03. | |
621 | git://git.sv.gnu.org/config.git | |
622 | * config.guess: Sync with upstream version 2016-10-02. | |
623 | ||
07619d52 SM |
624 | 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca> |
625 | ||
626 | * .gitignore: Add archives and make stamps. | |
627 | ||
bedbe19c YTL |
628 | 2016-07-20 Yan-Ting Lin <currygt52@gmail.com> |
629 | ||
630 | * configure.ac (nds32*-*-*): Remove entry to enable gdb. | |
631 | * configure: Regenerated. | |
632 | ||
9abdce70 WL |
633 | 2016-06-28 Walter Lee <walt@tilera.com> |
634 | ||
635 | * configure.ac (tilepro-*-*): Add gdb to noconfigdirs. | |
636 | * configure: Regenerate. | |
637 | ||
0597bdc4 AM |
638 | 2016-05-28 Alan Modra <amodra@gmail.com> |
639 | ||
640 | * Makefile.tpl (configure): Depend on m4 files included. | |
641 | * Makefile.in: Regenerate. | |
642 | ||
1690f1db NC |
643 | 2016-05-27 Nick Clifton <nickc@redhat.com> |
644 | ||
645 | * config.guess (Alpha OSF1): Fix typo introduced during the most | |
646 | recent synchronization update. | |
647 | ||
b43b8535 NC |
648 | 2016-05-23 Nick Clifton <nickc@redhat.com> |
649 | ||
650 | * Import these patches from the gcc mainline: | |
651 | ||
652 | 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com> | |
653 | ||
654 | * config.guess: Import version 2016-04-02 (newest). | |
655 | * config.sub: Import version 2016-05-10 (newest). | |
656 | ||
bb7dc663 NC |
657 | 2016-04-19 Nick Clifton <nickc@redhat.com> |
658 | ||
659 | * Import this patch from the GCC mainline: | |
660 | ||
661 | 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org> | |
662 | ||
663 | PR bootstrap/70173 | |
664 | * Makefile.tpl (local-distclean): Delete the libcc1, gnattools, | |
665 | and gotools directories. Delete the stage_final file. | |
666 | * Makefile.in: Regenerate. | |
667 | ||
ea016470 CC |
668 | 2016-03-17 Cary Coutant <ccoutant@gmail.com> |
669 | ||
670 | * configure.ac: Add mips and s390 to the gold target check. | |
671 | * configure: Regenerate. | |
672 | ||
52cf9762 NC |
673 | 2016-02-10 Nick Clifton <nickc@redhat.com> |
674 | ||
675 | Import these patches from the GCC mainline: | |
676 | ||
677 | 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi> | |
678 | ||
679 | * configure.ac: Enable LTO for DJGPP | |
680 | * configure: Regenerate | |
681 | ||
682 | 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com> | |
683 | ||
684 | PR bootstrap/69329 | |
685 | * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS. | |
686 | * Makefile.in: Regenerate. | |
687 | ||
688 | 2016-01-25 Aditya Kumar <aditya.k7@samsung.com> | |
689 | Sebastian Pop <s.pop@samsung.com> | |
690 | ||
691 | * Makefile.in: Regenerate. | |
692 | * Makefile.tpl: Export ISLVER. | |
693 | * configure: Regenerate. | |
694 | * config/isl.m4: Detect isl-0.15. | |
695 | ||
696 | 2016-01-29 Sebastian Pop <s.pop@samsung.com> | |
697 | ||
698 | * config/isl.m4: Add comments about isl-0.16. | |
699 | * configure: Regenerate. | |
700 | ||
1985dc2d L |
701 | 2016-01-12 H.J. Lu <hongjiu.lu@intel.com> |
702 | ||
703 | Sync with GCC | |
704 | 2015-11-26 David Edelsohn <dje.gcc@gmail.com> | |
705 | ||
706 | * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L" | |
707 | symbols. | |
708 | ||
709 | 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de> | |
ce5e165e L |
710 | |
711 | PR bootstrap/69134 | |
712 | * Makefile.def (mpfr): Disable assembler. | |
713 | * Makefile.in: Regenerate. | |
714 | ||
4849dfd8 NC |
715 | 2016-01-11 Nick Clifton <nickc@redhat.com> |
716 | ||
717 | Import the following changes from the GCC mainline: | |
718 | ||
719 | 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> | |
720 | ||
721 | * configure.ac: Enable libmpx by default. | |
722 | * configure: Regenerated. | |
723 | ||
724 | 2015-11-19 Martin Liska <mliska@suse.cz> | |
725 | ||
726 | * .gitignore: Add .clang-format to ignored files. | |
727 | * Makefile.tpl: Add clang-format. | |
728 | * Makefile.in: Regenerate. | |
729 | ||
730 | 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org> | |
731 | ||
732 | PR libffi/65726 | |
733 | * Makefile.def (lang_env_dependencies): Make libffi depend | |
734 | on cxx. | |
735 | * Makefile.in: Regenerate. | |
736 | ||
737 | 2015-12-02 Ian Lance Taylor <iant@google.com> | |
738 | ||
739 | PR go/66147 | |
740 | * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET. | |
741 | * Makefile.in: Regenerate. | |
742 | ||
743 | 2015-12-17 Nathan Sidwell <nathan@acm.org> | |
744 | ||
745 | * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs. | |
746 | * configure: Regenerate. | |
747 | ||
748 | 2015-12-17 Sebastian Pop <s.pop@samsung.com> | |
749 | ||
750 | * Makefile.in: Replace ISL with isl. | |
751 | * Makefile.tpl: Same. | |
752 | * config/isl.m4: Same. | |
753 | * configure.ac: Same. | |
754 | * contrib/download_prerequisites: Same. | |
755 | * configure: Regenerate. | |
756 | ||
757 | 2016-01-01 Ben Elliston <bje@gnu.org> | |
758 | ||
759 | * config.guess: Import version 2016-01-01. | |
760 | * config.sub: Likewise. | |
761 | ||
f075eb5e TG |
762 | 2015-11-20 Tristan Gingold <gingold@adacore.com> |
763 | ||
764 | * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*. | |
765 | * configure: Regenerate. | |
766 | ||
6c3bc0f8 NC |
767 | 2015-10-21 Nick Clifton <nickc@redhat.com> |
768 | ||
769 | PR gas/19109 | |
770 | * configure.ac: Note the 'none' is an acceptable argument to | |
771 | --enable-compressed-debug-sections. | |
772 | * configure: Regenerate. | |
773 | ||
edeefb67 L |
774 | 2015-10-20 H.J. Lu <hongjiu.lu@intel.com> |
775 | ||
776 | PR gas/19109 | |
777 | * configure.ac: Add | |
778 | --enable-compressed-debug-sections={all,gas,gold,ld}. | |
779 | * configure: Regenerated. | |
780 | ||
68996839 NC |
781 | 2015-09-30 Nick Clifton <nickc@redhat.com> |
782 | ||
783 | Import the following patches from the GCC mainline: | |
784 | ||
785 | 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | |
786 | ||
787 | PR libfortran/54572 | |
788 | * Makefile.def: Make libgfortran depend on libbacktrace. | |
789 | * Makefile.in: Regenerate. | |
790 | ||
791 | 2015-08-12 Tom de Vries <tom@codesourcery.com> | |
792 | ||
793 | PR other/67092 | |
794 | PR other/67098 | |
795 | * configure.ac: Remove --with_host_libstdcxx support. | |
796 | * configure: Regenerate. | |
797 | ||
798 | 2015-08-10 Thomas Schwinge <thomas@codesourcery.com> | |
799 | Jakub Jelinek <jakub@redhat.com> | |
800 | ||
801 | * configure.ac (noconfigdirs): Don't add "target-libgomp" for target | |
802 | nvptx*-*-*. | |
803 | * configure: Regenerate. | |
804 | ||
5960642a L |
805 | 2015-08-07 H.J. Lu <hongjiu.lu@intel.com> |
806 | ||
807 | Sync with GCC | |
808 | 2015-07-28 Ben Elliston <bje@gnu.org> | |
809 | ||
810 | * config.sub, config.guess: Import from upstream. | |
811 | ||
016a3251 DD |
812 | 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com> |
813 | ||
814 | * Makefile.def (libiconv): Define bootstrap=true. | |
815 | Mark pdf/html/info as missing. | |
816 | (configure-gcc): Depend on all-libiconv. | |
817 | (all-gcc): Ditto. | |
818 | (configure-libcpp): Ditto. | |
819 | (all-libcpp): Ditto. | |
820 | (configure-intl): Ditto. | |
821 | (all-intl): Ditto. | |
822 | * Makefile.in: Regenerate. | |
823 | ||
136bb21f L |
824 | 2015-07-27 H.J. Lu <hongjiu.lu@intel.com> |
825 | ||
826 | Sync with GCC | |
827 | 2015-07-24 Michael Darling <darlingm@gmail.com> | |
828 | ||
829 | PR other/66259 | |
830 | * config-ml.in: Reflects renaming of configure.in to configure.ac | |
831 | * configure: Likewise | |
832 | * configure.ac: Likewise | |
833 | ||
22121df0 L |
834 | 2015-07-14 H.J. Lu <hongjiu.lu@intel.com> |
835 | ||
836 | * Makefile.in: Regenerated. | |
837 | ||
838 | Sync with GCC | |
839 | 2015-05-21 Jason Merrill <jason@redhat.com> | |
840 | ||
841 | * Makefile.tpl: Update comments. | |
842 | ||
843 | 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | |
844 | ||
845 | * Makefile.tpl: Remove surplus whitespace throughout. | |
846 | ||
847 | 2015-03-25 Martin Liska <mliska@suse.cz> | |
848 | Yury Gribov <y.gribov@samsung.com> | |
849 | ||
850 | * Makefile.tpl: Fix ln source location for vimrc file. | |
851 | ||
969b1713 L |
852 | 2015-07-14 H.J. Lu <hongjiu.lu@intel.com> |
853 | ||
854 | Sync with GCC | |
855 | 2015-05-16 James Bowman <james.bowman@ftdichip.com> | |
856 | ||
857 | * configure.ac: FT32 target added. | |
858 | * configure: Regenerate. | |
859 | ||
ce6c656d L |
860 | 2015-07-14 H.J. Lu <hongjiu.lu@intel.com> |
861 | ||
862 | Sync with GCC | |
863 | 2015-06-02 Jason Merrill <jason@redhat.com> | |
864 | ||
865 | PR bootstrap/66319 | |
866 | * configure.ac: Use -std=gnu++98. | |
867 | ||
868 | 2015-05-28 Mike Frysinger <vapier@gentoo.org> | |
869 | ||
870 | * configure.ac (--vtable-verify): Use AS_HELP_STRING for help. | |
871 | * configure: Regenerate. | |
872 | ||
873 | 2015-05-11 Paulo Matos <paulo@matos-sorge.com> | |
874 | ||
875 | * configure.ac: Fix typo. | |
876 | * configure: Regenerate. | |
877 | ||
878 | 2015-05-03 Matthias Klose <doko@ubuntu.com> | |
879 | ||
880 | * configure.ac: Match $host configured with triplets. | |
881 | * configure: Regenerate. | |
882 | ||
883 | 2015-04-17 Jakub Jelinek <jakub@redhat.com> | |
884 | ||
885 | PR bootstrap/62077 | |
886 | * configure.ac (--enable-stage1-checking): Default to | |
887 | release,misc,gimple,rtlflag,tree,types if --disable-checking | |
888 | or --enable-checking is not specified and DEV-PHASE is not | |
889 | experimental. | |
890 | * configure: Regenerated. | |
891 | ||
892 | 2015-03-27 Uros Bizjak <ubizjak@gmail.com> | |
893 | ||
894 | Install back PR target/47230 fix (Revert the revert). | |
895 | ||
16beab3d L |
896 | 2015-06-30 H.J. Lu <hongjiu.lu@intel.com> |
897 | ||
898 | * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu | |
899 | target. | |
900 | * configure: Regenerate. | |
901 | ||
5569a85f JDA |
902 | 2015-05-13 John David Anglin <dave.anglin@bell.net> |
903 | ||
904 | * configure.ac: Disable configuration of GDB for HPUX targets. | |
905 | * configure: Regenerate. | |
906 | ||
e81d5d05 L |
907 | 2015-05-01 H.J. Lu <hongjiu.lu@intel.com> |
908 | ||
909 | PR ld/18355 | |
910 | * Makefile.def: Add extra_configure_flags to host zlib. | |
911 | * configure.ac (extra_host_zlib_configure_flags): New. Set | |
912 | to --enable-host-shared When bfd is to be built as shared | |
913 | library. AC_SUBST. | |
914 | * Makefile.in: Regenerated. | |
915 | ||
ec5b9462 HPN |
916 | 2015-04-15 Mike Frysinger <vapier@gentoo.org> |
917 | Hans-Peter Nilsson <hp@axis.com> | |
918 | ||
919 | Adjust src-release.sh for sim using the gdb create-version.sh. | |
a644aa89 | 920 | * src-release.sh (tar_compress): If there's a fifth parameter, |
ec5b9462 HPN |
921 | use that in the getver call instead of $tool. |
922 | (sim_release): Pass gdb as fifth parameter to tar_compress. | |
923 | (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh. | |
924 | ||
f91ca6bc IB |
925 | 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com> |
926 | ||
927 | * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables. | |
928 | (EXTRA_BOOTSTRAP_FLAGS): Likewise. | |
929 | (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS. | |
930 | * Makefile.in: Regenerate. | |
931 | ||
cf39cfc5 L |
932 | 2015-04-01 H.J. Lu <hongjiu.lu@intel.com> |
933 | ||
934 | * configure.ac: Add --with-system-zlib. | |
935 | * configure: Regenerated. | |
936 | ||
6ac1079e L |
937 | 2015-03-31 H.J. Lu <hongjiu.lu@intel.com> |
938 | ||
939 | * src-release.sh: Don't configure with --with-target-subdir=. | |
940 | --disable-multilib. | |
941 | ||
890ba06f L |
942 | 2015-03-31 H.J. Lu <hongjiu.lu@intel.com> |
943 | ||
944 | * src-release.sh (DEVO_SUPPORT): Replace src-release with | |
945 | src-release.sh. | |
946 | ||
5675acd9 ES |
947 | 2015-03-30 Ed Schouten <ed@nuxi.nl> |
948 | ||
949 | * config.sub: Update from upstream, to 2015-03-04 version. | |
950 | * config.guess: Likewise. | |
951 | ||
d2d67aea L |
952 | 2015-03-30 H.J. Lu <hongjiu.lu@intel.com> |
953 | ||
954 | * Makefile.def (dependencies): Add all-zlib to all-bfd. | |
955 | * Makefile.in: Regenerated. | |
956 | ||
92c695a1 L |
957 | 2015-03-28 H.J. Lu <hongjiu.lu@intel.com> |
958 | ||
959 | * src-release.sh (do_proto_toplev): Configure with --target | |
960 | --with-target-subdir and --disable-multilib. | |
961 | (BINUTILS_SUPPORT_DIRS): Add zlib. | |
962 | (GAS_SUPPORT_DIRS): Likewise. | |
963 | (GDB_SUPPORT_DIRS): Likewise. | |
964 | (SIM_SUPPORT_DIRS): Likewise. | |
965 | ||
091021fa L |
966 | 2015-03-17 H.J. Lu <hongjiu.lu@intel.com> |
967 | ||
968 | * configure.ac (target_configdirs): Exclude target-zlib if | |
969 | target-libjava isn't built. | |
970 | * configure: Regenerated. | |
971 | ||
5df8a8fc L |
972 | 2015-03-17 H.J. Lu <hongjiu.lu@intel.com> |
973 | ||
974 | Sync with GCC | |
975 | 2014-06-13 Thomas Schwinge <thomas@codesourcery.com> | |
976 | ||
977 | * config-ml.in: Robustify ac_configure_args parsing. | |
978 | ||
1b6c0831 L |
979 | 2015-03-16 H.J. Lu <hongjiu.lu@intel.com> |
980 | ||
981 | * Makefile.def: Updated from GCC trunk. | |
982 | * Makefile.tpl: Likewise. | |
983 | * configure.ac: Likewise. | |
984 | * Makefile.in: Regenerated. | |
985 | * configure: Likewise. | |
986 | ||
3f8107ab AM |
987 | 2015-01-28 James Bowman <james.bowman@ftdichip.com> |
988 | ||
989 | * configure.ac: Add FT32 support. | |
990 | * configure: Regenerate. | |
991 | ||
10b8fe5e AG |
992 | 2015-01-12 Anthony Green <green@moxielogic.com> |
993 | ||
994 | * configure.ac: Don't disable gprof for moxie. | |
995 | * configure: Rebuild. | |
996 | ||
6b91c541 AP |
997 | 2015-01-03 Andrew Pinski <apinski@cavium.com> |
998 | ||
999 | * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also. | |
1000 | * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET. | |
1001 | (BASE_TARGET_EXPORTS): Add OBJCOPY. | |
1002 | (OBJCOPY_FOR_TARGET): New variable. | |
1003 | (EXTRA_TARGET_FLAGS): Add OBJCOPY. | |
1004 | * Makefile.in: Regenerate. | |
1005 | * configure.ac: Check for already installed target objcopy. | |
1006 | Also GCC_TARGET_TOOL on objcopy. | |
1007 | * configure: Regenerate. | |
1008 | ||
6ba37ab4 HPN |
1009 | 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com> |
1010 | ||
1011 | * config.sub: Update from upstream, to 2015-01-01 version. | |
1012 | * config.guess: Ditto. | |
1013 | ||
bb5f7690 EB |
1014 | 2014-12-06 Eric Botcazou <ebotcazou@adacore.com> |
1015 | ||
1016 | * config.sub: Update from upstream config repo. | |
1017 | ||
6e733cce L |
1018 | 2014-11-24 H.J. Lu <hongjiu.lu@intel.com> |
1019 | ||
1020 | * libtool.m4: Updated from GCC trunk. | |
1021 | ||
8969c424 JBG |
1022 | 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1023 | ||
1024 | * config.guess: Update from upstream config repo. | |
1025 | * config.sub: Ditto. | |
1026 | ||
37e77caf JBG |
1027 | 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1028 | ||
1029 | * move-if-change: Update from upstream gnulib. | |
1030 | ||
e3046511 JBG |
1031 | 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1032 | ||
1033 | * compile: Sync with upstream Automake. | |
1034 | * depcomp: Ditto. | |
1035 | * install-sh: Ditto. | |
1036 | * missing: Ditto. | |
1037 | * mkinstalldirs: Ditto. | |
1038 | * ylwrap: Ditto. | |
1039 | ||
3e615393 TG |
1040 | 2014-10-15 Tristan Gingold <gingold@adacore.com> |
1041 | ||
1042 | * src-release.sh (do_proto_toplev): Configure with --target. | |
1043 | ||
6d26190c JY |
1044 | 2014-10-03 Jing Yu <jingyu@google.com> |
1045 | ||
1046 | * configure.ac: Add aarch64 to list of targets that support gold. | |
1047 | * configure: Regenerate. | |
1048 | ||
a9d58c06 AB |
1049 | 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com> |
1050 | ||
1051 | * configure.ac: Add mips*-img-elf* target triple. | |
1052 | * configure: Regenerate. | |
1053 | ||
b25b5cef CJW |
1054 | 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com> |
1055 | * configure: Disable gdb for nds32*-*-* until supported. | |
1056 | * configure.ac: Disable gdb for nds32*-*-* until supported. | |
1057 | ||
f8797b5a JB |
1058 | 2014-09-05 Joel Brobecker <brobecker@adacore.com> |
1059 | ||
1060 | * configure: Regenerate. | |
1061 | ||
2536ee9d WN |
1062 | 2014-08-27 Will Newton <will.newton@linaro.org> |
1063 | ||
1064 | * src-release.sh: New file. | |
1065 | * src-release: Remove file. | |
1066 | ||
1f995db6 JS |
1067 | 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> |
1068 | ||
1069 | GDB not supported for or1k*-*-rtems* | |
1070 | * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering | |
1071 | of the stanzas results in this not being caught by or1k*-*-* later. | |
1072 | * configure. Regenerated. | |
1073 | ||
a843ea33 SB |
1074 | 2014-07-25 Samuel Bronson <naesten@gmail.com> |
1075 | ||
1076 | * .gitattributes: New file for use with git-merge-changelog. | |
1077 | ||
cfbc1a6c JS |
1078 | 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com> |
1079 | ||
1080 | Disable gdb for or1k*-*-* until supported | |
1081 | * configure.ac (or1k*-*-*): Disable gdb. | |
1082 | * configure: Regenerated. | |
1083 | ||
d9e042ac SL |
1084 | 2014-05-14 Sandra Loosemore <sandra@codesourcery.com> |
1085 | ||
1086 | * configure.ac (target_makefile_frag): Set for nios2-*-elf*. | |
1087 | * configure: Regenerated. | |
1088 | ||
201f096f | 1089 | 2014-03-26 Jakub Jelinek <jakub@redhat.com> |
1090 | ||
1091 | PR sanitizer/56781 | |
1092 | * Makefile.def: Set bootstrap=true; for host fixincludes. | |
1093 | * configure.ac: Don't bootstrap host fixincludes unless | |
1094 | --with-build-config=bootstrap-{a,ub}san. | |
1095 | * Makefile.in: Regenerated. | |
1096 | * configure: Regenerated. | |
1097 | ||
730af8ee | 1098 | 2014-03-21 Jakub Jelinek <jakub@redhat.com> |
1099 | ||
1100 | * configure.ac: Move BUILD_CONFIG set up earlier. Add | |
1101 | --enable-vtable-verify option parsing. Don't add | |
1102 | target-libsanitizer to bootstrap_target_libs unless | |
1103 | --with-build-config=bootstrap-asan or | |
1104 | --with-build-config=bootstrap-ubsan. Don't add target-libvtv | |
1105 | to bootstrap_target_libs unless --enable-vtable-verify. | |
1106 | * configure: Regenerated. | |
1107 | ||
abca8d87 | 1108 | 2014-03-07 Jakub Jelinek <jakub@redhat.com> |
1109 | ||
1110 | PR bootstrap/58572 | |
1111 | * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of | |
1112 | -I for libstdc++-v3 includes if $(LEAN). | |
1113 | * Makefile.in: Regenerated. | |
1114 | ||
68d122bb | 1115 | 2014-02-24 Walter Lee <walt@tilera.com> |
1116 | ||
1117 | * configure.ac (tilepro-*-*) Change to tilepro*-*-*. | |
1118 | (tilegx-*-*): Change to tilegx*-*-*. | |
1119 | * configure: Regenerate. | |
1120 | ||
39d1b2ae RS |
1121 | 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com> |
1122 | ||
1123 | * config.sub, config.guess: Import from upstream. | |
1124 | ||
50f80006 EB |
1125 | 2014-04-04 Eric Botcazou <ebotcazou@adacore.com> |
1126 | ||
1127 | PR bootstrap/60620 | |
72f4393d | 1128 | * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. |
50f80006 EB |
1129 | * Makefile.in: Regenerate. |
1130 | ||
a6305403 YS |
1131 | 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> |
1132 | ||
1133 | * Makefile.def (dependencies): Make all-ld depend on all-binutils | |
1134 | for WINDRES_FOR_TARGET in default-manifest.o rule. | |
1135 | * Makefile.in: Regenerate. | |
1136 | ||
62a0f723 RO |
1137 | 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
1138 | ||
1139 | PR target/59788 | |
1140 | * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on | |
1141 | *solaris2*. | |
1142 | ||
530e8392 KB |
1143 | 2013-12-19 Keven Boell <keven.boell@intel.com> |
1144 | ||
1145 | * cp-namespace.c (cp_lookup_nested_symbol): Enable | |
1146 | nested lookups for fortran modules. | |
1147 | * dwarf2read.c (read_module): Add fortran module to | |
1148 | the symbol table. | |
1149 | (add_partial_symbol, add_partial_module): Add fortran | |
1150 | module to the partial symbol table. | |
1151 | (new_symbol_full): Create full symbol for fortran module. | |
1152 | * f-exp.y (yylex): Add new module domain to be parsed. | |
1153 | * symtab.h: New domain for fortran modules. | |
1154 | ||
7f9b20bb KB |
1155 | 2013-12-19 Keven Boell <keven.boell@intel.com> |
1156 | ||
1157 | * f-exp.y (yylex): Add domain array to enable lookup | |
1158 | in multiple domains. Loop over lookup domains and try | |
1159 | to find requested symbol. Add STRUCT_DOMAIN to lookup | |
1160 | domains to be able to query for user defined types. | |
1161 | ||
afc0578d | 1162 | 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
1163 | ||
1164 | * configure.ac: Add user-friendly check for native x86_64-linux | |
1165 | multilibs. | |
1166 | * configure: Regenerate. | |
1167 | ||
f3f51a69 AM |
1168 | 2013-11-23 Alan Modra <amodra@gmail.com> |
1169 | ||
1170 | * config.sub, config.guess: Import from upstream. | |
1171 | ||
2440009d | 1172 | 2013-11-07 Thomas Schwinge <thomas@codesourcery.com> |
1173 | ||
2440009d | 1174 | * Makefile.in: Regenerate. |
1175 | ||
e78e02e6 | 1176 | * Makefile.tpl: Fix typo. |
1177 | * Makefile.in: Regenerate partially. | |
1178 | ||
9aaf2a7e | 1179 | 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com> |
1180 | ||
1181 | * configure.ac: Added libcilkrts to noconfig list when C++ is not | |
1182 | supported. | |
1183 | * configure: Regenerated. | |
1184 | ||
880b18d1 | 1185 | 2013-10-30 Jason Merrill <jason@redhat.com> |
1186 | ||
1187 | * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass | |
1188 | --disable-build-format-warnings. | |
1189 | ||
522e3d71 | 1190 | 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com> |
1191 | ||
f3f51a69 | 1192 | * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts |
522e3d71 | 1193 | depend on libstdc++ and libgcc. |
1194 | * configure: Regenerate. | |
1195 | * configure.ac: Added libcilkrts to target binaries. Also, restrict | |
1196 | libcilkrts for POSIX and i*86, and x86_64 architectures. | |
1197 | * Makefile.in: Added libcilkrts related fields to support building it. | |
1198 | ||
cb49a9e1 | 1199 | 2013-10-26 Jeff Law <law@redhat.com> |
1200 | ||
1201 | * Makefile.def (target_modules): Remove libmudflap | |
1202 | (languages): Remove check-target-libmudflap). | |
1203 | * Makefile.in: Rebuilt. | |
1204 | * Makefile.tpl (check-target-libmudflap-c++): Remove. | |
1205 | * configure.ac (target_libraries): Remove target-libmudflap. | |
1206 | Remove checks which disabled libmudflap on some systems. | |
1207 | * configure: Rebuilt. | |
1208 | * libmudflap: Directory removed. | |
1209 | ||
82033c9b JBG |
1210 | 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1211 | ||
1212 | * configure.ac: Update from GCC. | |
1213 | * configure: Regenerate. | |
1214 | ||
b50d7605 HPN |
1215 | 2013-10-15 Hans-Peter Nilsson <hp@axis.com> |
1216 | ||
1217 | * src-release (do-proto-toplevel): Support subdir-path-prefixed | |
1218 | files in SUPPORT_FILES. | |
1219 | (SIM_SUPPORT_DIRS): New variable. | |
1220 | (sim.tar.bz2): New rule. | |
1221 | ||
f4cfb980 JBG |
1222 | 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1223 | ||
1224 | * configure.ac: Update from GCC. | |
1225 | * configure: Regenerate. | |
1226 | ||
78b1434c JJ |
1227 | 2013-10-01 Jeff Johnston <jjohnstn@redhat.com> |
1228 | ||
1229 | * COPYING.NEWLIB: Update with new copyright. | |
1230 | ||
b3fc79f8 JBG |
1231 | 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1232 | ||
1233 | * configure.ac: Update from GCC. | |
1234 | * configure: Regenerate. | |
1235 | ||
cc9afea3 AM |
1236 | 2013-09-20 Alan Modra <amodra@gmail.com> |
1237 | ||
1238 | * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical | |
1239 | ppc host match. Support little-endian powerpc linux hosts. | |
1240 | ||
f006cabd JB |
1241 | 2013-08-16 Joel Brobecker <brobecker@adacore.com> |
1242 | ||
1243 | * src-release (VER): When using $(TOOL)/common/create-version.sh, | |
1244 | strip the "-cvs" suffix from the version number if present. | |
1245 | ||
95e43135 JBG |
1246 | 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1247 | ||
1248 | * configure.ac: Sync with GCC repo. | |
1249 | * Makefile.def: Ditto. | |
1250 | * configure: Regenerate. | |
1251 | * Makefile.in: Ditto. | |
1252 | ||
7539e41e JB |
1253 | 2013-07-22 Joel Brobecker <brobecker@adacore.com> |
1254 | ||
1255 | * src-release (VER): Use $(TOOL)/common/create-version.sh | |
1256 | if it exists. | |
1257 | ||
e8044f35 RS |
1258 | 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com> |
1259 | ||
1260 | * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*) | |
1261 | (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier]) | |
1262 | (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs. | |
1263 | * configure: Regenerate. | |
1264 | ||
7bab7634 DC |
1265 | 2013-06-01 George Thomas <george.thomas@atmel.com> |
1266 | ||
95e43135 JBG |
1267 | * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove |
1268 | from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU | |
7bab7634 | 1269 | |
b5364c9e JJ |
1270 | 2013-05-06 Sandra Loosemore <sandra@codesourcery.com> |
1271 | ||
1272 | * COPYING.NEWLIB: Add Altera Corporation copyright. | |
1273 | ||
5dad867c JBG |
1274 | 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1275 | ||
1276 | * config.guess: Update from config repo. | |
1277 | * config.sub: Ditto. | |
1278 | ||
b836cb18 JBG |
1279 | 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1280 | ||
1281 | * Makefile.def: Sync with GCC. | |
1282 | * Makefile.in: Regenerate. | |
1283 | ||
e7d5abf1 JBG |
1284 | 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1285 | ||
1286 | * configure.ac: Sync with GCC. | |
b836cb18 | 1287 | * configure: Regenerate. |
e7d5abf1 | 1288 | |
4f778543 MF |
1289 | 2013-03-22 Mike Frysinger <vapier@gentoo.org> |
1290 | ||
1291 | * src-release (VER): Change bfd/configure.in sed to use the new | |
1292 | `bfd/configure --version` output. | |
1293 | ||
f1dd87fc YZ |
1294 | 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com> |
1295 | ||
1296 | * configure.ac: Sync with GCC repo. | |
1297 | * configure: Ditto. | |
1298 | ||
a413f71a ILT |
1299 | 2013-02-05 Ian Lance Taylor <iant@google.com> |
1300 | ||
1301 | PR go/55969 | |
1302 | * configure.ac: Disable libgo on some systems where it does not | |
1303 | work. | |
1304 | * configure: Rebuild. | |
1305 | ||
3a98824c AM |
1306 | 2013-02-05 Alan Modra <amodra@gmail.com> |
1307 | ||
1308 | * configure: Regenerate after syncing config/. | |
1309 | ||
3dae1673 JBG |
1310 | 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1311 | ||
1312 | * configure.ac: Sync with GCC repo. | |
1313 | * configure: Ditto. | |
1314 | * Makefile.def: Ditto. | |
1315 | * Makefile.in: Ditto. | |
1316 | ||
bf51454b JB |
1317 | 2013-01-11 Joel Brobecker <brobecker@adacore.com> |
1318 | ||
1319 | Sync with GCC, merge: | |
1320 | ||
1321 | 2013-01-09 Jason Merrill <jason@redhat.com> | |
1322 | ||
1323 | * .gitignore: Import from gdb repository. | |
1324 | ||
c841a2be JBG |
1325 | 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1326 | ||
1327 | * config.sub: Update from config repo. | |
1328 | ||
d7b9dae9 EB |
1329 | 2013-01-11 Eric Botcazou <ebotcazou@adacore.com> |
1330 | ||
1331 | * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata. | |
1332 | * Makefile.in: Regenerate. | |
1333 | ||
861ea9c8 L |
1334 | 2013-01-09 H.J. Lu <hongjiu.lu@intel.com> |
1335 | ||
1336 | * Makefile.def (configure-gcc): Depend on all-gmp. | |
1337 | (all-gcc): Remove dependency on all-gmp. | |
1338 | * Makefile.in: Regenerated. | |
1339 | ||
ce82b126 JBG |
1340 | 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1341 | ||
1b4f418d | 1342 | * config.guess: Update from config repo. |
c2e5e6d7 | 1343 | * config.sub: Ditto. |
ce82b126 | 1344 | |
fd62a30d JJ |
1345 | 2013-01-07 Jeff Johnston <jjohnstn@redhat.com> |
1346 | ||
1347 | * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer | |
1348 | exists and replace the new bfin license in its location. | |
1349 | ||
0140d685 L |
1350 | 2013-01-07 H.J. Lu <hongjiu.lu@intel.com> |
1351 | ||
1352 | PR gas/14899 | |
1353 | * Makefile.def (dependencies): Make all-binutils, all-gprof, | |
1354 | all-ld and all-gold depend on all-gas. | |
1355 | * Makefile.in: Regenerated. | |
1356 | ||
c3d399e7 L |
1357 | 2012-12-29 Ben Elliston <bje@gnu.org> |
1358 | ||
1359 | * config.guess: Update to 2012-12-29 version. | |
1360 | * config.sub: Likewise. | |
1361 | ||
9417cd2f JBG |
1362 | 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1363 | ||
1364 | * Makefile.def (install-target-libgo): Depend on | |
1365 | install-target-libatomic. Merged from GCC repo. | |
1366 | * Makefile.in: Regenerate. | |
1367 | ||
68dad382 JJ |
1368 | 2012-12-17 Jeff Johnston <jjohnstn@redhat.com> |
1369 | ||
1370 | * COPYING.LIBGLOSS: Add license for bfin libgloss. | |
1371 | ||
2344b8da TS |
1372 | 2012-12-16 Thomas Schwinge <thomas@codesourcery.com> |
1373 | ||
1374 | * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. | |
1375 | * configure: Regenerate. | |
1376 | ||
5eb08693 L |
1377 | 2012-12-11 H.J. Lu <hongjiu.lu@intel.com> |
1378 | ||
1379 | * Makefile.def (target_modules): Add bootstrap=true and | |
1380 | raw_cxx=true to libsanitizer. | |
1381 | * configure.ac (bootstrap_target_libs): Add libsanitizer. | |
1382 | * Makefile.in: Regenerated. | |
1383 | * configure: Likewise. | |
1384 | ||
53ab32d8 JBG |
1385 | 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1386 | ||
1387 | * config.sub: Merge from config repo. | |
1388 | ||
d2489204 JBG |
1389 | 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1390 | ||
1391 | * configure.ac: Merge from GCC. | |
c2e5e6d7 JBG |
1392 | * Makefile.tpl: Ditto. |
1393 | * Makefile.in: Ditto. | |
1394 | * configure: Ditto. | |
d2489204 | 1395 | |
c23b5043 JBG |
1396 | 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1397 | ||
1398 | * configure.ac (noconfigdirs): Merge from GCC. | |
1399 | * configure: Regenerate. | |
1400 | ||
1dd1f7f6 JBG |
1401 | 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de> |
1402 | ||
1403 | * config.sub (arm): Merge from upstream: Handle armv[6-8] targets. | |
1404 | ||
2bda3143 L |
1405 | 2012-11-14 Roland McGrath <mcgrathr@google.com> |
1406 | ||
1407 | * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. | |
1408 | * configure: Regenerate. | |
1409 | ||
5286fdef L |
1410 | 2012-11-13 Richard Henderson <rth@redhat.com> |
1411 | ||
1412 | * configure.ac: Move libsanitizer logic to subdirectory. | |
1413 | * configure: Regenerate. | |
1414 | ||
1415 | 2012-11-13 Dodji Seketeli <dodji@redhat.com> | |
1416 | ||
1417 | * configure.ac: Enable libsanitizer just on x86 linux for now. | |
1418 | * configure: Re-generate. | |
1419 | ||
1420 | 2012-11-13 David Edelsohn <dje.gcc@gmail.com> | |
1421 | ||
1422 | * configure.ac: Merge libquadmath sections. | |
1423 | * configure: Regenerate. | |
1424 | ||
1425 | 2012-11-12 Wei Mi <wmi@google.com> | |
1426 | ||
1427 | * configure.ac: Add libsanitizer to target_libraries. | |
1428 | * Makefile.def: Ditto. | |
1429 | * configure: Regenerate. | |
1430 | * Makefile.in: Regenerate. | |
1431 | ||
f66a9a70 L |
1432 | 2012-11-03 H.J. Lu <hongjiu.lu@intel.com> |
1433 | ||
1434 | * configure: Regenerated. | |
1435 | ||
1436 | 2012-11-03 Robert Mason <rbmj@verizon.net> | |
1437 | ||
1438 | * configure.ac: add --disable-libstdcxx configure option | |
1439 | and handle defaulted state only for VxWorks, ARM-wince-pe and AVR. | |
1440 | ||
6d94c122 CV |
1441 | 2012-10-24 Corinna Vinschen <corinna@vinschen.de> |
1442 | ||
1443 | * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building | |
1444 | against Mingw64 w32api. | |
1445 | * configure: Regenerate. | |
1446 | ||
a882be68 EB |
1447 | 2012-10-23 Eric Botcazou <ebotcazou@adacore.com> |
1448 | ||
1449 | PR bootstrap/54820 | |
1450 | * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5. | |
1451 | * configure: Regenerate. | |
1452 | ||
b3676d82 EB |
1453 | 2012-10-22 Eric Botcazou <ebotcazou@adacore.com> |
1454 | ||
1455 | PR bootstrap/54820 | |
1456 | * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable. | |
1457 | (all-[+prefix+][+module+]): Pass stage1_args to sub-makes. | |
1458 | (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. | |
1459 | (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false. | |
1460 | (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS. | |
1461 | * Makefile.in: Regenerate. | |
1462 | * configure.ac (have_static_libs): New variable and associated check. | |
1463 | (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++ | |
1464 | -static-libgcc if stage1_libs is empty and have_static_libs is yes. | |
1465 | * configure: Regenerate. | |
1466 | ||
7b0e8ca5 MF |
1467 | 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com> |
1468 | ||
1469 | * config.guess, config.sub: Include updated version from | |
1470 | config-patches. Adds microblaze little endian support. | |
1471 | ||
8e71395b L |
1472 | 2012-09-28 Ian Lance Taylor <iant@google.com> |
1473 | ||
1474 | * Makefile.def: Make all-target-libgo depend on | |
1475 | all-target-libbacktrace. | |
1476 | * Makefile.in: Rebuild. | |
1477 | ||
1478 | 2012-09-26 Ian Lance Taylor <iant@google.com> | |
1479 | ||
1480 | * Makefile.def: Make all-gcc depend on all-libbacktrace. | |
1481 | * Makefile.in: Rebuild. | |
1482 | ||
1483 | 2012-09-06 Diego Novillo <dnovillo@google.com> | |
1484 | ||
1485 | * configure.ac: Bump minimum GMP version to 4.2.3. | |
1486 | * configure: Re-generate. | |
1487 | ||
1488 | 2012-09-05 Georg-Johann Lay <avr@gjlay.de> | |
1489 | ||
1490 | PR target/54461 | |
1491 | * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib, | |
1492 | target-libgloss if not configured --with-avrlibc=no. | |
1493 | * configure: Regenerate. | |
1494 | ||
1495 | 2012-09-04 Jason Merrill <jason@redhat.com> | |
1496 | ||
1497 | * configure.ac: Fix --enable-languages=all. | |
1498 | ||
1499 | 2012-09-03 Richard Guenther <rguenther@suse.de> | |
1500 | ||
1501 | PR bootstrap/54138 | |
1502 | * configure.ac: Re-organize ISL / CLOOG checks to allow | |
1503 | disabling with either --without-isl or --without-cloog. | |
1504 | * configure: Regenerated. | |
1505 | ||
1506 | 2012-09-03 Georg-Johann Lay <avr@gjlay.de> | |
1507 | ||
1508 | * configure.ac (noconfigdirs,target=avr): Add target-libquadmath. | |
1509 | * configure: Regenerate. | |
1510 | ||
d09bbf00 SE |
1511 | 2012-09-21 Steve Ellcey <sellcey@mips.com> |
1512 | ||
1513 | * configure.ac: Add mips*-mti-elf* target. | |
1514 | * configure: Regenerate. | |
1515 | ||
2bf680c4 ILT |
1516 | 2012-09-19 Ian Lance Taylor <iant@google.com> |
1517 | ||
1518 | * configure.ac (host_libs): Add libbacktrace. | |
1519 | (target_libraries): Add libbacktrace. | |
1520 | * Makefile.def (host_modules): Add libbacktrace. | |
1521 | (target_modules): Likewise. | |
1522 | * configure, Makefile.in: Rebuild. | |
1523 | ||
5c0b3823 WL |
1524 | 2012-09-15 Jiong Wang <jiwang@tilera.com> |
1525 | ||
1526 | * configure.ac (ENABLE_GOLD): support tilegx* | |
1527 | * configure: rebuild | |
1528 | ||
1488e230 DE |
1529 | 2012-09-14 David Edelsohn <dje.gcc@gmail.com> |
1530 | ||
1531 | PR target/38607 | |
1532 | Merge upstream change. | |
1533 | * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX. | |
1534 | ||
1535 | * configure.ac: Add target-libquadmath to noconfigdirs for AIX. | |
1536 | Add libgomp*.o to compare_exclusions for AIX. | |
1537 | * configure: Regenerate. | |
1538 | ||
df6795ce L |
1539 | 2012-08-26 H.J. Lu <hongjiu.lu@intel.com> |
1540 | ||
1541 | PR binutils/4970 | |
1542 | * Makefile.def (host_modules): Rmove lib_path=.libs from bfd | |
1543 | and opcodes. | |
1544 | * Makefile.in: Regenerated. | |
1545 | ||
7ec59b9e L |
1546 | 2012-08-14 Diego Novillo <dnovillo@google.com> |
1547 | ||
1548 | Merge from cxx-conversion branch. | |
1549 | ||
1550 | * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove | |
1551 | POSTSTAGE1_CONFIGURE_FLAGS. | |
1552 | * Makefile.in: Regenerate. | |
1553 | * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users. | |
1554 | Force C++ when bootstrapping. | |
1555 | * configure: Regenerate. | |
1556 | ||
1557 | 2012-07-06 Richard Guenther <rguenther@suse.de> | |
1558 | ||
1559 | * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC) | |
1560 | as CPPFLAGS, pass path to built gmp as LDFLAGS, always use | |
1561 | --with-gmp=system. | |
1562 | * Makefile.in: Regenerated. | |
1563 | * configure: Likewise. | |
1564 | ||
1565 | 2012-07-06 Richard Guenther <rguenther@suse.de> | |
1566 | ||
1567 | * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst. | |
1568 | * Makefile.def (isl): Use extra_isl_gmp_configure_flags and | |
1569 | supply V=1 as extra_make_flags. | |
1570 | * configure: Regenerated. | |
1571 | * Makefile.in: Likewise. | |
1572 | ||
1573 | 2012-07-03 Richard Guenther <rguenther@suse.de> | |
1574 | ||
1575 | * Makfile.def (isl): Remove not necessary extra_exports and | |
1576 | extra_make_flags. | |
1577 | (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}. | |
1578 | * Makefile.in: Regenerated. | |
1579 | ||
1580 | 2012-07-03 Richard Guenther <rguenther@suse.de> | |
1581 | ||
1582 | * Makefile.def (cloog): Add V=1 to extra_make_flags. | |
1583 | * configure.ac: If either the ISL or the CLooG check failed | |
1584 | do not try to build in-tree versions. | |
1585 | * Makefile.in: Regenerated. | |
1586 | * configure: Regenerated. | |
1587 | ||
1588 | 2012-07-02 Richard Guenther <rguenther@suse.de> | |
1589 | Michael Matz <matz@suse.de> | |
1590 | Tobias Grosser <tobias@grosser.es> | |
1591 | Sebastian Pop <sebpop@gmail.com> | |
1592 | ||
1593 | * Makefile.def: Add ISL host module, remove PPL host module. | |
1594 | Adjust ClooG host module to use the proper ISL. | |
1595 | * Makefile.tpl: Pass ISL include flags instead of PPL ones. | |
1596 | * configure.ac: Include config/isl.m4. Add ISL host library, | |
1597 | remove PPL. Remove PPL configury, add ISL configury, adjust | |
1598 | ClooG configury. | |
1599 | * Makefile.in: Regenerated. | |
1600 | * configure: Likewise. | |
1601 | ||
1602 | 2012-07-02 Richard Guenther <rguenther@suse.de> | |
1603 | ||
1604 | Merge from graphite branch | |
1605 | 2011-07-21 Tobias Grosser <tobias@grosser.es> | |
1606 | ||
1607 | * configure: Regenerated. | |
1608 | * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma, | |
1609 | both cloog.org and legacy versions. The only supported version will | |
1610 | be CLooG with the isl backend. | |
1611 | ||
1612 | 2011-07-21 Tobias Grosser <tobias@grosser.es> | |
1613 | ||
1614 | * configure: Regenerated. | |
1615 | * configure.ac: Require cloog isl 0.17.0 | |
1616 | ||
1617 | 2011-07-21 Tobias Grosser <tobias@grosser.es> | |
1618 | ||
1619 | * configure: Regenerated. | |
1620 | * config/cloog.m4: Do not define CLOOG_ORG | |
1621 | ||
1622 | 2012-06-29 Steven Bosscher <steven@gcc.gnu.org> | |
1623 | ||
1624 | * configure.ac: Skip C if explicitly selected. | |
1625 | * configure: Regenerate. | |
1626 | ||
1627 | 2012-06-28 Christophe Lyon <christophe.lyon@st.com> | |
1628 | ||
1629 | * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure | |
1630 | they contain -O2. | |
1631 | * configure: Regenerate. | |
1632 | ||
1633 | 2012-06-20 Jason Merrill <jason@redhat.com> | |
1634 | ||
1635 | * Makefile.tpl (check-target-libgomp-c++): New. | |
1636 | (check-target-libitm-c++): New. | |
1637 | * Makefile.def (c++): Add them. | |
1638 | * Makefile.in: Regenerate. | |
1639 | ||
1640 | 2012-05-16 Olivier Hainque <hainque@adacore.com> | |
1641 | ||
1642 | * Makefile.tpl (gcc-no-fixedincludes): Rename into ... | |
1643 | (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/ | |
1644 | (install-no-fixedincludes): Adjust accordingly. | |
1645 | * Makefile.in: Regenerate. | |
1646 | ||
1647 | 2012-05-09 Nick Clifton <nickc@redhat.com> | |
1648 | Paul Smith <psmith@gnu.org> | |
1649 | ||
1650 | PR bootstrap/50461 | |
1651 | * configure.ac (mpfr-dir): When using in-tree MPFR sources | |
1652 | allow for the fact that from release v3.1.0 of MPFR the source | |
1653 | files were moved into a src sub-directory. | |
1654 | * configure: Regenerate. | |
1655 | ||
1656 | 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org> | |
1657 | ||
1658 | * configure.ac: Bump minimum MPFR version to 2.4.0. | |
1659 | * configure: Regenerated. | |
1660 | ||
1661 | 2012-05-01 Richard Henderson <rth@redhat.com> | |
1662 | ||
1663 | * Makefile.def (libatomic): New target_module. | |
1664 | * configure.ac (target_libraries): Add libatomic. | |
1665 | (noconfigdirs): Check if libatomic is supported. | |
1666 | * Makefile.in, configure: Rebuild. | |
1667 | ||
f87f9c61 L |
1668 | 2012-05-15 H.J. Lu <hongjiu.lu@intel.com> |
1669 | ||
1670 | Merge upstream change | |
1671 | * libtool.m4 (_LT_ENABLE_LOCK): Support x32. | |
1672 | ||
1673 | 2011-11-21 Andreas Tobler <andreast@fgznet.ch> | |
1674 | ||
1675 | * libtool.m4: Additional FreeBSD 10 fixes. | |
1676 | ||
68f107fa AO |
1677 | 2012-06-28 Christophe Lyon <christophe.lyon@st.com> |
1678 | ||
1679 | * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure | |
1680 | they contain -O2. | |
1681 | * configure: Regenerate. | |
1682 | ||
b9c361e0 JL |
1683 | 2012-05-14 Catherine Moore <clm@codesourcery.com> |
1684 | ||
1685 | * NEWS: Mention PowerPC VLE port. | |
1686 | ||
9eb322aa MF |
1687 | 2012-05-11 Mike Frysinger <vapier@gentoo.org> |
1688 | ||
1689 | * MAINTAINERS (config/): Move to intl/ section. | |
1690 | (compile; depcomp; install-sh; missing; ylwrap): Likewise. | |
1691 | ||
58b1dd21 NC |
1692 | 2012-05-09 Nick Clifton <nickc@redhat.com> |
1693 | Paul Smith <psmith@gnu.org> | |
1694 | ||
1695 | PR bootstrap/50461 | |
1696 | * configure.ac (mpfr-dir): When using in-tree MPFR sources | |
1697 | allow for the fact that from release v3.1.0 of MPFR the source | |
1698 | files were moved into a src sub-directory. | |
1699 | * configure: Regenerate. | |
1700 | ||
2e702c99 RM |
1701 | 2012-05-02 Roland McGrath <mcgrathr@google.com> |
1702 | ||
1703 | * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. | |
1704 | * configure: Regenerate. | |
1705 | ||
d2213593 JB |
1706 | 2012-04-25 Joel Brobecker <brobecker@adacore.com> |
1707 | ||
1708 | * config.sub: Update to 2012-04-18 version from official repo. | |
1709 | ||
202e2356 NC |
1710 | 2012-03-19 Tristan Gingold <gingold@adacore.com> |
1711 | ||
1712 | * configure.ac (ia64*-*-*vms*): Add support for ld. | |
1713 | * configure: Regenerate. | |
1714 | ||
2479f722 RO |
1715 | 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
1716 | ||
1717 | * configure.ac (enable_libgomp): Remove *-*-irix6*. | |
1718 | (unsupported_languages): Remove mips-sgi-irix6.*. | |
1719 | (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*. | |
1720 | (with_stabs): Remove. | |
1721 | * configure: Regenerate. | |
1722 | ||
4e97d92b RO |
1723 | 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
1724 | ||
1725 | * configure.ac (enable_libgomp): Remove *-*-osf*. | |
1726 | (with_stabs): Remove alpha*-*-osf*. | |
1727 | * configure: Regenerate. | |
1728 | ||
f9ea6f98 JJ |
1729 | 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> |
1730 | ||
1731 | * COPYING.NEWLIB: Modify DJ Delorie license to include | |
1732 | modification rights in clause as permitted by DJ Delorie. | |
1733 | * COPYING.LIBGLOSS: Ditto. | |
1734 | ||
48688b3e JJ |
1735 | 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> |
1736 | ||
1737 | * COPYING.NEWLIB: Remove two unused licenses. | |
1738 | ||
0945bbee TG |
1739 | 2012-03-05 Tristan Gingold <gingold@adacore.com> |
1740 | ||
1741 | * configure.ac: Enable gdb and readline for ia64*-*-*vms*. | |
1742 | * configure: Regenerate. | |
1743 | ||
516be0c5 JJ |
1744 | 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com> |
1745 | ||
1746 | * COPYING.NEWLIB: Add Adapteva notice. | |
1747 | * COPYING.LIBGLOSS: Add Adapteva notice. | |
1748 | ||
64b986c0 EB |
1749 | 2011-12-18 Eric Botcazou <ebotcazou@adacore.com> |
1750 | ||
1751 | * configure: Regenerate. | |
1752 | ||
58cddc18 JJ |
1753 | 2011-12-15 Jeff Johnston <jjohnstn@redhat.com> |
1754 | ||
1755 | * COPYING.LIBGLOSS: Add GPL with exception license. | |
1756 | ||
b121d7d4 DD |
1757 | 2011-11-09 Roland McGrath <mcgrathr@google.com> |
1758 | ||
1759 | * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET. | |
1760 | * configure: Rebuild. | |
1761 | * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET. | |
1762 | * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables. | |
1763 | (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET. | |
1764 | (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET. | |
1765 | (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): | |
1766 | Add READELF. | |
1767 | * Makefile.in: Rebuild. | |
1768 | ||
d32e2926 RH |
1769 | 2011-11-08 Richard Henderson <rth@redhat.com> |
1770 | ||
1771 | * configure.ac: Test for libitm directory present first. | |
1772 | ||
1773 | * configure.ac: Adjust srcdir for running libitm/configure.tgt. | |
1774 | ||
1775 | * configure.ac: Test libitm/configure.tgt to disable libitm. | |
1776 | * configure: Rebuild. | |
1777 | ||
98dd765a RO |
1778 | 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
1779 | ||
1780 | * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS, | |
1781 | LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES. | |
1782 | * Makefile.in: Regenerate. | |
1783 | ||
99c513f6 DD |
1784 | 2011-11-01 DJ Delorie <dj@redhat.com> |
1785 | ||
1786 | * configure.ac (rl78-*-*) New case. | |
1787 | * configure: Regenerate. | |
1788 | ||
ff3ec4ee DD |
1789 | 2011-11-01 DJ Delorie <dj@redhat.com> |
1790 | ||
1791 | * config.sub: Update to version 2011-10-29 (added rl78) | |
1792 | ||
c28a9f49 NC |
1793 | 2011-10-27 Nick Clifton <nickc@redhat.com> |
1794 | ||
1795 | * config.sub: Import these changes from the config project: | |
1796 | ||
a903d6ac | 1797 | 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com> |
c28a9f49 NC |
1798 | Ben Elliston <bje@gnu.org> |
1799 | ||
1800 | * config.sub (epiphany): New. | |
1801 | ||
1802 | 2011-09-09 Linas Vepstas <linasvepstas@gmail.com> | |
1803 | Ben Elliston <bje@gnu.org> | |
1804 | ||
9eb322aa | 1805 | * config.sub (hexagon, hexagon-*): New. |
c28a9f49 NC |
1806 | |
1807 | 2011-08-23 Roland McGrath <mcgrathr@google.com> | |
1808 | ||
1809 | * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and | |
1810 | 64eb to be64. | |
1811 | ||
1812 | 2011-08-16 Roland McGrath <mcgrathr@google.com> | |
1813 | ||
1814 | * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs. | |
1815 | (nacl): Grok as alias for 32el-unknown-nacl. | |
1816 | ||
860144e4 JB |
1817 | 2011-08-19 Joel Brobecker <brobecker@adacore.com> |
1818 | ||
1819 | * src-release (GDB_SUPPORT_DIRS): Add 'cpu'. | |
1820 | ||
40ae9136 YQ |
1821 | 2011-08-14 Yao Qi <yao@codesourcery.com> |
1822 | ||
1823 | Merge from gcc: | |
1824 | ||
1825 | 2011-08-14 Yao Qi <yao@codesourcery.com> | |
1826 | * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs. | |
1827 | * configure: Regenerate. | |
1828 | ||
ffdd6afc ILT |
1829 | 2011-07-26 Ian Lance Taylor <iant@google.com> |
1830 | ||
1831 | Merge from gcc: | |
1832 | ||
1833 | 2011-07-26 Ian Lance Taylor <iant@google.com> | |
1834 | * configure.ac: Set have_compiler based on whether gcc directory | |
1835 | exists, rather than on whether gcc is in configdirs. | |
1836 | * configure: Rebuild. | |
1837 | ||
1838 | 2011-07-20 David Edelsohn <dje.gcc@gmail.com> | |
1839 | * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to | |
1840 | link directories. | |
1841 | * Makefile.in: Rebuild. | |
1842 | ||
1843 | 2011-07-20 Ian Lance Taylor <iant@google.com> | |
1844 | PR bootstrap/49787 | |
1845 | * configure.ac: Move --enable-bootstrap handling earlier in file. | |
1846 | If --enable-bootstrap and either --enable-build-with-cxx or | |
1847 | --enable-build-poststage1-with-cxx, enable C++ automatically. | |
1848 | * configure: Rebuild. | |
1849 | ||
1850 | 2011-07-19 Ian Lance Taylor <iant@google.com> | |
1851 | * configure.ac: Add --enable-build-poststage1-with-cxx. If set, | |
1852 | make C++ a boot_language. Set and substitute | |
1853 | POSTSTAGE1_CONFIGURE_FLAGS. | |
1854 | * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable. | |
1855 | (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS). | |
1856 | * configure, Makefile.in: Rebuild. | |
1857 | ||
1858 | 2011-07-16 Jason Merrill <jason@redhat.com> | |
1859 | * Makefile.def (language=c++): Add check-c++0x and | |
1860 | check-target-libmudflap-c++. | |
1861 | * Makefile.tpl (check-target-libmudflap-c++): New. | |
1862 | * Makefile.in: Regenerate. | |
1863 | ||
1864 | 2011-07-16 Matthias Klose <doko@ubuntu.com> | |
1865 | * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define. | |
1866 | * Makefile.def (target_modules/libjava): Pass | |
1867 | $(EXTRA_CONFIGARGS_LIBJAVA). | |
1868 | * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA, | |
1869 | if not configured with --enable-static-libjava. | |
1870 | * Makefile.in: Regenerate. | |
1871 | * configure: Likewise. | |
1872 | ||
1873 | 2011-06-22 Hans-Peter Nilsson <hp@axis.com> | |
1874 | PR regression/47836 | |
1875 | PR bootstrap/23656 | |
1876 | PR other/47733 | |
1877 | PR bootstrap/49247 | |
1878 | PR c/48825 | |
1879 | * configure.ac (target_libraries): Remove target-libiberty. | |
1880 | Remove case-statement setting skipdirs=target-libiberty for | |
1881 | multiple targets. Remove checking target_configdirs and | |
1882 | removing target-libiberty but keeping target-libgcc if | |
1883 | otherwise empty. | |
1884 | * Makefile.def (target_modules): Don't add libiberty. | |
1885 | (dependencies): Remove all traces of target-libiberty. | |
1886 | * configure, Makefile.in: Regenerate. | |
1887 | ||
9ccb86e7 JM |
1888 | 2011-07-22 Jason Merrill <jason@redhat.com> |
1889 | ||
1890 | * Makefile.def (language=c++): Add check-c++0x and | |
1891 | check-target-libmudflap-c++. | |
1892 | * Makefile.tpl (check-target-libmudflap-c++): New. | |
1893 | * Makefile.in: Regenerate. | |
1894 | ||
090bc50f RO |
1895 | 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
1896 | ||
1897 | * configure: Regenerate. | |
1898 | ||
cff32a7c RO |
1899 | 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
1900 | ||
1901 | PR target/39150 | |
1902 | * configure.ac (i[3456789]86-*-solaris2*): Also accept | |
1903 | x86_64-*-solaris2.1[0-9]*. | |
1904 | * configure: Regenerate. | |
1905 | ||
eb4b2452 NC |
1906 | 2011-06-13 Walter Lee <walt@tilera.com> |
1907 | ||
1908 | * configure.ac (tilepro-*-*) New case. | |
1909 | (tilegx-*-*): Likewise. | |
1910 | * configure: Regenerate. | |
1911 | ||
3c0013bf NC |
1912 | 2011-06-06 Nick Clifton <nickc@redhat.com> |
1913 | ||
1914 | * config.sub: Sync from upstream. | |
1915 | ||
91c1f14c DK |
1916 | 2011-05-08 Doug Kwan <dougkwan@google.com> |
1917 | ||
1918 | Merge from gcc: | |
1919 | ||
1920 | 2011-05-08 Doug Kwan <dougkwan@google.com> | |
1921 | ||
1922 | * configure.ac: Propagate LDFLAGS_FOR_TARGET. | |
1923 | * configure: Regenerated. | |
1924 | * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET | |
1925 | value from configure. | |
1926 | * Makefile.in: Regenerated. | |
1927 | ||
c7e4b184 JM |
1928 | 2011-05-05 Joseph Myers <joseph@codesourcery.com> |
1929 | ||
1930 | * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*, | |
1931 | sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*, | |
1932 | *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux* | |
1933 | | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*, | |
1934 | *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*, | |
1935 | *-*-vxworks*): Disable newlib and libgloss in separate case | |
1936 | statement. | |
1937 | (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built | |
1938 | to separate case statement. | |
1939 | (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*, | |
1940 | *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*, | |
1941 | alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*, | |
1942 | sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* | | |
1943 | arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*, | |
1944 | bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff | | |
1945 | i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*, | |
1946 | i[[3456789]]86-*-mingw*, x86_64-*-mingw*, | |
1947 | i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*, | |
1948 | i[[3456789]]86-*-rdos*, m32r-*-*, | |
1949 | m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-* | |
1950 | | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi, | |
1951 | powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*, | |
1952 | rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout* | |
1953 | | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*, | |
1954 | sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* | | |
1955 | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | | |
1956 | *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib | |
1957 | and libgloss in main case over targets. Remove most empty cases | |
1958 | in main case over targets. | |
1959 | * configure: Regenerate. | |
1960 | ||
7152a690 JM |
1961 | 2011-05-04 Joseph Myers <joseph@codesourcery.com> |
1962 | ||
1963 | * configure.ac: Remove code setting special library locations for | |
1964 | hppa*64*-*-hpux11*. Remove code setting compiler for | |
1965 | sparc-sun-solaris2*. | |
1966 | * configure: Regenerate. | |
1967 | ||
ff46fb8f JM |
1968 | 2011-05-04 Joseph Myers <joseph@codesourcery.com> |
1969 | ||
1970 | * configure.ac: Separate libgloss_dir settings from general case | |
1971 | over targets. | |
1972 | * configure: Regenerate. | |
1973 | ||
82ae827f JM |
1974 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
1975 | ||
1976 | * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*, | |
1977 | alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*, | |
1978 | arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove | |
1979 | cases in libgcj-disabling case statement. | |
1980 | (hppa*64*-*-linux*): Set unsupported_languages instead of | |
1981 | disabling target-zlib. | |
1982 | (hppa*64*-*-*): Restrict case in libgcj-disabling case statement | |
1983 | to hppa*64*-*-hpux*. | |
1984 | (hppa*-*-*): Restrict case in libgcj-disabling case statement to | |
1985 | hppa*-*-hpux*. | |
1986 | (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf, | |
1987 | i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*, | |
1988 | i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* | | |
1989 | fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* | | |
1990 | powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*, | |
1991 | sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* | | |
1992 | sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | | |
1993 | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in | |
1994 | libgcj-disabling case statement. | |
1995 | * configure: Regenerate. | |
1996 | ||
0827f9a6 JM |
1997 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
1998 | ||
1999 | * configure.ac: Disable Java for targets not supporting libffi. | |
2000 | (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe): | |
2001 | Remove cases in Java-disabling statement. | |
2002 | (*arm-wince-pe): Change to arm-wince-pe. | |
2003 | (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove | |
2004 | cases in Java-disabling statement. | |
2005 | (bfin-*-*): Don't disable Java again. | |
2006 | (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*, | |
2007 | fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* | | |
2008 | hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*, | |
2009 | hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff, | |
2010 | i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*, | |
2011 | i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*, | |
2012 | i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*, | |
2013 | m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in | |
2014 | Java-disabling statement. | |
2015 | (mmix-*-*): Don't disable Java again. | |
2016 | (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*, | |
2017 | powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*, | |
2018 | microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*, | |
2019 | sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*, | |
2020 | tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling | |
2021 | statement. | |
2022 | * configure: Regenerate. | |
2023 | ||
899b04ef JM |
2024 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
2025 | ||
2026 | Merge from GCC: | |
2027 | ||
2028 | 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu> | |
2029 | ||
2030 | PR lto/48086 | |
2031 | * configure.ac: Re-enable LTO on *-apple-darwin9*. | |
2032 | * configure: Regenerate. | |
2033 | ||
9863d716 JM |
2034 | 2011-04-28 Joseph Myers <joseph@codesourcery.com> |
2035 | ||
2036 | * configure.ac: Separate cases disabling Java and Java libraries | |
2037 | from general case over targets. | |
2038 | * configure: Regenerate. | |
2039 | ||
a90ef4bf JM |
2040 | 2011-04-06 Joseph Myers <joseph@codesourcery.com> |
2041 | ||
2042 | * configure.ac (build_tools): Remove build-byacc. | |
2043 | (host_libs): Remove mmalloc. | |
2044 | (host_tools): Remove byacc make patch prms send-pr ash bash bzip2 | |
2045 | autoconf automake libtool diff rcs fileutils shellutils time | |
2046 | textutils wdiff find uudecode hello tar gzip indent recode release | |
2047 | sed perl gawk findutils gettext zip. | |
2048 | (libgcj): Remove target-qthreads. | |
2049 | (target_tools): Remove target-examples target-gperf. | |
2050 | (YACC): Don't handle building byacc. | |
2051 | * configure: Regenerate. | |
2052 | * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff, | |
2053 | dosutils, examples, fileutils, find, findutils, gawk, gettext, | |
2054 | gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc, | |
2055 | patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr, | |
2056 | shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't | |
2057 | handle building components. | |
2058 | * Makefile.in: Regenerate. | |
2059 | ||
05a02268 RW |
2060 | 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2061 | ||
2062 | * config.sub: Sync from upstream. | |
2063 | ||
c5f5c3c2 JM |
2064 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
2065 | ||
2066 | * configure.ac (avr-*-*): Add comment about why libssp is disabled. | |
2067 | (microblaze*): Don't disable libssp. | |
2068 | * configure: Regenerate. | |
2069 | ||
f6c1938b JM |
2070 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
2071 | ||
2072 | * configure.ac: Remove code setting CONFIG_SHELL, config_shell and | |
2073 | moveifchange. | |
2074 | * configure: Regenerate. | |
2075 | * Makefile.tpl: Use @SHELL@ not @config_shell@. | |
2076 | * Makefile.in: Regenerate. | |
2077 | ||
1f111696 JM |
2078 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
2079 | ||
2080 | * configure.ac (*-*-sysv4*): Don't enable libgomp. | |
2081 | (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*, | |
2082 | powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*, | |
2083 | powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*, | |
2084 | xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*, | |
2085 | *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove | |
2086 | md_exec_prefix cases. | |
2087 | * configure: Regenerate. | |
2088 | ||
065a5627 JM |
2089 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
2090 | ||
2091 | * configure.ac: Separate cases disabling target-libssp, | |
2092 | target-libiberty, target-libstdc++-v3 and Fortran from general | |
2093 | case over targets. | |
2094 | * configure: Regenerate. | |
2095 | ||
b2f14e4a JM |
2096 | 2011-04-01 Joseph Myers <joseph@codesourcery.com> |
2097 | ||
2098 | * configure.ac (*-*-chorusos): Don't disable libgcj. | |
2099 | (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*): | |
2100 | Remove case. | |
2101 | (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar. | |
2102 | (arm-*-coff): Don't disable libgcj. | |
2103 | (arm*-*-linux-gnueabi): Remove useless assignment. | |
2104 | (arm-*-riscix*): Don't disable libgcj. | |
2105 | (bfin-*-*): Don't enable target-bsp and target-cygmon depending on | |
2106 | configuration. | |
2107 | (c4x-*-* | tic4x-*-*): Don't disable GCC libraries. | |
2108 | (c54x*-*-*): Remove case. | |
2109 | (tic54x-*-*): Don't disable GCC or GCC libraries. | |
2110 | (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf | |
2111 | to *. | |
2112 | (d10v-*-*): Don't disable GCC libraries. | |
2113 | (d30v-*-*): Don't disable libgcj. | |
2114 | (h8500-*-*): Don't disable GCC libraries. | |
2115 | (i960-*-*): Don't disable libgcj. | |
2116 | (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*. | |
2117 | (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*, | |
2118 | i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable | |
2119 | libgcj. | |
2120 | (m68k-*-coff*): Remove case. | |
2121 | (mmix-*-*): Don't disable libgloss on host. | |
2122 | (mn10200-*-*, mn10300-*-*): Remove cases. | |
2123 | (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*, | |
2124 | powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*): | |
2125 | Don't disable libgcj. | |
2126 | (romp-*-*): Remove case. | |
2127 | (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj. | |
2128 | (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove | |
2129 | case. | |
2130 | (v810-*-*): Don't disable GCC libraries. | |
2131 | (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases. | |
2132 | (ip2k-*-*): Don't disable GCC libraries. | |
2133 | * configure: Regenerate. | |
2134 | ||
6a608608 JM |
2135 | 2011-03-28 Joseph Myers <joseph@codesourcery.com> |
2136 | ||
2137 | * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable | |
2138 | libffi on host. | |
2139 | (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib | |
2140 | on host. | |
2141 | (c54x*-*-* | tic54x-*-*): Don't disable newlib on host. | |
2142 | * configure: Regenerate. | |
2143 | ||
5b806d27 NC |
2144 | 2011-03-26 John Marino <binutils@marino.st> |
2145 | ||
2146 | * configure.ac: Add support for *-*-dragonfly* | |
2147 | * configure: Regenerate. | |
2148 | ||
0377a422 JM |
2149 | 2011-03-25 Joseph Myers <joseph@codesourcery.com> |
2150 | ||
2151 | * configure.ac (native_only): Remove. | |
2152 | (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu | |
2153 | send-pr uudecode guile gnuserv on host. | |
2154 | (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake | |
2155 | send-pr rcs guile perl texinfo libtool on host. | |
2156 | (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf | |
2157 | automake send-pr rcs guile perl texinfo libtool on host. | |
2158 | (*-*-cygwin*, *-*-netbsd*): Remove host cases. | |
2159 | (*-*-kaos*): Don't disable target-examples target-gperf on target. | |
2160 | (alpha*-dec-osf*): Don't disable fileutils on target. | |
2161 | (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples | |
2162 | texinfo send-pr expect dejagnu on target. | |
2163 | (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable | |
2164 | target-qthreads on target. | |
2165 | (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target. | |
2166 | (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target. | |
2167 | (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*, | |
2168 | x86_64-*-mingw*): Don't disable expect on target. | |
2169 | (*-*-cygwin*): Don't disable target-gperf on target. | |
2170 | (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect | |
2171 | gnuserv on target. | |
2172 | (powerpcle-*-solaris*): Don't disable make expect gnuserv on | |
2173 | target. | |
2174 | * configure: Regenerate. | |
2175 | ||
2354b38b JM |
2176 | 2011-03-25 Joseph Myers <joseph@codesourcery.com> |
2177 | ||
2178 | * configure.ac (target_tools): Remove target-groff. | |
2179 | (native_only): Remove target-groff. | |
2180 | (hppa*64*-*-*): Don't disable byacc. | |
2181 | (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs | |
2182 | setting. | |
2183 | (*-*-kaos*): Don't skip target-librx and target-groff. | |
2184 | (*-*-netware*): Don't skip target-libmudflap. | |
2185 | (*-*-tpf*): Don't skip target-libmudflap. | |
2186 | (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured | |
2187 | directories on the host. | |
2188 | (ia64*-*-*vms*): Don't skip tix. | |
2189 | (sh-*-* | sh64-*-*): Don't condition skipped directories on the | |
2190 | host. | |
2191 | * configure: Regenerate. | |
2192 | ||
28d9b232 PB |
2193 | 2011-03-24 Paolo Bonzini <pbonzini@redhat.com> |
2194 | ||
2195 | * configure.ac: Remove references to mt-mep, mt-netware, | |
2196 | mt-wince. | |
2197 | * Makefile.def: Add all-utils soft dependencies. | |
2198 | * Makefile.tpl: Remove GDB_NLM_DEPS. | |
2199 | * configure: Regenerate. | |
2200 | * Makefile.in: Regenerate. | |
2201 | ||
dbbe5f95 PB |
2202 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> |
2203 | ||
2204 | Sync from GCC: | |
2205 | ||
2206 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> | |
2207 | ||
2208 | * configure.ac: Do not include mh-x86omitfp. | |
2209 | * configure: Regenerate. | |
2210 | ||
2211 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> | |
2212 | ||
2213 | * configure.ac: Remove empty cases. | |
2214 | * configure: Regenerate. | |
2215 | ||
2216 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> | |
2217 | ||
2218 | * Makefile.def: Add dependency from termcap to gdb. | |
2219 | * Makefile.in: Regenerate. | |
2220 | ||
2221 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> | |
2222 | ||
2223 | * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris. | |
2224 | * configure: Regenerate. | |
2225 | * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS. | |
2226 | * Makefile.tpl: Likewise. | |
2227 | * Makefile.in: Regenerate. | |
2228 | ||
2229 | 2011-03-24 Paolo Bonzini <bonzini@gnu.org> | |
2230 | ||
2231 | * configure.ac: Remove all mentions of tentative_cc. | |
2232 | * configure: Regenerate. | |
2233 | ||
2234 | 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu> | |
2235 | ||
2236 | PR lto/48086 | |
2237 | * configure.ac: Re-enable LTO on *-apple-darwin9. | |
2238 | * configure: Regenerate. | |
2239 | ||
3516a403 JM |
2240 | 2011-03-24 Joseph Myers <joseph@codesourcery.com> |
2241 | ||
2242 | * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*, | |
2243 | i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*, | |
2244 | m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*, | |
2245 | m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*, | |
2246 | mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*, | |
2247 | i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*, | |
2248 | i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*, | |
2249 | i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*, | |
2250 | i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*, | |
2251 | hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*, | |
2252 | *-*-rhapsody*): Remove host cases. | |
2253 | * configure: Regenerate. | |
2254 | ||
93cc359e JM |
2255 | 2011-03-24 Joseph Myers <joseph@codesourcery.com> |
2256 | ||
2257 | * configure.ac (ppc*-*-pe): Remove host case. | |
2258 | (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* | | |
2259 | xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf | |
2260 | | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target | |
2261 | cases. | |
2262 | * configure: Regenerate. | |
2263 | ||
29b2c556 JM |
2264 | 2011-03-24 Joseph Myers <joseph@codesourcery.com> |
2265 | ||
2266 | * config.sub: Update to version 2011-03-23. | |
2267 | ||
f0ff0f90 JM |
2268 | 2011-03-22 Joseph Myers <joseph@codesourcery.com> |
2269 | ||
2270 | * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*, | |
2271 | i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss* | |
2272 | | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases. | |
2273 | * configure: Regenerate. | |
2274 | ||
782cb41f JM |
2275 | 2011-03-22 Joseph Myers <joseph@codesourcery.com> |
2276 | ||
2277 | * config-ml.in: Don't handle arc-*-elf*. | |
2278 | * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe, | |
2279 | m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't | |
2280 | handle GCC libraries. | |
2281 | * configure: Regenerate. | |
2282 | ||
0e8ad34f RO |
2283 | 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
2284 | ||
2285 | PR bootstrap/48120: | |
2286 | * configure.ac (pwllib): Use LIBS instead of LDFLAGS. | |
2287 | Add -lstdc++ -lm to LIBS. | |
2288 | * configure: Regenerate. | |
2289 | ||
5548b4ce DE |
2290 | 2011-03-18 David Edelsohn <dje.gcc@gmail.com> |
2291 | ||
2292 | * config.guess: Update to version 2011-02-02 | |
2293 | * config.sub: Update to version 2011-02-24 | |
2e702c99 | 2294 | |
86ed8cf6 SP |
2295 | 2011-03-03 Sebastian Pop <sebastian.pop@amd.com> |
2296 | ||
9eb322aa MF |
2297 | * configure.ac: Adjust test of with_ppl. |
2298 | * configure: Regenerated. | |
86ed8cf6 | 2299 | |
b123da99 SP |
2300 | 2011-03-02 Sebastian Pop <sebastian.pop@amd.com> |
2301 | ||
2302 | * configure.ac: Add -lpwl to ppllibs. | |
2303 | * config/cloog.m4: Add -lisl to clooglibs. | |
2304 | * configure: Regenerated. | |
2305 | ||
822ce8ee RW |
2306 | 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2307 | ||
2308 | Import from Libtool and gnulib: | |
2309 | ||
2310 | 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com> | |
2311 | ||
2312 | Prepare for supporting FreeBSD 10. | |
2313 | * config.rpath: Remove handling of freebsd1* which soon would | |
2314 | match FreeBSD 10.0. | |
2315 | ||
2316 | 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change) | |
2317 | ||
2318 | Remove support for FreeBSD 1.x. | |
2319 | * libtool.m4 (_LT_LINKER_SHLIBS) | |
2320 | (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which | |
2321 | soon would incorrectly match FreeBSD 10.0. | |
2322 | ||
dcb5e506 RW |
2323 | 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2324 | ||
2325 | PR binutils/12283 | |
2326 | * MAINTAINERS (mkinstalldirs): Comes from Automake. | |
2327 | (move-if-change): Comes from gnulib. | |
2328 | * move-if-change: Import version from gnulib. | |
2329 | ||
8d8eef9a RW |
2330 | 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2331 | ||
2332 | Sync from GCC: | |
2333 | ||
2334 | 2011-02-12 Alexandre Oliva <aoliva@redhat.com> | |
2335 | ||
2336 | PR lto/47225 | |
2337 | * Makefile.def (lto-plugin): Double dash for enable-shared. | |
2338 | (configure-gcc): Depend on all-lto-plugin. | |
2339 | * Makefile.in: Rebuilt. | |
2340 | ||
2341 | 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
2342 | ||
2343 | * configure.ac: Remove extra bracket. | |
2344 | * configure: Regenerate. | |
2345 | ||
2346 | 2011-02-06 Kai Tietz <kai.tietz@onevision.com> | |
2347 | ||
2348 | PR lto/47225 | |
2349 | * Makefile.def: Add dependency for install-gcc | |
2350 | on install-lto-plugin. | |
2351 | * Makfile.in: Regenerated | |
2352 | ||
2353 | 2011-01-25 Jakub Jelinek <jakub@redhat.com> | |
2354 | ||
2355 | * configure.ac: If with_ppl is no, move setting with_cloog=no | |
2356 | after CLOOG_REQUESTED check. | |
2357 | * configure: Regenerated. | |
2358 | ||
2359 | 2011-01-25 Sebastian Pop <sebastian.pop@amd.com> | |
2360 | ||
2361 | * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and | |
2362 | CLooG has been requested. | |
2363 | * configure: Regenerated. | |
2364 | ||
2365 | 2011-01-25 Sebastian Pop <sebastian.pop@amd.com> | |
2366 | ||
2367 | * configure: Regenerated. | |
2368 | * configure.ac: Check for version 0.11 (or later revision) of PPL. | |
2369 | ||
2370 | 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de> | |
2371 | ||
2372 | * configure: Regenerated. | |
2373 | * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1). | |
2374 | ||
2375 | 2011-01-07 Jan Hubicka <jh@suse.cz> | |
2376 | ||
2377 | PR lto/47225 | |
2378 | * Makefile.in: Regenerate. | |
2379 | * Makefile.def (lto-plugin): Always pass enable-shared to the plugin | |
2380 | configure. | |
2381 | ||
65b4571a AO |
2382 | 2011-01-31 Alexandre Oliva <aoliva@redhat.com> |
2383 | ||
2384 | PR libgcj/44341 | |
2385 | * configure.ac: Discard --with-* flags for host when configuring | |
2386 | target libraries for cross build. | |
2387 | * configure: Rebuilt. | |
2388 | ||
7837304f AS |
2389 | 2011-01-21 Andreas Schwab <schwab@redhat.com> |
2390 | ||
2391 | Sync from GCC: | |
2392 | ||
2393 | 2011-01-21 Andreas Schwab <schwab@redhat.com> | |
2394 | ||
2395 | * configure.ac: Use AS_HELP_STRING throughout. | |
2396 | * configure: Regenerate. | |
2397 | ||
2398 | 2011-01-18 Jie Zhang <jie.zhang@analog.com> | |
2399 | ||
2400 | * configure.ac (bfin-*-*): Remove gdb from noconfigdirs. | |
2401 | * configure: Regenerate. | |
2402 | ||
115ef890 RW |
2403 | 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
2404 | ||
2405 | * ltmain.sh (relink): Use absolute path when hardcoding with -L. | |
2406 | ||
92c9a463 JB |
2407 | 2011-01-13 Joel Brobecker <brobecker@adacore.com> |
2408 | ||
2409 | * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs | |
2410 | for ia64-hpux. | |
2411 | * configure: Regenerate. | |
2412 | ||
887ebfb4 RW |
2413 | 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2414 | ||
2415 | Sync from GCC: | |
2416 | 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com> | |
2417 | ||
2418 | * configure.ac: (picochip): Disable libiberty. | |
2419 | * configure: Regenerate. | |
2420 | ||
04d2c2b2 JJ |
2421 | 2010-12-18 Jeff Johnston <jjohnstn@redhat.com> |
2422 | ||
2423 | * COPYING.LIBGLOSS: Remove the GPL for fr30 target. | |
2424 | ||
33d23ee8 ILT |
2425 | 2010-12-10 Ian Lance Taylor <iant@google.com> |
2426 | ||
2427 | PR bootstrap/46819 | |
2428 | * configure.ac: For --disable-libgcj clear libgcj_saved. | |
2429 | * configure: Rebuild. | |
2430 | ||
89a1e9c3 PB |
2431 | 2010-12-10 Tobias Burnus <burnus@net-b.de> |
2432 | ||
2433 | PR fortran/46540 | |
2434 | * configure.ac: Add --disable-libquadmath and | |
2435 | --disable-libquadmath-support. | |
2436 | * configure: Regenerate. | |
2437 | ||
ac7bcd26 TG |
2438 | 2010-12-10 Tristan Gingold <gingold@adacore.com> |
2439 | ||
2440 | * src-release (ETC_SUPPORT): add gnu-oids.texi | |
2441 | ||
d357cef7 HPN |
2442 | 2010-12-03 Hans-Peter Nilsson <hp@axis.com> |
2443 | ||
2444 | PR libffi/46792 | |
2445 | * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi. | |
2446 | * configure: Regenerate. | |
2447 | ||
4f11b223 ILT |
2448 | 2010-12-02 Ian Lance Taylor <iant@google.com> |
2449 | ||
2450 | * configure.ac: Always set default for poststage1_ldflags to | |
2451 | -static-libstdc++ -static-libgcc. | |
2452 | ||
989abc33 JJ |
2453 | 2010-12-02 Jeff Johnston <jjohnstn@redhat.com> |
2454 | ||
2455 | * COPYING.NEWLIB: Add National Semiconductor notice. | |
2456 | ||
950386c6 AS |
2457 | 2010-11-29 Andreas Schwab <schwab@redhat.com> |
2458 | ||
2459 | * configure.ac: Move comment to remove extra space in last argument | |
2460 | of GCC_TARGET_TOOL. | |
2461 | ||
87cda2cf AO |
2462 | 2010-11-26 Alexandre Oliva <aoliva@redhat.com> |
2463 | ||
7d509c83 | 2464 | PR other/46026 |
87cda2cf AO |
2465 | * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3. |
2466 | * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass. | |
2467 | * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New. | |
2468 | (BASE_FLAGS_TO_PASS): Use it. | |
2469 | * configure: Rebuilt. | |
2470 | * Makefile.in: Rebuilt. | |
2471 | ||
d3b50760 L |
2472 | 2010-11-23 H.J. Lu <hongjiu.lu@intel.com> |
2473 | ||
2474 | PR binutils/12258 | |
2475 | * configure.ac: Correct comments for --enable-gold/--enable-ld. | |
2476 | Properly check default linker. | |
2477 | * configure: Regnerated. | |
2478 | ||
c7791212 NC |
2479 | 2010-11-23 Matthias Klose <doko@ubuntu.com> |
2480 | ||
2481 | * configure.ac: For --enable-gold, handle value `default' instead of | |
2482 | `both*'. New configure option --{en,dis}able-ld. | |
2483 | * configure: Regenerate. | |
2484 | ||
9e1a94f4 ILT |
2485 | 2010-11-20 Ian Lance Taylor <iant@google.com> |
2486 | ||
2487 | * configure.ac: Only disable a language library if no language needs | |
2488 | it. Don't let --disable-libgcj uncondtionally disable libffi. | |
2489 | * configure: Rebuild. | |
2490 | ||
ceca0218 PB |
2491 | 2010-11-20 Paolo Bonzini <bonzini@gnu.org> |
2492 | ||
2493 | * configure: Regenerate. | |
2494 | ||
9b980aa1 RW |
2495 | 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2496 | ||
2497 | PR other/46202 | |
2498 | * configure.ac: Fix just-built in-tree STRIP name to be | |
2499 | binutils/strip-new. | |
2500 | * configure: Regenerate. | |
2501 | * Makefile.def (install-strip-gcc, install-strip-binutils) | |
2502 | (install-strip-opcodes, install-strip-ld, install-strip-itcl) | |
2503 | (install-strip-sid): Mirror dependencies on non-strip variants | |
2504 | of these targets on the respective -strip prerequisites. | |
2505 | * Makefile.tpl (install-strip, install-strip-host) | |
2506 | (install-strip-target): New targets. | |
2507 | (install-strip-[+module+], install-strip-target-[+module+]): | |
2508 | New targets. | |
2509 | * Makefile.in: Regenerate. | |
2510 | ||
e552509b ILT |
2511 | 2010-11-19 Ian Lance Taylor <iant@google.com> |
2512 | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
2513 | ||
2514 | * configure.ac: Add target-libgo to target_libraries. Set | |
2515 | and substitute GOC_FOR_BUILD and GOC_FOR_TARGET. | |
2516 | * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS. | |
2517 | (HOST_EXPORTS): Add GOC. | |
2518 | (BASE_TARGET_EXPORTS): Add GOC. | |
2519 | (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables. | |
2520 | (GOCFLAGS_FOR_TARGET): New variable. | |
2521 | (EXTRA_HOST_FLAGS): Add GOC. | |
2522 | (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS. | |
2523 | * Makefile.def (target_modules): Add libgo. | |
2524 | (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET. | |
2525 | (dependencies): Add dependency from configure-target-libgo to | |
2526 | configure-target-libffi and all-target-libstdc++-v3. Add | |
2527 | dependencies from all-target-libgo to all-target-libffi. | |
2528 | (languages): Add go. | |
2529 | * configure: Rebuild. | |
2530 | * Makefile.in: Rebuild. | |
2531 | ||
2532 | 2010-11-19 Ian Lance Taylor <iant@google.com> | |
2533 | ||
2534 | * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other | |
2535 | compiler/flag environment variables. | |
2536 | ||
2537 | 2010-11-18 Ian Lance Taylor <iant@google.com> | |
2538 | ||
2539 | * configure.ac: Check for lang_requires_boot_languages in | |
2540 | config-lang.in files. | |
2541 | * configure: Rebuild. | |
2542 | ||
8c21d9c7 MF |
2543 | 2010-11-17 Mike Frysinger <vapier@gentoo.org> |
2544 | ||
2545 | * .gitignore: New file. | |
2546 | ||
e552509b ILT |
2547 | 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
2548 | Tobias Burnus <burnus@net-b.de> | |
2549 | ||
2550 | PR fortran/32049 | |
2551 | * Makefile.def: Add libquadmath; build it with language=fortran. | |
2552 | * configure.ac: Add libquadmath. | |
2553 | * Makefile.tpl: Handle multiple libs in check-[+language+]. | |
2554 | * Makefile.in: Regenerate. | |
2555 | * configure: Regenerate. | |
2556 | ||
2557 | 2010-11-15 Andreas Schwab <schwab@redhat.com> | |
2558 | ||
2559 | * configure.ac: Fix spelling in option names. | |
2560 | * configure: Regenerated. | |
2561 | ||
2562 | 2010-11-13 Georg-Johann Lay <georgjohann@web.de> | |
2563 | ||
2564 | PR bootstrap/39622 | |
2565 | * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path. | |
2566 | * configure: Regenerated. | |
2567 | ||
2568 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> | |
2569 | ||
2570 | * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to | |
2571 | define the cloog backend to use. Furthermore, only pass the ppllibs to | |
2572 | the configure checks, if necessary. | |
2573 | * configure: Regenerate. | |
2574 | ||
2575 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> | |
2576 | ||
2577 | * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL. | |
2578 | * configure: regenerate | |
2579 | ||
2580 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> | |
2581 | ||
2582 | * config/cloog.m4: Fix typo. verison -> version. | |
2583 | * configure: Regenerate. | |
2584 | ||
2585 | 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de> | |
2586 | ||
2587 | * config/cloog.m4: Pass ppl libraries to the CLooG version check. | |
2588 | * configure: Regenerate. | |
2589 | ||
2590 | 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de> | |
2591 | ||
2592 | * configure.ac: Support official CLooG.org versions. | |
2593 | * configure: Regenerate. | |
2594 | * config/cloog.m4: New. | |
2595 | ||
aa291e2d ME |
2596 | 2010-11-05 Michael Eager <eager@eagercon.com> |
2597 | ||
2598 | * COPYING.LIBGLOSS: Correct typo in microblaze. | |
2599 | * COPYING.NEWLIB: Same. | |
2600 | ||
e552509b ILT |
2601 | 2010-11-04 Iain Sandoe <iains@gcc.gnu.org> |
2602 | ||
2603 | * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants. | |
2604 | * configure: Regenerate. | |
2605 | ||
74cea91b DK |
2606 | 2010-11-03 Ian Lance Taylor <iant@google.com> |
2607 | Dave Korn <dave.korn.cygwin@gmail.com> | |
2608 | ||
2609 | PR lto/46273 | |
2610 | * configure.ac: Remove libelf tests. Build lto-plugin on ELF always | |
2611 | and on other supported platforms whenever LTO is enabled. | |
2612 | * configure: Rebuild. | |
2613 | ||
6d0cd39e AM |
2614 | 2010-11-02 Alan Modra <amodra@gmail.com> |
2615 | ||
2616 | PR binutils/12110 | |
2617 | * configure.ac: Error when source path contains spaces. | |
2618 | * configure: Regenerate. | |
2619 | ||
18a8530e ILT |
2620 | 2010-10-20 Ian Lance Taylor <iant@google.com> |
2621 | ||
2622 | * Makefile.def (target_modules): Set lib_path to src/.libs for | |
2623 | libstdc++-v3 module. | |
2624 | * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment. | |
2625 | * Makefile.in: Rebuild. | |
2626 | ||
6ed3211e JJ |
2627 | 2010-10-08 Bernd Schmidt <bernds@codesourcery.com> |
2628 | Joseph Myers <joseph@codesourcery.com> | |
2629 | ||
2630 | * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery | |
2631 | notices. | |
2632 | * COPYING.NEWLIB: Add Texas Instruments notice. | |
2633 | ||
a8eb3f0a DK |
2634 | 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com> |
2635 | ||
2636 | * configure.ac (build_lto_plugin): New shell variable. | |
2637 | (--enable-lto): Turn on by default for all non-ELF platforms that | |
2638 | have had LTO support added so far. Set build_lto_plugin appropriately | |
2639 | for both ELF and non-ELF. | |
2640 | (configdirs): Add lto-plugin or not based on build_lto_plugin. | |
2641 | * configure: Regenerate. | |
2642 | ||
4074d5f2 RW |
2643 | 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2644 | ||
2645 | PR bootstrap/45326 | |
2646 | PR bootstrap/45174 | |
2647 | * configure.ac: Honor initial values of $build_configargs, | |
2648 | $host_configargs, $target_configargs. Mark the precious, so | |
2649 | environment settings get recorded. | |
2650 | * configure: Regenerate. | |
2651 | ||
29821356 RW |
2652 | 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2653 | ||
2654 | Sync from GCC: | |
2655 | ||
2656 | 2010-09-30 Michael Eager <eager@eagercon.com> | |
2657 | ||
2658 | * configure.ac (microblaze): Add target-libssp to noconfigdirs. | |
2659 | * configure: Regenerate. | |
2660 | ||
2661 | 2010-09-21 Iain Sandoe <iains@gcc.gnu.org> | |
2662 | ||
2663 | * configure.ac (enable-lto): Add Darwin to the list of supported lto | |
2664 | targets and amend comment. | |
2665 | * configure: Regenerate. | |
2666 | ||
2667 | 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu> | |
2668 | ||
2669 | * configure.ac: Enable LTO by default on Darwin. | |
2670 | * configure: Regenerate. | |
2671 | ||
2672 | 2010-07-23 Marc Glisse <marc.glisse@normalesup.org> | |
2673 | ||
2674 | PR bootstrap/44455 | |
2675 | * configure.ac (extra_mpfr_configure_flags): Copy from | |
2676 | extra_mpc_gmp_configure_flags. | |
2677 | * configure: Re-generated. | |
2678 | ||
57eefe4d RW |
2679 | 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2680 | ||
2681 | Sync from GCC: | |
2682 | ||
2683 | PR bootstrap/45796 | |
2684 | * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc): | |
2685 | Depend on all-build-libiberty. | |
2686 | * Makefile.in: Regenerate. | |
2687 | ||
2688 | 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
3cac54d2 RW |
2689 | |
2690 | Sync from GCC: | |
2691 | ||
2692 | PR bootstrap/44621 | |
2693 | * configure.ac: Fix unportable shell quoting. | |
2694 | * configure: Regenerate. | |
2695 | ||
48bb73dd RW |
2696 | 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com> |
2697 | ||
2698 | * configure.ac: Support all v850 targets. | |
2699 | * configure: Regenerate. | |
2700 | ||
1d14850f PB |
2701 | 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu> |
2702 | ||
2703 | PR target/44862 | |
2704 | * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): | |
2705 | Provide -B option to allow for link spec %s substitutions for | |
2706 | libstdc++.a on darwin. | |
2707 | * Makefile.in: Regenerate. | |
2708 | ||
7530c480 AO |
2709 | 2010-06-10 Alexandre Oliva <aoliva@redhat.com> |
2710 | ||
2711 | * Makefile.def (configure-gcc): Depend on all-libelf. | |
2712 | * Makefile.in: Rebuild. | |
2713 | ||
285d560d RW |
2714 | 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2715 | ||
2716 | * config.sub, config.guess: Update from upstream sources. | |
2717 | ||
a009f2e7 RW |
2718 | 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2719 | ||
2720 | Sync from GCC: | |
2721 | ||
2722 | 2010-05-05 Sebastian Pop <sebastian.pop@amd.com> | |
2723 | * configure.ac: Allow all the versions greater than 0.10 of PPL. | |
2724 | * configure: Regenerated. | |
2725 | ||
2726 | 2010-04-20 Eric Botcazou <ebotcazou@adacore.com> | |
2727 | * configure.ac (BUILD_CONFIG): Redirect output to /dev/null. | |
2728 | * configure: Regenerate. | |
2729 | ||
2730 | 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org> | |
2731 | * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. | |
2732 | * configure: Regenerate. | |
2733 | ||
2734 | 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | |
2735 | * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx | |
2736 | separately. | |
2737 | * configure: Regenerate. | |
2738 | ||
2739 | 2010-04-13 Steve Ellcey <sje@cup.hp.com> | |
2740 | * configure: Regenerate after change to elf.m4. | |
2741 | ||
2742 | 2010-04-02 Sebastian Pop <sebastian.pop@amd.com> | |
2743 | * configure.ac: Add brackets around AC_TRY_COMPILE alternative. | |
2744 | * configure: Regenerated. | |
2745 | ||
2746 | 2010-04-02 Sebastian Pop <sebastian.pop@amd.com> | |
2747 | * configure.ac: Print "buggy but acceptable" when CLooG | |
2748 | revision is less than 9. | |
2749 | * configure: Regenerated. | |
2750 | ||
e49e5c92 DK |
2751 | 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com> |
2752 | ||
2753 | Merge from gcc: | |
2754 | ||
2755 | 2010-05-18 Steven Bosscher <steven@gcc.gnu.org> | |
2756 | * configure.ac (--enable-lto): All *-apple-darwin* now support LTO. | |
2757 | * configure: Regenerate. | |
2758 | ||
2759 | 2010-05-07 Steven Bosscher <steven@gcc.gnu.org> | |
2760 | * configure.ac (--enable-lto): Add x86_64-apple-darwin* as | |
2761 | a platform that supports LTO. | |
2762 | * configure: Regenerate. | |
2763 | ||
2764 | 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com> | |
2765 | PR lto/42776 | |
2766 | * configure.ac (--enable-lto): Refactor handling so libelf tests | |
2767 | are only performed inside then-clause of ACX_ELF_TARGET_IFELSE, | |
2768 | and allow LTO to be explicitly enabled on non-ELF platforms that | |
2769 | are known to support it inside else-clause. | |
2770 | * configure: Regenerate. | |
2771 | ||
e6de499b NC |
2772 | 2010-04-27 Roland McGrath <roland@redhat.com> |
2773 | H.J. Lu <hongjiu.lu@intel.com> | |
2774 | ||
2775 | * configure.ac (--enable-gold): Support both, both/gold and | |
2776 | both/bfd to add gold to configdirs without removing ld. | |
2777 | * configure: Regenerated. | |
2778 | ||
2779 | * Makefile.def: Add install-gold dependency to install-ld. | |
2780 | * Makefile.in: Regenerated. | |
2781 | ||
d594eacc TG |
2782 | 2010-04-14 Tristan Gingold <gingold@adacore.com> |
2783 | ||
2784 | * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs. | |
2785 | * configure: Regenerate. | |
2786 | ||
938d2b74 RW |
2787 | 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2788 | ||
2789 | Merge from gcc: | |
2790 | PR bootstrap/43615 | |
2791 | PR bootstrap/43328 | |
2792 | Revert: | |
2793 | 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
2794 | * configure.ac: Do not pass --enable-multilib nor | |
2795 | --disable-multilib in baseargs. Accept explicitly passed | |
2796 | --enable_multilib. | |
2797 | * configure: Regenerate. | |
2798 | ||
a9ef41a7 RW |
2799 | 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2800 | ||
2801 | PR bootstrap/43328 | |
2802 | * configure.ac: Do not pass --enable-multilib nor | |
2803 | --disable-multilib in baseargs. Accept explicitly passed | |
2804 | --enable_multilib. | |
2805 | * configure: Regenerate. | |
2806 | ||
619a3713 JM |
2807 | 2010-03-23 Joseph Myers <joseph@codesourcery.com> |
2808 | ||
2809 | * configure.ac (tic6x-*-*): New case. | |
2810 | * configure: Regenerate. | |
2811 | ||
92f4e989 JM |
2812 | 2010-03-23 Joseph Myers <joseph@codesourcery.com> |
2813 | ||
2814 | Merge from gcc: | |
2815 | 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu> | |
2816 | PR ada/42554 | |
2817 | * configure.ac: Only pass -c to ranlib for darwin9 and earlier. | |
2818 | * configure: Regenerate. | |
2819 | ||
c35a0556 JM |
2820 | 2010-03-23 Joseph Myers <joseph@codesourcery.com> |
2821 | ||
2822 | * config.sub: Update to version 2010-03-22. | |
2823 | * config.guess: Update to version 2009-12-30. | |
2824 | ||
18fa8f9c JM |
2825 | 2010-03-14 Joseph Myers <joseph@codesourcery.com> |
2826 | ||
2827 | Merge from gcc: | |
2828 | 2010-01-11 Richard Guenther <rguenther@suse.de> | |
2829 | PR lto/41569 | |
2830 | * Makefile.def (all-lto-plugin): Depend on all-gcc. | |
2831 | * Makefile.in: Regenerated. | |
2832 | ||
ba98da75 RO |
2833 | 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
2834 | ||
2835 | PR libstdc++/32499 | |
2836 | * configure.ac (RANLIB): Default to true. | |
2837 | (STRIP): Likewise. | |
2838 | (RANLIB_FOR_TARGET): Remove superfluous : argument. | |
2839 | * configure: Regenerate. | |
2840 | ||
3994761f NC |
2841 | 2010-02-17 Nick Clifton <nickc@redhat.com> |
2842 | ||
2843 | PR 11238 | |
2844 | * Makefile.tpl (local-distclean): Also remove config.cache files in | |
2845 | sub-directories as there may not be Makefiles present in the | |
2846 | sub-directories. | |
792cdb50 NC |
2847 | * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete |
2848 | the config.cache files found by the find command. | |
2849 | ||
3994761f NC |
2850 | * Makefile.in: Regenerate. |
2851 | * configure.ac: Revert previous delta. | |
2852 | * configure: Regenerate. | |
2853 | ||
01a82011 NC |
2854 | 2010-02-15 Nick Clifton <nickc@redhat.com> |
2855 | ||
2856 | PR 11238 | |
2857 | * configure.ac: Delete config.cache files in sub-directories when | |
2858 | deleting Makefiles. | |
2859 | * configure: Regenerate. | |
2860 | ||
143754cd NC |
2861 | 2010-02-15 Nick Clifton <nickc@redhat.com> |
2862 | ||
2863 | * configure.ac: Sync from gcc. | |
2864 | * configure: Regenerate. | |
2865 | ||
a6b5846e KG |
2866 | 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
2867 | ||
2868 | Sync from gcc: | |
2869 | * configure.ac: Add "recommended" version checks for GMP/MPC. | |
2870 | Update recommended GMP/MPFR/MPC versions. | |
2871 | * configure: Regenerate. | |
2872 | ||
2aa2364a JR |
2873 | 2010-01-25 Joern Rennecke <amylaar@spamcop.net> |
2874 | ||
2875 | gcc PR libstdc++/36101, gcc PR libstdc++/42813 | |
2876 | * configure.ac (bootstrap_target_libs): Make inclusion of | |
2877 | target-libgomp conditional on libgomb being in target_configdirs. | |
2878 | * configure: Regenerate. | |
2879 | ||
d35e937f JR |
2880 | 2010-01-23 Joern Rennecke <amylaar@spamcop.net> |
2881 | ||
2882 | gcc PR libstdc++/36101, gcc PR libstdc++/42813 | |
2883 | * configure.ac (bootstrap_target_libs): Include target-libgomp. | |
2884 | * configure: Regenerate. | |
2885 | ||
911e63d0 JR |
2886 | 2010-01-22 Joern Rennecke <amylaar@spamcop.net> |
2887 | ||
2888 | gcc PR libstdc++/36101, gcc PR libstdc++/42813 | |
2889 | * configure.ac (target_configdirs): Substitute. | |
2890 | * Makefile.def: Bootstrap target module libgomp. | |
2891 | Add dependency of all-target-libstdc++-v3 on configure-target-libgomp. | |
2892 | * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable. | |
2893 | (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS. | |
2894 | * configure, Makefile.in: Regenerate. | |
2895 | ||
3725885a RW |
2896 | 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2897 | ||
2898 | * libtool.m4: Sync from git Libtool. | |
2899 | * ltmain.sh: Likewise. | |
2900 | * ltoptions.m4: Likewise. | |
2901 | * ltversion.m4: Likewise. | |
2902 | * lt~obsolete.m4: Likewise. | |
2903 | ||
d5f2ee2e | 2904 | 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
9eb322aa | 2905 | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
d5f2ee2e KG |
2906 | |
2907 | PR bootstrap/42424 | |
2908 | * configure.ac: Include libtool m4 files. | |
9eb322aa | 2909 | (_LT_CHECK_OBJDIR): Call it. |
d5f2ee2e KG |
2910 | (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags, |
2911 | gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir. | |
3725885a | 2912 | |
d5f2ee2e KG |
2913 | * configure: Regenerate. |
2914 | ||
f2b2dd91 RW |
2915 | 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
2916 | ||
2917 | PR bootstrap/41818 | |
2918 | * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH | |
2919 | to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment. | |
2920 | * Makefile.in: Regenerate. | |
2921 | ||
06ca7962 BE |
2922 | 2009-12-18 Ben Elliston <bje@au.ibm.com> |
2923 | ||
2924 | * config.sub, config.guess: Update from upstream sources. | |
2925 | ||
30a16d7b JJ |
2926 | 2009-12-17 Jeff Johnston <jjohnstn@redhat.com> |
2927 | ||
2928 | * COPYING.NEWLIB: Update copyright date. | |
2929 | * COPYING.LIBGLOSS: Ditto. | |
2930 | ||
d9b76ff9 KG |
2931 | 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
2932 | ||
2933 | PR middle-end/30447 | |
2934 | PR middle-end/30789 | |
2935 | PR other/40302 | |
2936 | ||
2937 | * configure.ac: Require MPC. | |
2938 | * configure: Regenerate. | |
2939 | ||
2940 | * configure.ac: Update minimum MPC version to 0.8. | |
2941 | * configure: Regenerate. | |
2942 | ||
e12dec02 PB |
2943 | 2009-11-20 Paolo Bonzini <bonzini@gnu.org> |
2944 | ||
2945 | * config.guess: Sync with upstream and gcc. | |
2946 | * config.sub: Sync with upstream and gcc. | |
2947 | ||
606a9ca0 AO |
2948 | 2009-11-16 Alexandre Oliva <aoliva@redhat.com> |
2949 | ||
2950 | * Makefile.def: Restore host and target settings for gmp. | |
2951 | * Makefile.in: Rebuild. | |
2952 | ||
1f53ca9a AO |
2953 | 2009-11-16 Alexandre Oliva <aoliva@redhat.com> |
2954 | ||
2955 | * configure.ac: Add libelf to host_libs. Enable in-tree configury | |
2956 | of ppl and cloog. Fix in-tree configury of libelf, skip tests. | |
2957 | Fix portability of test of C++ as bootstrap language. Add | |
2958 | ppl/src/ppl-config.o to the bootstrap compare exclusion list. | |
2959 | * configure: Rebuild. | |
2960 | * Makefile.def: Drop host and target settings from gmp, mpfr, ppl, | |
2961 | and cloog. Fix in-tree ppl configuration. Introduce libelf | |
2962 | in-tree building. | |
2963 | * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New. | |
2964 | (POSTSTAGE1_HOST_EXPORTS): Use it. | |
2965 | (STAGE[+id+]_CXXFLAGS): New. | |
2966 | (BASE_FLAGS_TO_PASS): Pass it down. | |
2967 | (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add | |
2968 | extra_exports. | |
2969 | (all-stage[+id+]-[+prefix+][+module+]): Likewise. | |
2970 | (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add | |
2971 | extra_exports. | |
2972 | * Makefile.in: Rebuild. | |
2973 | ||
2974 | 2009-11-06 Ozkan Sezer <sezeroz@gmail.com> | |
2975 | ||
2976 | * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem | |
2977 | paths for *-w64-mingw* and x86_64-*mingw*. | |
2978 | * configure: Regenerated. | |
2979 | ||
2980 | 2009-10-30 Kai Tietz <kai.tietz@onevision.com> | |
2981 | ||
2982 | * configure.ac: Disable target-winsup & co for | |
2983 | x86_64-*-mingw* and *-w64-mingw* targets. | |
2984 | * configure: Regenerated. | |
2985 | ||
2986 | 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | |
2987 | ||
2988 | * configure.ac (CLooG test): Use = with test. | |
2989 | * configure: Regenerate. | |
2990 | ||
2991 | 2009-10-22 Richard Guenther <rguenther@suse.de> | |
2992 | ||
2993 | * configure.ac: Do not set LIBS for ppl/cloog checks. Disable | |
2994 | cloog if the ppl version check failed. Move flags saving | |
2995 | before setting in libelf check. | |
2996 | * configure: Regenerate. | |
2997 | ||
2998 | 2009-10-21 Richard Guenther <rguenther@suse.de> | |
2999 | ||
3000 | * configure.ac: Adjust the ppl and cloog configure to work as | |
3001 | documented. Disable cloog if ppl was disabled. Omit the version | |
3002 | checks if they were disabled. | |
3003 | * configure: Re-generate. | |
3004 | ||
6811fb56 RW |
3005 | 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3006 | ||
3007 | * configure.ac: Add 'lto' to enable_languages, not | |
3008 | new_enable_languages, and only if not already present. | |
3009 | * configure: Regenerate. | |
3010 | ||
700d40ca ILT |
3011 | 2009-10-06 Ian Lance Taylor <iant@google.com> |
3012 | ||
3013 | * Makefile.def: check-gold depends upon all-gas. | |
3014 | * Makefile.in: Rebuild. | |
3015 | ||
3016 | 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com> | |
3017 | ||
3018 | * Makefile.def: all-lto-plugin depends on all-libiberty. | |
3019 | set bootstrap=true for lto-plugin. | |
3020 | Add lto-plugin. | |
3021 | * Makefile.in: Regenerate. | |
3022 | * configure.ac (host_libs): Add lto-plugin. | |
3023 | * configure: Regenerate. | |
3024 | ||
3025 | 2009-10-03 Diego Novillo <dnovillo@google.com> | |
3026 | ||
3027 | * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC. | |
3028 | (HOST_LIBELFLIBS): Define. | |
3029 | (HOST_LIBELFINC): Define. | |
3030 | * Makefile.in: Regenerate. | |
3031 | * configure.ac: Add --enable-lto. | |
3032 | Add --with-libelf, --with-libelf-include and --with-libelf-lib. | |
3033 | If --enable-lto is used, add 'lto' to new_enable_languages. | |
3034 | If --enable-lto is used and gold is enabled, add | |
3035 | lto-plugin to configdirs. | |
3036 | * configure: Regenerate. | |
3037 | ||
3038 | 2009-10-03 Simon Baldwin <simonb@google.com> | |
3039 | ||
3040 | * configure.ac: If --with-system-zlib, suppress local zlib and | |
3041 | pass --with-system-zlib to subdir configure scripts. | |
3042 | * configure: Regenerate. | |
3043 | ||
3044 | 2009-10-01 Loren J. Rittle <ljrittle@acm.org> | |
3045 | Paolo Bonzini <bonzini@gnu.org> | |
3046 | ||
3047 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than | |
3048 | $(srcdir). | |
3049 | * Makefile.in: Rebuilt. | |
3050 | ||
c8cb1b3e PB |
3051 | 2009-09-29 Paolo Bonzini <bonzini@gnu.org> |
3052 | ||
3053 | Sync from gcc: | |
3054 | 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
3055 | ||
3056 | * configure.ac: Update minimum MPC version to 0.7. | |
3057 | * configure: Regenerate. | |
3058 | ||
30167e0a NC |
3059 | 2009-09-25 Nick Clifton <nickc@redhat.com> |
3060 | ||
3061 | * configure.ac: Pass any --cache-file=/dev/null option on to | |
3062 | subconfigures. | |
3063 | * configure: Regenerate. | |
3064 | ||
707a0b5c NC |
3065 | 2009-09-23 Nick Clifton <nickc@redhat.com> |
3066 | ||
3067 | * config.sub, config.guess: Update from upstream sources. | |
3068 | ||
700d40ca ILT |
3069 | 2009-09-22 Loren J. Rittle <ljrittle@acm.org> |
3070 | ||
3071 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/. | |
3072 | * Makefile.in: Rebuilt. | |
3073 | ||
2fd0b40b RW |
3074 | 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3075 | ||
3076 | PR bootstrap/32272 | |
3077 | * configure.ac: Error out if $srcdir isn't '.' but contains | |
3078 | host-${host_noncanonical}. | |
3079 | * configure: Regenerate. | |
3080 | ||
4385ad3c RW |
3081 | 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3082 | ||
16b1ad29 RW |
3083 | * configure.ac: If bootstrapping a combined tree with |
3084 | --enable-gold, require c++ in stage1_languages. | |
3085 | * configure: Regenerate. | |
3086 | ||
f8dc745f RW |
3087 | * configure.ac: Also add target_libs of stage1_languages to |
3088 | bootstrap_target_libs. | |
3089 | * configure: Regenerate. | |
3090 | ||
4385ad3c RW |
3091 | * configure.ac: Diagnose --enable-build-with-cxx bootstrap |
3092 | with --enable-languages not containing c++. | |
3093 | * configure: Regenerate. | |
3094 | ||
df51e4e1 JZ |
3095 | 2009-09-16 Jie Zhang <jie.zhang@analog.com> |
3096 | ||
3097 | * configure.ac: Disable java and boehm-gc for bfin-*-*. | |
3098 | * configure: Regenerate. | |
3099 | ||
06a51eac RW |
3100 | 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3101 | ||
3102 | * configure.ac: Do not use $extrasub for replacing @if/@endif | |
3103 | parts in Makefile; instead, use additional arguments to | |
3104 | AC_CONFIG_COMMANDS to do the replacement manually, with several | |
3105 | sed invocations, to avoid HP-UX sed command limits. | |
3106 | * configure: Regenerate. | |
3107 | ||
96655cc4 AO |
3108 | 2009-09-04 Alexandre Oliva <aoliva@redhat.com> |
3109 | ||
3110 | * configure.ac (with-build-config): Document. Handle without. | |
3111 | Handle missing argument. | |
3112 | * configure: Rebuilt. | |
3113 | ||
3114 | 2009-09-03 Alexandre Oliva <aoliva@redhat.com> | |
3115 | ||
3116 | * configure.ac (--with-build-config): New. Set BUILD_CONFIG. | |
3117 | Default to bootstrap-debug only if compare-debug works. | |
3118 | * configure: Rebuilt. | |
3119 | * Makefile.tpl: Make BUILD_CONFIG configure-configurable. | |
3120 | * Makefile.in: Rebuilt. | |
3121 | ||
3122 | 2009-09-01 Alexandre Oliva <aoliva@redhat.com> | |
3123 | ||
3124 | * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug. | |
3125 | * Makefile.in: Rebuilt. | |
3126 | ||
8e957354 PB |
3127 | 2009-09-02 Paolo Bonzini <bonzini@gnu.org> |
3128 | ||
3129 | * Makefile.tpl (AWK): Fix typo. | |
3130 | * Makefile.in: Regenerate. | |
3131 | ||
3132 | 2009-09-02 Paolo Bonzini <bonzini@gnu.org> | |
3133 | ||
3134 | * configure.ac: Detect awk and sed. | |
3135 | * Makefile.def (flags_to_pass): Add AWK and SED. | |
3136 | * Makefile.tpl (AWK, SED): New. | |
3137 | (BASE_FLAGS_TO_PASS): Add AWK and SED. | |
3138 | * configure: Regenerate. | |
3139 | * Makefile.in: Regenerate. | |
3140 | ||
fb792462 TG |
3141 | 2009-09-01 Tristan Gingold <gingold@adacore.com> |
3142 | ||
3143 | * setup.com: Ported to Itanium VMS. Can also build using DCL scripts. | |
3144 | Remove logical names. | |
3145 | ||
a69e7d0a DK |
3146 | 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com> |
3147 | ||
3148 | * ltmain.sh (func_normal_abspath): New function. | |
3149 | (func_relative_path): Likewise. | |
3150 | (func_mode_help): Document new -bindir option for link mode. | |
3151 | (func_mode_link): Add new -bindir option, and use it to place | |
3152 | output DLL if specified. | |
3153 | ||
d444d2ba RW |
3154 | 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3155 | ||
3156 | * configure.ac (AC_PREREQ): Bump to 2.64. | |
3157 | ||
13b7343a RW |
3158 | 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3159 | ||
af542c2e RW |
3160 | * README-maintainer-mode: Point directly to upstream locations |
3161 | for autoconf, automake, libtool, gettext, instead of copies on | |
3162 | sources.redhat.com. Document required versions. | |
3163 | * configure.ac: Do not substitute datarootdir, htmldir, | |
3164 | pdfdir, docdir. Do not process --with-datarootdir, | |
3165 | --with-htmldir, --with-pdfdir, --with-docdir. | |
3166 | * configure: Regenerate. | |
3167 | ||
81ecdfbb RW |
3168 | * configure: Regenerate. |
3169 | ||
13b7343a RW |
3170 | * compile: Sync from Automake 1.11. |
3171 | * depcomp: Likewise. | |
3172 | * install-sh: Likewise. | |
3173 | * missing: Likewise. | |
3174 | * mkinstalldirs: Likewise. | |
3175 | * ylwrap: Likewise. | |
3176 | ||
c1102ce7 RW |
3177 | 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3178 | ||
34a0f3cf RW |
3179 | * configure.ac: Call AC_DISABLE_OPTION_CHECKING. |
3180 | (baseargs): Add --disable-option-checking. | |
3181 | * configure: Regenerate. | |
3182 | ||
c1102ce7 RW |
3183 | * Makefile.def (configure-target-libiberty): Depend on |
3184 | all-binutils and all-ld. | |
3185 | (configure-target-newlib): Likewise. | |
3186 | * Makefile.in: Regenerate. | |
3187 | ||
e8a5fa9c RW |
3188 | 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3189 | ||
3190 | Sync with GCC, merge: | |
3191 | ||
3192 | 2009-07-31 Christian Bruel <christian.bruel@st.com> | |
3193 | ||
3194 | * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs. | |
3195 | * configure: Regenerate. | |
3196 | ||
3197 | 2009-07-06 Ian Lance Taylor <iant@google.com> | |
3198 | ||
3199 | * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs). | |
3200 | * configure: Rebuild. | |
3201 | ||
3202 | 2009-06-26 Steve Ellcey <sje@cup.hp.com> | |
3203 | ||
3204 | PR bootstrap/40338 | |
3205 | * configure.ac (comparestring): Create new variable. | |
3206 | * Makefile.tpl (comparestring): Use to skip some comparisions. | |
3207 | * configure: Regenerate. | |
3208 | * Makefile.in: Regenerate. | |
3209 | ||
3210 | 2009-06-23 Ian Lance Taylor <iant@google.com> | |
3211 | ||
3212 | * configure.ac: Add --enable-build-with-cxx. When set, add c++ to | |
3213 | boot_languages. Only bootstrap target libraries listed in | |
3214 | target_libs for some boot language. Add --with-stage1-ldflags, | |
3215 | --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove | |
3216 | with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions | |
3217 | if not building with C++. | |
3218 | * Makefile.def: For target_module libstdc++-v3, set bootstrap=true. | |
3219 | * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables. | |
3220 | (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables. | |
3221 | (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS. | |
3222 | (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add | |
3223 | POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS. | |
3224 | (POSTSTAGE1_FLAGS_TO_PASS): Likewise. | |
3225 | * configure, Makefile.in: Rebuild. | |
3226 | ||
3227 | 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
3228 | ||
3229 | * configure.ac: Detect MPC in default directory. | |
3230 | * configure: Regenerate. | |
3231 | ||
3232 | 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com> | |
3233 | ||
3234 | * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib | |
3235 | to noconfdirs. | |
3236 | * configure: Regenerate. | |
3237 | ||
3238 | 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
3239 | ||
3240 | * Makefile.def: Add MPC support and dependencies. | |
3241 | * configure.ac: Likewise. Reorganize GMP/MPFR checks. | |
3242 | ||
3243 | * Makefile.in, configure: Regenerate. | |
3244 | ||
3245 | 2009-05-24 Nicolas Roche <roche@adacore.com> | |
3246 | ||
3247 | * Makefile.tpl (compare-target): Skip ./ada/*tools directories. | |
3248 | * Makefile.in: Regenerate. | |
3249 | ||
3250 | 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com> | |
3251 | ||
3252 | * configure.ac (cygwin noconfigdirs): Remove libgcj. | |
3253 | * configure: Regenerate. | |
3254 | ||
3255 | 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com> | |
3256 | ||
3257 | * configure.ac ($with_ppl): Default to no if not supplied. | |
3258 | ($with_cloog): Likewise. | |
3259 | configure: Regenerate. | |
3260 | ||
3261 | 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
3262 | ||
3263 | PR bootstrap/39739 | |
3264 | * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST. | |
3265 | * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags. | |
3266 | ||
3267 | * configure, Makefile.in: Regenerate. | |
3268 | ||
3269 | 2009-04-14 Jakub Jelinek <jakub@redhat.com> | |
3270 | ||
3271 | * configure.ac: Change copyright header to refer to version | |
3272 | 3 of the GNU General Public License and to point readers at the | |
3273 | COPYING3 file and the FSF's license web page. | |
3274 | * Makefile.def: Likewise. | |
3275 | * Makefile.tpl: Likewise. | |
3276 | * Makefile.in: Regenerate. | |
3277 | ||
3278 | 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu> | |
3279 | ||
3280 | * configure.ac: Restore match for darwin9 or later. Use double | |
3281 | brackets since regeneration eats one pair. | |
3282 | * configure: Regenerate. | |
3283 | ||
bf110216 CF |
3284 | 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx> |
3285 | ||
3286 | * MAINTAINERS: Perform some obvious fixups. | |
3287 | ||
2262bbf4 BE |
3288 | 2009-08-17 Ben Elliston <bje@au.ibm.com> |
3289 | ||
3290 | * config.sub, config.guess: Update from upstream sources. | |
3291 | ||
25a07265 NC |
3292 | 2009-08-06 Michael Eager <eager@eagercon.com> |
3293 | ||
3294 | * configure.ac: Add Microblaze target. | |
3295 | * configure: Regenerate. | |
3296 | ||
85bd1942 TG |
3297 | 2009-07-02 Tristan Gingold <gingold@adacore.com> |
3298 | ||
3299 | * configure.ac: Do not exclude gas for i386-*-darwin. | |
3300 | Add a case for x86_64-*-darwin. | |
3301 | * configure: Regenerate. | |
3302 | ||
f9806fa5 DE |
3303 | 2009-06-26 Doug Evans <dje@sebabeach.org> |
3304 | ||
3305 | * Makefile.def (host_modules): Add cgen. | |
3306 | * Makefile.in: Regenerate. | |
3307 | * configure.ac (host_tools): Add cgen. | |
3308 | * configure: Regenerate. | |
3309 | ||
6bfb4e30 JJ |
3310 | 2009-06-17 Michael Eager <eager@eagercon.com> |
3311 | ||
3312 | * COPYING.LIBGLOSS: Add Xilinx license. | |
3313 | ||
8bcf2718 NC |
3314 | 2009-06-15 Ryan Mansfield <rmansfield@qnx.com> |
3315 | ||
3316 | * configure.ac: Define is_elf for QNX Neutrino targets. | |
3317 | * configure: Regenerate. | |
3318 | ||
04ec0acb RW |
3319 | 2009-06-03 Jerome Guitton <guitton@adacore.com> |
3320 | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
3321 | ||
9eb322aa MF |
3322 | * Makefile.tpl (all): Avoid a trailing backslash. |
3323 | * Makefile.in: Regenerate. | |
04ec0acb | 3324 | |
7ee5dbeb BE |
3325 | 2009-06-03 Ben Elliston <bje@au.ibm.com> |
3326 | ||
3327 | * config.sub, config.guess: Update from upstream sources. | |
3328 | ||
fda13ee8 AO |
3329 | 2009-06-02 Alexandre Oliva <aoliva@redhat.com> |
3330 | ||
3331 | * Makefile.tpl ([+compare-target+]): Compare all stage | |
3332 | directories, rather than just gcc. | |
3333 | * Makefile.in: Rebuilt. | |
3334 | ||
4a657b0d DK |
3335 | 2009-05-28 Doug Kwan <dougkwan@google.com> |
3336 | ||
3337 | * configure.ac: Support gold for target arm*-*-*. | |
3338 | * configure: Regenerate. | |
3339 | ||
07fc31c9 AO |
3340 | 2009-05-27 Alexandre Oliva <aoliva@redhat.com> |
3341 | ||
3342 | * Makefile.tpl (all): Avoid harmless warning in make all when | |
3343 | gcc-bootstrap is enabled but stage_last does not exist. | |
3344 | * Makefile.in: Rebuilt. | |
3345 | ||
8a7a39ab TG |
3346 | 2009-05-25 Tristan Gingold <gingold@adacore.com> |
3347 | ||
3348 | * setup.com: Complete the file with configuration and build. | |
3349 | ||
b5233201 AO |
3350 | 2009-05-18 Alexandre Oliva <aoliva@redhat.com> |
3351 | ||
3352 | PR other/40159 | |
3353 | * Makefile.tpl (all): Don't assume gcc-bootstrap and | |
3354 | gcc-no-bootstrap are mutually exclusive. | |
3355 | * Makefile.in: Rebuilt. | |
3356 | ||
7b6175f9 AO |
3357 | 2009-05-18 Alexandre Oliva <aoliva@redhat.com> |
3358 | ||
3359 | PR other/40159 | |
3360 | * Makefile.tpl (all): Don't end with unconditional success. | |
3361 | * Makefile.in: Rebuilt. | |
3362 | ||
1b05fbbd AO |
3363 | 2009-05-12 Alexandre Oliva <aoliva@redhat.com> |
3364 | ||
3365 | PR target/37137 | |
3366 | * Makefile.def (flags_to_pass): Remove redundant and incomplete | |
3367 | STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS. | |
3368 | Add FLAGS_FOR_TARGET and BUILD_CONFIG. | |
3369 | (bootstrap_stage): Remove bootstrap-debug custom stages. Turn | |
3370 | stage_configureflags, stage_cflags and stage_libcflags into | |
3371 | explicit Makefile macros. | |
3372 | * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and | |
3373 | GFORTRAN. | |
3374 | (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to | |
3375 | CC. Set CC_FOR_BUILD from CC. | |
3376 | (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS, | |
3377 | NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and | |
3378 | DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to | |
3379 | XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ, | |
3380 | and GFORTRAN. | |
3381 | (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New. | |
3382 | (_LIBCFLAGS): Renamed to _TFLAGS. | |
3383 | (do-compare-debug, do-compare3-debug): Drop. | |
3384 | (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET, | |
3385 | GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET. | |
3386 | (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET, | |
3387 | DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down. | |
3388 | (XGCC_FLAGS_FOR_TARGET): New. | |
3389 | (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS. | |
3390 | (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN. | |
3391 | (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and | |
3392 | DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS, | |
3393 | LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS | |
3394 | to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and | |
3395 | TFLAGS. | |
3396 | (BUILD_CONFIG): Include if requested. | |
3397 | (all): Set TFLAGS on bootstrap. | |
3398 | (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS. | |
3399 | (all-stageid-prefixmodule): Likewise. | |
3400 | (do-clean, distclean-stageid): Set TFLAGS. | |
3401 | (restrap): Fix whitespace. | |
3402 | * Makefile.in: Rebuilt. | |
3403 | ||
dc17c78c EB |
3404 | 2009-04-25 Eric Botcazou <ebotcazou@adacore.com> |
3405 | ||
3406 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND. | |
3407 | (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND. | |
3408 | * Makefile.in: Regenerate. | |
3409 | ||
14324cd7 EZ |
3410 | 2009-04-24 Eli Zaretskii <eliz@gnu.org> |
3411 | ||
3412 | * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for | |
3413 | consistency with config.sub. (Update from upstream sources.) | |
3414 | ||
f8d5f06c JM |
3415 | 2009-04-21 Joseph Myers <joseph@codesourcery.com> |
3416 | ||
3417 | * texinfo/texinfo.tex: Update to version 2009-03-28.05. | |
3418 | ||
0000e2bf BE |
3419 | 2009-04-17 Ben Elliston <bje@au.ibm.com> |
3420 | ||
3421 | * config.sub, config.guess: Update from upstream sources. | |
3422 | ||
20135e4c NC |
3423 | 2009-04-15 Anthony Green <green@moxielogic.com> |
3424 | ||
34adf976 | 3425 | * configure.ac: Add moxie support. |
20135e4c NC |
3426 | * configure: Rebuilt. |
3427 | ||
ef699244 L |
3428 | 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
3429 | ||
3430 | * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1. | |
3431 | * configure: Regenerate. | |
3432 | ||
10ad8ef3 L |
3433 | 2009-04-09 H.J. Lu <hongjiu.lu@intel.com> |
3434 | ||
3435 | PR gas/10039 | |
3436 | * configure.ac: Require texinfo 4.7. | |
3437 | * configure: Regenerated. | |
3438 | ||
c50523ce L |
3439 | 2009-04-09 Steve Ellcey <sje@cup.hp.com> |
3440 | ||
3441 | * Makefil.def (languages): New entries. | |
3442 | * Makefile.tpl (check-gcc-*): New generic target. | |
3443 | * Makefile.in: Regenerate. | |
3444 | ||
47afba5f EZ |
3445 | 2009-03-27 Eli Zaretskii <eliz@gnu.org> |
3446 | ||
3447 | * djunpack.bat: Use ".." quoting in Sed command, for the sake of | |
3448 | Windows builds of Sed. | |
3449 | ||
dc448a7b TT |
3450 | 2009-03-18 Tom Tromey <tromey@redhat.com> |
3451 | ||
3452 | * configure: Rebuild. | |
3453 | * configure.ac (host_libs): Add libiconv. | |
3454 | * Makefile.in: Rebuild. | |
3455 | * Makefile.def (host_modules): Add libiconv. | |
3456 | (configure-gdb, all-gdb): Depend on libiconv. | |
3457 | ||
24741ab2 JB |
3458 | 2009-03-16 Tristan Gingold <gingold@adacore.com> |
3459 | ||
3460 | * configure.ac: Treat gdb as supported on x86_64-darwin. | |
3461 | * configure: Regenerate. | |
3462 | ||
29383458 JM |
3463 | 2009-03-16 Joseph Myers <joseph@codesourcery.com> |
3464 | ||
3465 | Merge from GCC: | |
3466 | ||
3467 | 2009-03-16 Joseph Myers <joseph@codesourcery.com> | |
3468 | ||
3469 | * configure.ac (--with-host-libstdcxx): New option. | |
3470 | * configure: Regenerate. | |
3471 | ||
3472 | 2009-01-29 Robert Millan <rmh@aybabtu.com> | |
3473 | ||
3474 | * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu). | |
3475 | * configure: Regenerate. | |
3476 | ||
3477 | 2009-01-12 Sebastian Pop <sebastian.pop@amd.com> | |
3478 | ||
3479 | PR tree-optimization/38515 | |
3480 | * configure.ac (cloog-polylib): Removed. | |
3481 | (with_ppl, with_cloog): Test for "no". | |
3482 | * configure: Regenerated. | |
3483 | ||
58e24671 RW |
3484 | 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3485 | ||
3486 | Backport from git Libtool: | |
3487 | ||
3488 | 2009-01-19 Robert Millan <rmh@aybabtu.com> | |
3489 | Support GNU/kOpenSolaris. | |
3490 | * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) | |
3491 | (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS) | |
3492 | (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize | |
3493 | GNU/kOpenSolaris. | |
3494 | ||
314b2e66 AS |
3495 | 2009-02-05 Andreas Schwab <schwab@suse.de> |
3496 | ||
3497 | * Makefile.tpl (stage_last): Define $r and $s before using | |
3498 | $(RECURSE_FLAGS_TO_PASS). | |
3499 | * Makefile.in: Regenerate | |
3500 | ||
8b700390 JJ |
3501 | 2009-01-21 Jeff Johnston <jjohnstn@redhat.com> |
3502 | ||
3503 | * COPYING.NEWLIB: Add ARM license. | |
3504 | ||
66775d67 AM |
3505 | 2009-01-16 Alan Modra <amodra@bigpond.net.au> |
3506 | ||
3507 | * Makefile.def (configure-opcodes): Depend on configure-libiberty. | |
44893cfb | 3508 | (all-opcodes): Depend on all-libiberty. |
66775d67 AM |
3509 | * Makefile.in: Regenerate. |
3510 | ||
19e99079 NC |
3511 | 2009-01-15 Douglas B Rupp <rupp@gnat.com> |
3512 | ||
3513 | * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support. | |
3514 | * configure: Regenerate. | |
3515 | ||
22e8c8e0 RW |
3516 | 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3517 | ||
3518 | Backport link test fix from upstream Libtool: | |
3519 | ||
3520 | * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS): | |
3521 | Add cache variables to tests that require the linker to work. | |
3522 | For shlibpath_overrides_runpath, this also changes the semantics | |
3523 | to let the result from the C compiler take precedence. | |
3524 | compiler take precedence. | |
3525 | ||
7d6d7764 BE |
3526 | 2008-12-02 Ben Elliston <bje@au.ibm.com> |
3527 | ||
3528 | * config.sub, config.guess: Update from upstream sources. | |
3529 | ||
ea8af06e JJ |
3530 | 2008-12-17 Jeff Johnston <jjohnstn@redhat.com> |
3531 | ||
3532 | * COPYING.NEWLIB: Updated. | |
3533 | * COPYING.LIBGLOSS: Ditto. | |
3534 | ||
af0771d3 PB |
3535 | 2008-12-16 Paolo Bonzini <bonzini@gnu.org> |
3536 | ||
3537 | Sync with GCC: | |
3538 | ||
3539 | 2008-12-12 Sebastian Pop <sebastian.pop@amd.com> | |
3540 | ||
3541 | * configure.ac (ppllibs): Add by default the lib flags. | |
3542 | * configure: Regenerate. | |
3543 | ||
3544 | 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu> | |
3545 | ||
314b2e66 AS |
3546 | * configure.ac: Add double brackets on darwin[912]. |
3547 | * configure: Regenerate. | |
af0771d3 PB |
3548 | |
3549 | 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu> | |
3550 | ||
314b2e66 AS |
3551 | * configure.ac: Expand to darwin10 and later. |
3552 | * configure: Regenerate. | |
af0771d3 | 3553 | |
f7c83eac AS |
3554 | 2008-12-02 Andreas Schwab <schwab@suse.de> |
3555 | ||
3556 | * Makefile.def: configure-target-boehm-gc depends on | |
3557 | all-target-libstdc++-v3. | |
3558 | * Makefile.in: Regenerate. | |
3559 | ||
bc67ad83 BE |
3560 | 2008-12-02 Ben Elliston <bje@au.ibm.com> |
3561 | ||
3562 | * config.sub, config.guess: Update from upstream sources. | |
3563 | ||
e28c595f JM |
3564 | 2008-11-27 Joseph Myers <joseph@codesourcery.com> |
3565 | ||
3566 | Merge from GCC: | |
3567 | ||
3568 | 2007-12-02 Matthias Klose <doko@ubuntu.com> | |
3569 | ||
3570 | * config-ml.in: Remove 64bit configure tests. | |
3571 | ||
3572 | 2008-05-14 Rafael Espindola <espindola@google.com> | |
3573 | ||
3574 | * config-ml.in: don't handle --enable-shared and --enable-static. | |
3575 | ||
3576 | 2008-09-02 Sebastian Pop <sebastian.pop@amd.com> | |
3577 | Tobias Grosser <grosser@fim.uni-passau.de> | |
3578 | Jan Sjodin <jan.sjodin@amd.com> | |
3579 | Harsha Jagasia <harsha.jagasia@amd.com> | |
3580 | Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> | |
3581 | Konrad Trifunovic <konrad.trifunovic@inria.fr> | |
3582 | Adrien Eliche <aeliche@isty.uvsq.fr> | |
3583 | ||
3584 | Merge from graphite branch. | |
3585 | * configure: Regenerate. | |
3586 | * Makefile.in: Regenerate. | |
3587 | * configure.ac (host_libs): Add ppl and cloog. | |
3588 | Add checks for PPL and CLooG. | |
3589 | * Makefile.def (ppl, cloog): Added modules and dependences. | |
3590 | * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New. | |
3591 | (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New. | |
3592 | ||
3593 | 2008-09-03 Richard Guenther <rguenther@suse.de> | |
3594 | ||
3595 | * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the | |
3596 | cloog test. | |
3597 | * configure: Re-generate. | |
3598 | ||
3599 | 2008-09-03 Sebastian Pop <sebastian.pop@amd.com> | |
3600 | ||
3601 | * configure.ac (--with-cloog-polylib): New. | |
3602 | (--disable-cloog-version-check): New. | |
3603 | (--disable-ppl-version-check): New. | |
3604 | * configure: Re-generate. | |
3605 | ||
3606 | 2008-09-05 Richard Guenther <rguenther@suse.de> | |
3607 | ||
3608 | * configure.ac: Initialize clooglibs to -lcloog. | |
3609 | * configure: Re-generate. | |
3610 | ||
3611 | 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
3612 | ||
3613 | * configure.ac (MPFR check): Bump minimum version to 2.3.0 and | |
3614 | recommended version to 2.3.2. | |
3615 | ||
3616 | * configure: Regenerate. | |
3617 | ||
3618 | 2008-10-31 Ben Elliston <bje@au.ibm.com> | |
3619 | ||
3620 | * configure.ac (spu-*-*): Remove special case. | |
3621 | * configure: Regenerate. | |
3622 | ||
3623 | Complete comment text from GCC version of: | |
3624 | ||
3625 | 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com> | |
3626 | ||
3627 | * configure.ac (RPATH_ENVVAR): Use PATH on Windows. | |
3628 | (GCC_SHLIB_SUBDIR): New. | |
3629 | * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR. | |
3630 | * configure: Regenerate. | |
3631 | * Makefile.in: Regenerate. | |
3632 | ||
652dec25 TG |
3633 | 2008-11-27 Tristan Gingold <gingold@adacore.com> |
3634 | ||
3635 | * configure.ac: Build gdb for i?86-*-darwin* | |
3636 | * configure: Regenerated. | |
3637 | ||
7582fb4a DJ |
3638 | 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com> |
3639 | ||
3640 | PR bootstrap/38014 | |
3641 | PR bootstrap/37923 | |
3642 | ||
3643 | Revert: | |
3644 | ||
3645 | 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com> | |
3646 | ||
3647 | * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo. | |
3648 | * Makefile.in: Regenerated. | |
3649 | ||
3650 | 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com> | |
3651 | ||
3652 | PR gdb/921 | |
3653 | PR gdb/1646 | |
3654 | PR gdb/2175 | |
3655 | PR gdb/2176 | |
3656 | ||
3657 | * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS. | |
3658 | * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS. | |
3659 | (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS. | |
3660 | (HOST_EXPORTS): Pass CPPFLAGS. | |
3661 | (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define. | |
3662 | (LDFLAGS_FOR_TARGET): Initialize from configure script. | |
3663 | (EXTRA_TARGET_FLAGS): Set CPPFLAGS. | |
3664 | * Makefile.in, configure: Regenerated. | |
3665 | * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, | |
3666 | and CPPFLAGS_FOR_BUILD. | |
3667 | ||
faee1be2 UW |
3668 | 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com> |
3669 | ||
3670 | * configure.ac [spu-*-*]: Do not set skipdirs. | |
3671 | * configure: Re-generate. | |
3672 | ||
b7c2dce4 DJ |
3673 | 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com> |
3674 | ||
3675 | * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo. | |
3676 | * Makefile.in: Regenerated. | |
3677 | ||
bb52de30 DJ |
3678 | 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com> |
3679 | ||
3680 | PR gdb/921 | |
3681 | PR gdb/1646 | |
3682 | PR gdb/2175 | |
3683 | PR gdb/2176 | |
3684 | ||
3685 | * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS. | |
3686 | * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS. | |
3687 | (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS. | |
3688 | (HOST_EXPORTS): Pass CPPFLAGS. | |
3689 | (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define. | |
3690 | (LDFLAGS_FOR_TARGET): Initialize from configure script. | |
3691 | (EXTRA_TARGET_FLAGS): Set CPPFLAGS. | |
3692 | * Makefile.in, configure: Regenerated. | |
3693 | * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, | |
3694 | and CPPFLAGS_FOR_BUILD. | |
3695 | ||
b25062ae SE |
3696 | 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com> |
3697 | ||
3698 | * libtool.m4: Update to libtool 2.2.6. | |
3699 | * lt~obsolete.m4: Update to libtool 2.2.6. | |
3700 | * ltmain.sh: Update to libtool 2.2.6. | |
3701 | * ltsugar.m4: Update to libtool 2.2.6. | |
3702 | * ltversion.m4: Update to libtool 2.2.6. | |
3703 | * ltoptions.m4: Update to libtool 2.2.6. | |
3704 | * ltgcc.m4: Update to match changes from libtool 2.2.6. | |
3705 | ||
3bbd2f8f AL |
3706 | 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com> |
3707 | ||
3708 | * configure.ac (RPATH_ENVVAR): Use PATH on Windows. | |
3709 | (GCC_SHLIB_SUBDIR): New. | |
3710 | * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR. | |
3711 | * configure: Regenerate. | |
3712 | * Makefile.in: Regenerate. | |
3713 | ||
b29d32ce TG |
3714 | 2008-08-28 Tristan Gingold <gingold@adacore.com> |
3715 | ||
3716 | * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9): | |
3717 | Enable bfd, binutils and opcodes. | |
3718 | * configure: Regenerate. | |
3719 | ||
c325a203 DD |
3720 | 2008-08-16 Nicolas Roche <roche@adacore.com> |
3721 | ||
3722 | * Makefile.tpl: Add BOOT_ADAFLAGS. | |
3723 | * Makefile.in: Regenerate. | |
3724 | ||
e7c8859c RS |
3725 | 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com> |
3726 | ||
3727 | * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu. | |
3728 | * configure: Regenerate. | |
3729 | ||
da888c87 PB |
3730 | 2008-07-30 Paolo Bonzini <bonzini@gnu.org> |
3731 | ||
3732 | Sync with gcc: | |
3733 | 2008-07-30 Paolo Bonzini <bonzini@gnu.org> | |
3734 | ||
f7c83eac AS |
3735 | * configure.ac: Add makefile fragments for hpux. |
3736 | * Makefile.def (flags_to_pass): Add ADA_CFLAGS. | |
3737 | * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS. | |
3738 | * configure: Regenerate. | |
3739 | * Makefile.in: Regenerate. | |
da888c87 PB |
3740 | |
3741 | 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
3742 | ||
f7c83eac AS |
3743 | * Makefile.tpl ($(srcdir)/configure): Update dependencies. |
3744 | * Makefile.in: Regenerate. | |
3745 | * configure: Regenerate. | |
da888c87 | 3746 | |
944982cf ILT |
3747 | 2008-06-18 Ian Lance Taylor <iant@google.com> |
3748 | ||
662c6704 ILT |
3749 | * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp. |
3750 | ||
944982cf ILT |
3751 | * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp. |
3752 | ||
7a283e07 RW |
3753 | 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3754 | ||
3755 | * configure: Regenerate. | |
3756 | ||
5b553f7e RW |
3757 | 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3758 | ||
3759 | * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when | |
3760 | "$@" is still intact with both Autoconf 2.59 and 2.62. | |
3761 | * configure: Regenerate. | |
3762 | ||
675492f0 RW |
3763 | 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3764 | ||
3765 | * Makefile.tpl: Fix comment errors. | |
3766 | * Makefile.in: Regenerate. | |
3767 | ||
b018a5d1 JB |
3768 | 2008-06-13 Julian Brown <julian@codesourcery.com> |
3769 | ||
3770 | * configure.ac (arm*-*-linux-gnueabi): Don't disable building | |
3771 | of libobjc for ARM EABI Linux. | |
3772 | * configure: Regenerate. | |
3773 | ||
310213e8 DE |
3774 | 2008-06-12 David S. Miller <davem@davemloft.net> |
3775 | David Edelsohn <edelsohn@gnu.org> | |
3776 | ||
3777 | * configure.ac: Add powerpc*-*-* to gold supported targets. | |
3778 | * configure: Regenerate. | |
3779 | ||
6641ce42 JM |
3780 | 2008-06-08 Joseph Myers <joseph@codesourcery.com> |
3781 | ||
3782 | PR tree-optimization/36218 | |
3783 | * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD. | |
3784 | * Makefile.tpl (EXTRA_BUILD_FLAGS): Define. | |
3785 | (all prefix="build-"): Pass them to build-system sub-makes. | |
3786 | * Makefile.in: Regenerate. | |
3787 | ||
03c2f9e6 DJ |
3788 | 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com> |
3789 | ||
3790 | * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS, | |
3791 | README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp, | |
3792 | mkdep, and compile. Update comments. | |
3793 | (ETC_SUPPORT): Add ChangeLog and update comments. | |
3794 | ||
4538db8b ILT |
3795 | 2008-05-11 Ian Lance Taylor <iant@google.com> |
3796 | ||
3797 | * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold. | |
3798 | ||
266df637 PB |
3799 | 2008-04-18 Paolo Bonzini <bonzini@gnu.org> |
3800 | ||
3801 | Sync with gcc: | |
3802 | 2008-04-18 Paolo Bonzini <bonzini@gnu.org> | |
3803 | ||
3804 | PR bootstrap/35457 | |
3805 | * configure.ac: Include override.m4. | |
3806 | * configure: Regenerate. | |
3807 | ||
3808 | 2008-04-18 Paolo Bonzini <bonzini@gnu.org> | |
3809 | ||
f7c83eac AS |
3810 | * Makefile.tpl (restrap): Call `make all' using double-colon rules. |
3811 | * Makefile.in: Regenerate. | |
266df637 PB |
3812 | |
3813 | 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com> | |
3814 | ||
f7c83eac AS |
3815 | * configure.ac: Do not build libssp for the AVR. |
3816 | * configure: Regenerate. | |
266df637 | 3817 | |
a86a761e NC |
3818 | 2008-04-18 Nick Clifton <nickc@redhat.com> |
3819 | ||
3820 | * MAINTAINERS: Replace reference to configure.in with reference to | |
3821 | configure.ac. | |
3822 | ||
52310858 NC |
3823 | 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com> |
3824 | ||
f7c83eac | 3825 | * configure.ac (cr16-*-*): Add case for cr16 target and include gdb |
52310858 | 3826 | as nonconfigurable directories list. |
f7c83eac | 3827 | * configure: Regenerate. |
52310858 | 3828 | |
f5314dd5 DM |
3829 | 2008-04-14 David S. Miller <davem@davemloft.net> |
3830 | ||
3831 | * configure.ac: Add sparc*-*-* to gold supported targets. | |
3832 | * configure: Regenerate. | |
3833 | ||
e2208220 BE |
3834 | 2008-04-14 Ben Elliston <bje@au.ibm.com> |
3835 | ||
3836 | * config.sub, config.guess: Update from upstream sources. | |
3837 | ||
0bb6ea20 HPN |
3838 | 2008-04-12 Hans-Peter Nilsson <hp@axis.com> |
3839 | ||
3840 | * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80. | |
3841 | * Makefile.in: Regenerate. | |
3842 | ||
e5164e97 ILT |
3843 | 2008-04-07 Ian Lance Taylor <iant@google.com> |
3844 | ||
3845 | * Makefile.def: check-gold depends upon all-binutils. | |
3846 | * Makefile.in: Regenerate. | |
3847 | ||
e33b51a6 NC |
3848 | 2008-04-04 Nick Clifton <nickc@redhat.com> |
3849 | ||
3850 | PR binutils/4334 | |
3851 | * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted | |
3852 | builds. | |
3853 | * configure: Regenerate. | |
3854 | ||
fc5df3ab NC |
3855 | 2008-04-04 NightStrike <NightStrike@gmail.com> |
3856 | ||
3857 | PR other/35151 | |
f7c83eac AS |
3858 | * configure.ac: Combine rules for mingw32 and mingw64. |
3859 | * configure: Regenerate. | |
fc5df3ab | 3860 | |
c779bab8 PB |
3861 | 2008-03-27 Paolo Bonzini <bonzini@gnu.org> |
3862 | ||
3863 | * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove. | |
3864 | * Makefile.in: Regenerate. | |
3865 | ||
93f9b408 ILT |
3866 | 2008-03-20 Ian Lance Taylor <iant@google.com> |
3867 | ||
3868 | * configure.ac: Add support for --enable-gold. | |
3869 | * Makefile.def: Add gold as a directory like ld. | |
3870 | * configure, Makefile.in: Regenerate. | |
3871 | ||
5746fb46 AK |
3872 | 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com> |
3873 | ||
3874 | * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added. | |
3875 | (s390_cond_extensions): Reduced extensions to the compare related. | |
3876 | (main): z10 cpu type option added. | |
3877 | (expandConditionalJump): Renamed to ... | |
3878 | (insertExpandedMnemonic): ... this. | |
3879 | ||
3880 | * opcodes/s390-opc.c: Re-group the operand format makros. | |
3881 | (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI, | |
3882 | INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU, | |
3883 | INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0, | |
3884 | INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU, | |
3885 | INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU, | |
3886 | INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI, | |
3887 | INSTR_SIL_RDU): New instruction formats added. | |
3888 | (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI, | |
3889 | MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0, | |
3890 | MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI, | |
3891 | MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR, | |
3892 | MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD, | |
3893 | MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format | |
3894 | masks added. | |
3895 | (s390_opformats): New formats added "ris", "rrs", "sil". | |
3896 | * opcodes/s390-opc.txt: Add the conditional jumps with the | |
3897 | extensions removed from automatic expansion in s390-mkopc.c manually. | |
3898 | (asi - trtre): Add new System z10 EC instructions. | |
3899 | * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added. | |
3900 | ||
58c85be7 RW |
3901 | 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3902 | ||
3903 | * configure.ac: m4_include config/proginstall.m4. | |
3904 | * configure: Regenerate. | |
3905 | ||
78124051 RW |
3906 | 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3907 | ||
3908 | Backport from upstream Libtool: | |
f7c83eac | 3909 | |
78124051 | 3910 | 2007-10-12 Eric Blake <ebb9@byu.net> |
f7c83eac | 3911 | |
78124051 RW |
3912 | Deal with Autoconf 2.62's semantic change in m4_append. |
3913 | * ltsugar.m4 (lt_append): Replace broken versions of | |
3914 | m4_append. | |
3915 | (lt_if_append_uniq): Don't require separator to be overquoted, | |
3916 | and avoid broken m4_append. | |
3917 | (lt_dict_add): Fix typo. | |
3918 | * libtool.m4 (_LT_DECL): Don't overquote separator. | |
3919 | ||
018f1bea DE |
3920 | 2008-03-13 David Edelsohn <edelsohn@gnu.org> |
3921 | ||
3922 | * config.rpath: Add AIX 6 support. | |
3923 | ||
5c5f596d PB |
3924 | 2008-03-13 Paolo Bonzini <bonzini@gnu.org> |
3925 | ||
3926 | * Makefile.def (stageprofile). Remove -fprofile-generate | |
3927 | from stage_libcflags. | |
3928 | * Makefile.in: Regenerate. | |
3929 | ||
a1f93a5e BE |
3930 | 2008-03-13 Ben Elliston <bje@au.ibm.com> |
3931 | ||
3932 | * config.sub, config.guess: Update from upstream sources. | |
3933 | ||
98c3d905 AK |
3934 | 2008-03-06 Florian Krohm <fkrohm@us.ibm.com> |
3935 | ||
3936 | * s390-opc.c (INSTR_RSL_R0RD): Fix operands. | |
3937 | * s390-opc.txt (cmpsc): Duplicate entry removed. | |
3938 | (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr, | |
3939 | cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr, | |
3940 | fier, cu42, cu41): Fix operand format. | |
3941 | ||
7f6ef0c0 PB |
3942 | 2008-02-20 Paolo Bonzini <bonzini@gnu.org> |
3943 | ||
f7c83eac AS |
3944 | PR bootstrap/32009 |
3945 | PR bootstrap/32161 | |
3946 | ||
3947 | * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here. | |
3948 | * configure: Regenerate. | |
3949 | ||
3950 | * Makefile.def: Define stage_libcflags for all bootstrap stages. | |
3951 | * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS, | |
3952 | STAGE4_LIBCFLAGS): New. | |
3953 | (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without | |
3954 | $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). | |
3955 | (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS. | |
3956 | (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS. | |
3957 | (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags | |
3958 | for target modules. Don't export LIBCFLAGS. | |
3959 | (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass | |
3960 | $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after | |
3961 | the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET. | |
3962 | (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with | |
3963 | $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS). | |
3964 | * Makefile.in: Regenerate. | |
7f6ef0c0 | 3965 | |
eaf19029 PB |
3966 | 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3967 | ||
3968 | PR libgcj/33085 | |
3969 | * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>: | |
3970 | Do not use -DDLL_EXPORT. Backport from upstream. | |
3971 | ||
680c43e9 NC |
3972 | 2008-02-14 Nick Clifton <nickc@redhat.com> |
3973 | ||
3974 | Import this patch from gcc: | |
3975 | 2008-01-24 David Edelsohn <edelsohn@gnu.org> | |
3976 | ||
3977 | * libtool.m4: Backport AIX 6 support from ToT Libtool. | |
3978 | ||
c72b1d96 HPN |
3979 | 2008-02-02 Hans-Peter Nilsson <hp@axis.com> |
3980 | ||
3981 | * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf. | |
3982 | * configure: Regenerate. | |
3983 | ||
8b66833e BW |
3984 | 2008-01-31 Marc Gauthier <marc@tensilica.com> |
3985 | ||
3986 | * configure.ac (xtensa*-*-*): Recognize processor variants. | |
3987 | * configure: Regenerate. | |
3988 | ||
9cc8ae67 PB |
3989 | 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
3990 | ||
f7c83eac AS |
3991 | PR bootstrap/34922 |
3992 | * configure.ac (PARSE_ARGS): Push suitable setting of | |
3993 | ac_subdirs_all, for `./configure --help=recursive'. | |
3994 | Handle `+' in generic toplevel directory disabling. | |
3995 | * configure: Regenerate. | |
9cc8ae67 | 3996 | |
19090595 BE |
3997 | 2008-01-23 Ben Elliston <bje@au.ibm.com> |
3998 | ||
3999 | * config.sub, config.guess: Update from upstream sources. | |
4000 | ||
9f1e7fd3 BE |
4001 | 2008-01-08 Ben Elliston <bje@au.ibm.com> |
4002 | ||
4003 | * config.sub, config.guess: Update from upstream sources. | |
4004 | ||
2f959d61 JJ |
4005 | 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> |
4006 | ||
4007 | * COPYING.LIBGLOSS: Update default copyright. | |
4008 | ||
aa054b85 JJ |
4009 | 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> |
4010 | ||
4011 | * COPYING.NEWLIB: Update default copyright. | |
4012 | ||
57c53b2b RS |
4013 | 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
4014 | ||
4015 | * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1. | |
4016 | Change recommended MPFR from 2.2.1 > 2.3.0. | |
4017 | * configure: Regenerate. | |
4018 | ||
fee14b60 RS |
4019 | 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk> |
4020 | ||
4021 | * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g. | |
4022 | (CXXFLAGS_FOR_TARGET): Add -O2 -g. | |
4023 | * Makefile.in: Regenerate. | |
4024 | ||
c9b68031 DD |
4025 | 2007-12-10 Andreas Tobler <a.tobler@schweiz.org> |
4026 | ||
4027 | * configure.ac: Enable libjava for x86_64-*-darwin9. | |
4028 | * configure: Regenerate. | |
4029 | ||
ad25e7d5 BE |
4030 | 2007-12-05 Ben Elliston <bje@au.ibm.com> |
4031 | ||
4032 | * config.sub, config.guess: Update from upstream sources. | |
4033 | ||
6ac84f65 PB |
4034 | 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
4035 | ||
f7c83eac AS |
4036 | * config-ml.in: Robustify against white space in absolute file |
4037 | names. | |
6ac84f65 | 4038 | |
f7c83eac AS |
4039 | * config-ml.in (multi-clean): Substitute ${Makefile}. |
4040 | Remove superfluous ${Makefile} in list. | |
6ac84f65 | 4041 | |
7b3200f9 DJ |
4042 | 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com> |
4043 | ||
4044 | * Makefile.def (dependencies): Make configure-gdb depend on | |
4045 | all-intl. | |
4046 | * Makefile.in: Regenerated. | |
4047 | ||
2c133ff9 JJ |
4048 | 2007-10-15 Patrick Mansfield <patmans@us.ibm.com> |
4049 | ||
4050 | * Makefile.def: To avoid problems running with parallel makes, | |
4051 | build newlib before libgloss so that target specific header | |
4052 | files are availble. | |
4053 | * Makefile.in: Regenerate. | |
4054 | ||
5074315a DJ |
4055 | 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com> |
4056 | ||
4057 | * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber. | |
4058 | * Makefile.in: Regenerate. | |
4059 | ||
f5bc1778 DJ |
4060 | 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com> |
4061 | ||
4062 | * src-release (GDB_SUPPORT_DIRS): Add libdecnumber. | |
4063 | * libdecnumber: New directory, imported from GCC. | |
4064 | ||
c66487f8 NC |
4065 | 2007-10-08 Mike Frysinger <vapier@gentoo.org> |
4066 | ||
4067 | * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, | |
4068 | LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build. | |
4069 | Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default | |
4070 | LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS. | |
4071 | * configure: Regenerate. | |
4072 | ||
b5714970 PB |
4073 | 2007-10-01 Paolo Bonzini <bonzini@gnu.org> |
4074 | ||
4075 | * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD, | |
4076 | DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD, | |
4077 | LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD, | |
4078 | WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions. | |
4079 | * configure.ac: Default them to host tools for $host = $build. | |
4080 | Subst them. | |
4081 | ||
4082 | * configure: Regenerate. | |
4083 | * Makefile.in: Regenerate. | |
4084 | ||
f3b1e08e RS |
4085 | 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk> |
4086 | ||
4087 | * configure.ac (mipsisa*-*-elfoabi*): New stanza. | |
4088 | * configure: Regenerate. | |
4089 | ||
cff87f51 DD |
4090 | 2007-09-19 Benjamin Kosnik <bkoz@redhat.com> |
4091 | ||
4092 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before | |
4093 | libstdc++. | |
4094 | * Makefile.def: Add libgomp config as a maybe dependency for libstdc++. | |
4095 | * configure: Regenerate. | |
4096 | * Makefile.in: Regenerate. | |
f7c83eac | 4097 | |
625a61cd AS |
4098 | 2007-09-17 Andreas Schwab <schwab@suse.de> |
4099 | ||
4100 | * configure.ac: Raise minimum makeinfo version to 4.6. | |
4101 | * configure: Regenerate. | |
4102 | ||
83a3a68b AM |
4103 | 2007-09-15 Alan Modra <amodra@bigpond.net.au> |
4104 | ||
4105 | * configure.ac: Correct makeinfo version check. | |
4106 | * configure: Regenerate. | |
4107 | ||
5bd8be13 RS |
4108 | 2007-09-14 Richard Sandiford <richard@codesourcery.com> |
4109 | ||
4110 | * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty | |
4111 | to $skipdirs and only disable gprof for newlib. Use the normal | |
4112 | mips*-elf* handling in other respects. | |
4113 | * configure: Regnerate. | |
4114 | ||
5566c1fa DD |
4115 | 2007-09-12 David Daney <ddaney@avtrex.com> |
4116 | ||
4117 | * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus | |
4118 | enabling libgcj. | |
4119 | * configure: Regenerate. | |
4120 | ||
4121 | 2007-09-12 Richard Guenther <rguenther@suse.de> | |
4122 | ||
4123 | * configure.ac (--enable-stage1-checking): If neither --enable-checking | |
4124 | nor --disable-checking is provided also turn on yes and types | |
4125 | checking for stage1. | |
4126 | * configure: Re-generate. | |
4127 | ||
a18e2996 | 4128 | 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> |
84e7906e AH |
4129 | |
4130 | PR target/33281 | |
4131 | * configure.ac: Use config/mh-mingw on mingw. | |
4132 | * configure: Regenerate. | |
84e7906e | 4133 | |
691bb5a1 DD |
4134 | 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk> |
4135 | ||
4136 | PR other/32154 | |
4137 | * configure.ac: For libgloss targets, point the linker to the linker | |
4138 | script, startup code and simulator library. | |
4139 | * configure: Regenerate. | |
4140 | ||
6d18b86b AH |
4141 | 2007-09-09 Andrew Haley <aph@redhat.com> |
4142 | ||
4143 | * configure.ac (noconfigdirs): Remove target-libffi and | |
a18e2996 | 4144 | target-libjava. |
6d18b86b | 4145 | |
f00a3165 | 4146 | 2007-08-29 Nick Clifton <nickc@redhat.com> |
971aaaa5 | 4147 | |
f00a3165 | 4148 | * config.sub, config.guess: Update from upstream sources. |
971aaaa5 | 4149 | |
2abc4e65 BE |
4150 | 2007-08-21 Richard Guenther <rguenther@suse.de> |
4151 | ||
4152 | * configure.ac: Add types checking to stage1 checking flags. | |
4153 | * configure: Regenerate. | |
4154 | ||
8a6ee3ab | 4155 | 2007-08-18 Paul Brook <paul@codesourcery.com> |
f7c83eac | 4156 | Joseph Myers <joseph@codesourcery.com> |
8a6ee3ab JM |
4157 | |
4158 | * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. | |
4159 | (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. | |
4160 | * Makefile.in: Regenerate. | |
4161 | * configure.ac (--with-debug-prefix-map): New. | |
4162 | * configure: Regenerate. | |
4163 | ||
429acdec RS |
4164 | 2007-08-17 Richard Sandiford <richard@codesourcery.com> |
4165 | Nigel Stephens <nigel@mips.com> | |
4166 | ||
429acdec RS |
4167 | * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde |
4168 | as target_makefile_frag. | |
4169 | * configure: Regenerate. | |
4170 | ||
8520c408 AO |
4171 | 2007-08-16 Alexandre Oliva <aoliva@redhat.com> |
4172 | ||
4173 | * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): | |
4174 | Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. | |
4175 | (bootstrap2-debug, bootstrap-debug): New bootstrap stages. | |
4176 | * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. | |
4177 | (do-compare, do-compare3, do-compare-debug): New. | |
4178 | ([+compare-target+]): Use them. | |
4179 | ||
4180 | 2007-08-16 Alexandre Oliva <aoliva@redhat.com> | |
4181 | ||
4182 | * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): | |
4183 | Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. | |
4184 | (bootstrap2-debug, bootstrap-debug): New bootstrap stages. | |
4185 | * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. | |
4186 | (do-compare, do-compare3, do-compare-debug): New. | |
4187 | ([+compare-target+]): Use them. | |
4188 | ||
2444379b BE |
4189 | 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
4190 | Ben Elliston <bje@au.ibm.com> | |
4191 | ||
4192 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass | |
4193 | --silent if $silent. | |
4194 | * configure: Regenerate. | |
4195 | ||
d6f99447 DJ |
4196 | 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com> |
4197 | ||
4198 | * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB. | |
4199 | ||
bd0aa315 NC |
4200 | 2007-07-17 Nick Clifton <nickc@redhat.com> |
4201 | ||
4202 | * COPYING3: New file. Contains version 3 of the GNU General | |
4203 | Public License. | |
4204 | * COPYING3.LIB: New file. Contains version 3 of the GNU | |
4205 | Lesser General Public License. | |
4206 | ||
0ebe98fb BS |
4207 | 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com> |
4208 | ||
4209 | * configure.ac: Fix my previous change to really match GCC. | |
4210 | * configure: Regenerate. | |
4211 | ||
521ec477 DD |
4212 | 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
4213 | ||
4214 | * configure.ac: Rewrite 'configure --help' strings to look nicer. | |
4215 | * configure: Regenerate. | |
4216 | ||
4217 | 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
4218 | ||
4219 | * configure.ac: Add some missing m4 quotation. | |
4220 | * configure: Regenerate. | |
4221 | ||
0c24b341 NC |
4222 | 2007-07-09 Kai Tietz <kai.tietz@onevision.com> |
4223 | ||
f7c83eac AS |
4224 | * Makefile.def: Add windmc tool to build. |
4225 | * Makefile.tpl: Likewise. | |
4226 | * configure.ac: Likewise. | |
4227 | * Makefile.in: Regenerate. | |
4228 | * configure: Regenerate. | |
0c24b341 | 4229 | |
a09314d0 L |
4230 | 2007-07-05 H.J. Lu <hongjiu.lu@intel.com> |
4231 | ||
4232 | * lt~obsolete.m4: New. Import from 20070318 libtool. | |
4233 | ||
7c3e1d12 BS |
4234 | 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com> |
4235 | ||
4236 | * configure.ac: Don't add target-libmudflap to noconfigdirs for | |
4237 | uclinux and linux-uclibc targets. | |
4238 | * configure: Regenerate. | |
4239 | ||
a5b3b4dd DD |
4240 | 2007-06-28 DJ Delorie <dj@redhat.com> |
4241 | ||
4242 | * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're | |
4243 | not building newlib. | |
4244 | * configure: Regenerated. | |
f7c83eac | 4245 | |
184d813c DJ |
4246 | 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com> |
4247 | ||
4248 | * src-release (DEVO_SUPPORT): Correct typos. | |
4249 | ||
31d99776 DJ |
4250 | 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com> |
4251 | ||
4252 | * Makefile.def: Add dependency from configure-gdb to all-bfd. | |
4253 | * Makefile.in: Regenerated. | |
4254 | ||
e00a73e3 PB |
4255 | 2007-06-14 Paolo Bonzini <bonzini@gnu.org> |
4256 | ||
f7c83eac AS |
4257 | * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile. |
4258 | (distclean-stage[+id+]): Possibly delete stage_last. | |
4259 | * Makefile.in: Regenerate. | |
e00a73e3 | 4260 | |
98a1bbc5 BE |
4261 | 2007-06-07 Ben Elliston <bje@au.ibm.com> |
4262 | ||
4263 | * config.sub, config.guess: Update from upstream sources. | |
4264 | ||
973601e1 BE |
4265 | 2007-06-07 Ben Elliston <bje@au.ibm.com> |
4266 | ||
4267 | * Makefile.tpl: Fix spelling error. | |
4268 | * Makefile.in: Regenerate. | |
4269 | ||
2038f525 PB |
4270 | 2007-06-04 Paolo Bonzini <bonzini@gnu.org> |
4271 | ||
4272 | Sync with gcc: | |
4273 | 2007-05-30 Jakub Jelinek <jakub@redhat.com> | |
4274 | ||
f7c83eac AS |
4275 | PR bootstrap/29382 |
4276 | * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1. | |
4277 | * configure: Rebuilt. | |
2038f525 | 4278 | |
f7c5c4b5 PB |
4279 | 2007-06-01 Steve Ellcey <sje@cup.hp.com> |
4280 | ||
12a64d4f L |
4281 | * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set |
4282 | lt_cv_sys_max_cmd_len. | |
f7c5c4b5 | 4283 | |
7ad9660b PB |
4284 | 2007-05-31 Paolo Bonzini <bonzini@gnu.org> |
4285 | ||
4286 | * ltgcc.m4: Update from GCC. | |
4287 | ||
0e7ef45c EC |
4288 | 2007-05-25 Andreas Tobler <a.tobler@schweiz.org> |
4289 | ||
12a64d4f | 4290 | * ltmain.sh: Fix Darwin verstring, remove ${wl}. |
0e7ef45c | 4291 | |
37ad9514 SE |
4292 | 2007-05-24 Steve Ellcey <sje@cup.hp.com> |
4293 | ||
4294 | * ltmain.sh: Update from GCC. | |
4295 | * libtool.m4: Update from GCC. | |
4296 | * ltsugar.m4: New. Update from GCC. | |
4297 | * ltversion.m4: New. Update from GCC. | |
4298 | * ltoptions.m4: New. Update from GCC. | |
4299 | * ltconfig: Remove. | |
4300 | * ltcf-c.sh: Remove. | |
4301 | * ltcf-cxx.sh: Remove. | |
4302 | * ltcf-gcj.sh: Remove. | |
4303 | * src-release: Update with new libtool file list. | |
4304 | ||
8ee82aff PB |
4305 | 2007-05-16 Paolo Bonzini <bonzini@gnu.org> |
4306 | ||
4307 | * Makefile.def (bootstrap_stage): Replace stage_make_flags with | |
4308 | stage_cflags. | |
4309 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS): | |
4310 | Remove CFLAGS/LIBCFLAGS. | |
4311 | (configure-stage[+id+]-[+prefix+][+module+], | |
4312 | all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+]. | |
4313 | * Makefile.in: Regenerate. | |
4314 | ||
149cb58d SE |
4315 | 2007-04-14 Steve Ellcey <sje@cup.hp.com> |
4316 | ||
4317 | * config-ml.in: Update from GCC. | |
4318 | ||
91506736 DJ |
4319 | 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com> |
4320 | ||
4321 | * src-release (do-proto-toplev): Process the support directories before | |
4322 | the tool directory. | |
4323 | ||
ffa8bd48 RS |
4324 | 2007-03-21 Richard Sandiford <richard@codesourcery.com> |
4325 | ||
4326 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting | |
4327 | of glob. Quote arguments with single quotes too. | |
4328 | * configure: Regenerate. | |
4329 | ||
a4fd3374 DD |
4330 | 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com> |
4331 | ||
4332 | * Makefile.def (fixincludes): Remove unneeded "missing" lines. | |
4333 | * Makefile.in: Regenerate | |
4334 | ||
b8025f34 AS |
4335 | 2007-03-07 Andreas Schwab <schwab@suse.de> |
4336 | ||
4337 | * configure: Regenerate. | |
4338 | ||
a3ca38d2 DD |
4339 | 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> |
4340 | ||
4341 | * configure.ac: Add "--with-pdfdir" configure option, | |
4342 | which defines pdfdir variable. | |
4343 | * Makefile.def (target=fixincludes): Add install-pdf to | |
4344 | missing targets. | |
4345 | (recursive_targets): Add install-pdf target. | |
4346 | (flags_to_pass): Add pdfdir. | |
4347 | * Makefile.tpl: Add pdfdir handling, add do-install-pdf | |
4348 | target. | |
4349 | * configure: Regenerate | |
4350 | * Makefile.in: Regenerate | |
4351 | ||
4352 | 2007-02-28 Eric Christopher <echristo@apple.com> | |
4353 | ||
4354 | Revert: | |
4355 | 2006-12-07 Mike Stump <mrs@apple.com> | |
4356 | ||
4357 | * Makefile.def (dependencies): Add dependency for | |
4358 | install-target-libssp and install-target-libgomp on | |
4359 | install-gcc. | |
4360 | * Makefile.in: Regenerate. | |
4361 | ||
4362 | 2007-02-27 Matt Kraai <kraai@ftbfs.org> | |
4363 | ||
4364 | * configure: Regenerate. | |
4365 | * configure.ac: Move statements after variable declarations. | |
4366 | ||
a4708fba JM |
4367 | 2007-02-19 Joseph Myers <joseph@codesourcery.com> |
4368 | ||
4369 | * configure.ac: Adjust for loop syntax. | |
4370 | * configure: Regenerate. | |
4371 | ||
9a819804 AO |
4372 | 2007-02-18 Alexandre Oliva <aoliva@redhat.com> |
4373 | ||
4374 | * configure: Rebuilt. | |
4375 | ||
81ec575a AO |
4376 | 2007-02-18 Alexandre Oliva <aoliva@redhat.com> |
4377 | ||
4378 | * configure.ac: Drop multiple occurrences of --enable-languages, | |
4379 | and fix its quoting. | |
4380 | * configure: Rebuilt. | |
4381 | ||
92f01d61 | 4382 | 2007-02-17 Mark Mitchell <mark@codesourcery.com> |
f7c83eac AS |
4383 | Nathan Sidwell <nathan@codesourcery.com> |
4384 | Vladimir Prus <vladimir@codesourcery.com | |
4385 | Joseph Myers <joseph@codesourcery.com> | |
92f01d61 JM |
4386 | |
4387 | * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting. | |
4388 | * configure: Regenerate. | |
4389 | ||
b1299c4e DJ |
4390 | 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com> |
4391 | ||
4392 | * configure.ac (target_libraries): Move libgcc before libiberty. | |
4393 | * configure: Regenerated. | |
4394 | ||
18f6b6ee PB |
4395 | 2007-02-13 Paolo Bonzini <bonzini@gnu.org> |
4396 | ||
4397 | * configure: Regenerate again? | |
4398 | ||
9c4e9f27 PB |
4399 | 2007-02-13 Paolo Bonzini <bonzini@gnu.org> |
4400 | ||
4401 | * configure: Reapply PR30748 fix which was lost in the previous commit. | |
4402 | ||
24ff9987 DJ |
4403 | 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com> |
4404 | Paolo Bonzini <bonzini@gnu.org> | |
4405 | ||
4406 | PR bootstrap/30753 | |
4407 | * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC | |
4408 | unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix. | |
4409 | * configure: Regenerated. | |
4410 | ||
7df2cd5d PB |
4411 | 2007-02-10 Paolo Bonzini <bonzini@gnu.org> |
4412 | ||
4413 | * configure: Regenerate. | |
4414 | ||
b0aaa663 DJ |
4415 | 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com> |
4416 | ||
4417 | PR bootstrap/30748 | |
4418 | * configure.ac: Correct syntax for Solaris ksh. | |
4419 | * configure: Regenerated. | |
4420 | ||
a0323144 PB |
4421 | 2007-02-09 Paolo Bonzini <bonzini@gnu.org> |
4422 | ||
4423 | * Makefile.def: Sync with GCC. | |
4424 | * Makefile.tpl: Sync with GCC. | |
4425 | * Makefile.in: Regenerate. | |
4426 | * configure: Regenerate. | |
4427 | ||
c6b750e1 DJ |
4428 | 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com> |
4429 | ||
4430 | * Makefile.tpl (build_alias, host_alias, target_alias): Use | |
4431 | noncanonical equivalents. | |
4432 | * configure.in: Rename to... | |
4433 | * configure.ac: ...this. Update AC_PREREQ. Prevent error for | |
4434 | AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and | |
4435 | target_noncanonical. Use them. Rewrite removal of configure | |
4436 | arguments for autoconf 2.59. Discard variable settings. Force | |
4437 | program_transform_name for native tools. | |
4438 | ||
4439 | * Makefile.in: Regenerated. | |
4440 | * configure: Regenerated with autoconf 2.59. | |
4441 | ||
4442 | * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac. | |
4443 | ||
f3cd89f4 JJ |
4444 | 2007-02-08 Jeff Johnston <jjohnstn@redhat.com> |
4445 | ||
4446 | * COPYING.LIBGLOSS: Reformat default Red Hat | |
4447 | license to fit within 80 columns. | |
4448 | * COPYING.NEWLIB: Ditto. | |
4449 | ||
4e206d7e DB |
4450 | 2007-02-05 Dave Brolley <brolley@redhat.com> |
4451 | ||
4452 | * Contribute the following changes: | |
4453 | 2006-11-28 DJ Delorie <dj@redhat.com> | |
4454 | ||
4455 | * configure.in: Fix typo for mep's target_makefile_frag. | |
4456 | * configure: Regenerated. | |
4457 | ||
4458 | 2005-04-22 Richard Sandiford <rsandifo@redhat.com> | |
4459 | ||
4460 | * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET. | |
4461 | * configure: Regenerate. | |
4462 | ||
4463 | 2001-09-19 DJ Delorie <dj@redhat.com> | |
4464 | ||
4465 | * configure.in (target_makefile_frag): use mt-mep | |
4466 | ||
4467 | 2001-06-12 Don Howard <dhoward@redhat.com> | |
4468 | ||
4469 | * configure.in: Remove gdb from MeP skip list. | |
4470 | ||
4471 | 2001-04-05 DJ Delorie <dj@redhat.com> | |
4472 | ||
4473 | * configure.in (noconfigdirs): Remove gcc from MeP skip list. | |
4474 | ||
4475 | 2001-03-20 Ben Elliston <bje@redhat.com> | |
4476 | ||
4477 | * configure.in (noconfigdirs): Add gcc and gdb for MeP. | |
4478 | ||
4479 | 2001-03-19 Ben Elliston <bje@redhat.com> | |
4480 | ||
4481 | * config.sub (mep, mep-*): Add. | |
4482 | ||
b2edfdd2 AS |
4483 | 2007-01-31 Andreas Schwab <schwab@suse.de> |
4484 | ||
4485 | * Makefile.tpl (LDFLAGS): Substitute it. | |
4486 | * Makefile.in: Regenerate. | |
4487 | ||
ceb92e78 PB |
4488 | 2007-01-11 Paolo Bonzini <bonzini@gnu.org> |
4489 | ||
4490 | * configure.in: Change == to = in test command. | |
f7c83eac | 4491 | * configure: Regenerate. |
ceb92e78 | 4492 | |
4b900473 | 4493 | 2007-01-11 Paolo Bonzini <bonzini@gnu.org> |
f7c83eac AS |
4494 | Nick Clifton <nickc@redhat.com> |
4495 | Kaveh R. Ghazi <ghazi@caip.rutgets.edu> | |
4496 | ||
4497 | * configure.in (build_configargs, host_configargs, target_configargs): | |
4498 | Remove build/host/target parameters. | |
4499 | (host_libs): Add gmp and mpfr. | |
4500 | (GMP tests): Reorganize to allow in-tree GMP/MPFR. | |
4501 | * Makefile.def (gmp, mpfr): New. | |
4502 | (gcc): Remove target. | |
4503 | * Makefile.tpl (build_os, build_vendor, host_os, host_vendor, | |
4504 | target_os, target_vendor): New. | |
4505 | (configure): Add host_alias/target_alias arguments. Adjust invocations. | |
4506 | * configure: Regenerate. | |
4507 | * Makefile.in: Regenerate. | |
4b900473 PB |
4508 | |
4509 | 2007-01-11 Matt Fago <fago@earthlink.net> | |
4510 | ||
4511 | * configure.in: Try to link to functions only in mpfr 2.2.x | |
f7c83eac | 4512 | to improve robustness of configure tests. |
4b900473 PB |
4513 | * configure: Regenerate. |
4514 | ||
80f6dcbc NC |
4515 | 2007-01-08 Kai Tietz <kai.tietz@onevision.com> |
4516 | ||
4517 | * configure.in: Add support for an x86_64-mingw* target. | |
b1b532dd | 4518 | * configure: Regenerate. |
80f6dcbc | 4519 | |
f86e35b8 NC |
4520 | 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com> |
4521 | ||
4522 | * Makefile.tpl (all-target): Correct @if conditional for target | |
4523 | modules. | |
4524 | * configure.in: Omit libiberty if building only target libgcc. | |
4525 | * configure, Makefile.in: Regenerated. | |
4526 | ||
79fcd0ec PB |
4527 | 2007-01-04 Paolo Bonzini <bonzini@gnu.org> |
4528 | ||
4529 | * configure.in: Use DEV-PHASE to detect the default for --enable-werror. | |
4530 | * configure: Regenerate. | |
4531 | ||
6aa8ef82 DJ |
4532 | 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com> |
4533 | ||
4534 | * Makefile.def (target_modules): Add libgcc. | |
4535 | (lang_env_dependencies): Remove default items. Use no_c and no_gcc. | |
4536 | * Makefile.tpl (clean-target-libgcc): Delete. | |
4537 | (configure-target-[+module+]): Emit --disable-bootstrap dependencies | |
4538 | on gcc even for bootstrapped modules. Rewrite handling of | |
4539 | lang_env_dependencies to loop over target_modules. | |
4540 | * configure.in (target_libraries): Add target-libgcc. | |
4541 | * Makefile.in, configure: Regenerated. | |
4542 | ||
9b134994 PB |
4543 | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> |
4544 | ||
4545 | Sync with gcc: | |
4546 | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> | |
4547 | ||
f7c83eac AS |
4548 | * configure.in: Reorganize recognition of languages. Add |
4549 | --enable-stage1-languages. Show supported languages for the chosen | |
4550 | target rather than all recognized languages. | |
4551 | * configure: Regenerate. | |
9b134994 PB |
4552 | |
4553 | 2006-12-29 Paolo Bonzini <bonzini@gnu.org> | |
4554 | ||
f7c83eac AS |
4555 | * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove. |
4556 | * Makefile.in: Regenerate. | |
9b134994 PB |
4557 | |
4558 | 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
4559 | ||
f7c83eac AS |
4560 | * configure.in: Warn that MPFR 2.2.0 is buggy. |
4561 | * configure: Regenerate. | |
9b134994 | 4562 | |
8cf39b1b ILT |
4563 | 2006-12-27 Ian Lance Taylor <iant@google.com> |
4564 | ||
4565 | * configure.in: When removing Makefiles to force a reconfigure, also | |
4566 | remove prev-DIR*/Makefile. | |
4567 | * configure: Regenerate. | |
4568 | ||
ebff6cd5 KH |
4569 | 2006-12-23 Kazu Hirata <kazu@codesourcery.com> |
4570 | ||
4571 | * config.bfd: Recognize fido. | |
4572 | ||
8a0d8a5c PB |
4573 | 2006-12-19 Paolo Bonzini <bonzini@gnu.org> |
4574 | ||
4575 | Sync with gcc: | |
4576 | ||
4577 | 2006-12-19 Paolo Bonzini <bonzini@gnu.org> | |
4578 | ||
4579 | * configure.in: Remove "$build" case for powerpc-*-darwin* since | |
4580 | it only affects bootstrap and could be tested on "$host" as well. | |
4581 | * configure: Regenerate. | |
4582 | * config/mh-ppc-darwin: Add to the stage1 cflags here. | |
4583 | ||
4584 | 2006-12-19 Paolo Bonzini <bonzini@gnu.org> | |
4585 | ||
4586 | PR bootstrap/29544 | |
4587 | * Makefile.def (flags_to_pass): Add STAGE1_CHECKING. | |
4588 | (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags, | |
4589 | move here comment from Makefile.tpl. | |
4590 | * Makefile.tpl: Move some definitions higher in the file. | |
4591 | (STAGE1_CHECKING): New. | |
4592 | * configure.in: Add --enable-stage1-checking. | |
4593 | * configure: Regenerate. | |
4594 | * Makefile.in: Regenerate. | |
4595 | ||
4596 | 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
4597 | ||
4598 | * configure.in: Update error message for missing GMP/MPFR. | |
4599 | ||
4600 | * configure: Regenerate. | |
4601 | ||
4602 | 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
4603 | ||
4604 | * configure.in: Update MPFR version in error message. | |
4605 | ||
4606 | * configure: Regenerate. | |
4607 | ||
4608 | 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | |
4609 | ||
4610 | * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags. | |
4611 | (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include, | |
4612 | --with-gmp-lib): New flags. | |
4613 | ||
4614 | * configure: Regenerate. | |
4615 | ||
790c0838 AM |
4616 | 2006-12-12 Andreas Tobler <a.tobler@schweiz.org> |
4617 | ||
4618 | PR bootstrap/30134 | |
4619 | * configure.in: Correct x86 darwin support for libjava to powerpc | |
4620 | and i?86 only. | |
4621 | * configure: Regenerate. | |
4622 | ||
77d7106f AM |
4623 | 2006-12-11 Alan Modra <amodra@bigpond.net.au> |
4624 | ||
4625 | * configure.in: Handle spu makefile frag. | |
77d7106f AM |
4626 | * Makefile.tpl (MAINT): Define |
4627 | (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define. | |
4628 | * configure: Regenerate. | |
4629 | * Makefile.in: Regenerate. | |
4630 | ||
0cfa5389 BE |
4631 | 2006-12-11 Ben Elliston <bje@au.ibm.com> |
4632 | ||
4633 | * config.sub, config.guess: Update from upstream sources. | |
4634 | ||
2839fe5d BE |
4635 | 2006-12-11 Ben Elliston <bje@au.ibm.com> |
4636 | ||
4637 | * configure.in: Sync with GCC (spu-*-*). | |
4638 | * configure: Sync with GCC. | |
4639 | ||
b897f5d4 MS |
4640 | 2006-12-07 Mike Stump <mrs@apple.com> |
4641 | ||
4642 | * Makefile.def (dependencies): Add dependency for | |
4643 | install-target-libssp and install-target-libgomp on | |
4644 | install-gcc. | |
4645 | * Makefile.in: Regenerate. | |
4646 | ||
9daf3993 PB |
4647 | 2006-11-16 Paolo Bonzini <bonzini@gnu.org> |
4648 | ||
4649 | * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence. | |
4650 | (unstage): Test for stage_last presence. | |
4651 | ||
4652 | PR bootstrap/29802 | |
4653 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX. | |
4654 | * Makefile.in: Regenerate. | |
4655 | ||
9dbaa842 DD |
4656 | 2006-11-14 DJ Delorie <dj@redhat.com> |
4657 | ||
4658 | * Makefile.tpl (clean-stage*): Sync with GCC (clean). | |
4659 | * Makefile.in: Sync with GCC. | |
4660 | * configure.in: Sync with GCC (mpfr, gmp). | |
4661 | * configure: Sync with GCC. | |
4662 | ||
b0cbce8d JJ |
4663 | 2006-11-08 Jie Zhang <jie.zhang@analog.com> |
4664 | ||
4665 | * configure.in: Remove target-libgloss from noconfigdirs for | |
4666 | bfin-*-*. | |
4667 | * configure: Regenerated. | |
4668 | ||
44330a94 JJ |
4669 | 2006-10-27 Jeff Johnston <jjohnstn@redhat.com> |
4670 | ||
4671 | * COPYING.NEWLIB: Add spu license. | |
7de05dd5 | 4672 | * COPYING.LIBGLOSS: Ditto. |
44330a94 | 4673 | |
56a8fe78 DD |
4674 | 2006-10-17 Brooks Moses <bmoses@stanford.edu> |
4675 | ||
4676 | * Makefile.def: Added pdf target handling. | |
4677 | * Makefile.tpl: Added pdf target handling. | |
4678 | * Makefile.in: Regenerated. | |
4679 | ||
fbb00ad0 JJ |
4680 | 2006-10-11 Jeff Johnston <jjohnstn@redhat.com> |
4681 | ||
4682 | * COPYING.NEWLIB: Updated. | |
4683 | * COPYING.LIBGLOSS: Ditto. | |
4684 | ||
6b89cc21 DB |
4685 | 2006-09-27 Dave Brolley <brolley@redhat.com> |
4686 | ||
4687 | * configure.in (RUNTEST): Look for 'runtest' in the source tree by using | |
4688 | $s instead of $r. | |
4689 | * configure: Regenerated. | |
4690 | ||
17bcf627 BE |
4691 | 2006-09-26 Ben Elliston <bje@au.ibm.com> |
4692 | ||
4693 | * config.sub, config.guess: Update from upstream sources. | |
4694 | ||
f3529cf1 TS |
4695 | 2006-09-20 Thiemo Seufer <ths@mips.com> |
4696 | ||
4697 | * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise | |
4698 | for mipstx39-*-*. Disable libgloss for mips64*-*-linux*. | |
4699 | * configure: Regenerate. | |
4700 | ||
45055374 CV |
4701 | 2006-08-30 Corinna Vinschen <corinna@vinschen.de> |
4702 | ||
4703 | * configure.in: Never build newlib for a Mingw host. | |
4704 | Never build newlib as Mingw target library. | |
4705 | Test the existence of winsup/cygwin for building a Cygwin newlib, | |
4706 | rather than just winsup. | |
4707 | Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if | |
4708 | building a Mingw target. | |
4709 | * configure: Regenerate. | |
4710 | ||
4be041b2 | 4711 | 2006-08-15 Thiemo Seufer <ths@mips.com> |
f7c83eac AS |
4712 | Nigel Stephens <nigel@mips.com> |
4713 | David Ung <davidu@mips.com> | |
4be041b2 TS |
4714 | |
4715 | * config.sub: Add support for sde as alias of mipsisa32-sde-elf. | |
4716 | ||
1d89b610 PB |
4717 | 2006-07-25 Paolo Bonzini <bonzini@gnu.org> |
4718 | ||
4719 | Sync from GCC: | |
4720 | 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr> | |
4721 | ||
f7c83eac AS |
4722 | PR bootstrap/18058 |
4723 | * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1 | |
4724 | if the bootstrap compiler is a GCC version that supports it. | |
4725 | * configure: Regenerate. | |
1d89b610 | 4726 | |
66a79c16 DJ |
4727 | 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com> |
4728 | ||
4729 | * configure.in: Allow mingw32 and cygwin targets to build cross-gdb. | |
4730 | * configure: Regenerated. | |
4731 | ||
c1cb7e02 PB |
4732 | 2006-07-18 Paolo Bonzini <bonzini@gnu.org> |
4733 | ||
f7c83eac AS |
4734 | * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir |
4735 | for stages after the first. | |
c1cb7e02 | 4736 | |
7206a0ee JJ |
4737 | 2006-07-17 Jakub Jelinek <jakub@redhat.com> |
4738 | ||
4739 | * Makefile.def: Add dependencies for configure-opcodes | |
4740 | on configure-intl and all-opcodes on all-intl. | |
4741 | * Makefile.in: Regenerated. | |
4742 | ||
6816f995 AO |
4743 | 2006-07-04 Peter O'Gorman <peter@pogma.com> |
4744 | ||
4745 | * ltconfig: chmod 644 before ranlib during install. | |
4746 | ||
3d3adb43 PB |
4747 | 2006-07-03 Paolo Bonzini <bonzini@gnu.org> |
4748 | ||
1f3f1bbf | 4749 | * configure.in: Fix thinkos in previous check-in. |
3d3adb43 PB |
4750 | * configure: Regenerate. |
4751 | ||
64ce424c PB |
4752 | 2006-07-03 Paolo Bonzini <bonzini@gnu.org> |
4753 | ||
4754 | Sync from gcc: | |
4755 | ||
4756 | 2007-07-03 Paolo Bonzini <bonzini@gnu.org> | |
4757 | ||
4758 | PR other/27063 | |
4759 | * configure.in: Test subdir_requires and give an appropriate | |
4760 | error message. | |
4761 | * configure: Regenerate. | |
4762 | ||
4763 | 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | |
4764 | ||
4765 | PR target/27540 | |
4766 | * configure.in: Only enable libgomp on IRIX 6. | |
4767 | * configure: Regenerate. | |
4768 | ||
d42c4017 DA |
4769 | 2006-06-20 David Ayers <d.ayers@inode.at> |
4770 | ||
4771 | PR bootstrap/28072 | |
4772 | * configure.in: Add target-boehm-gc to noconfigdirs depending on | |
4773 | whether target-libjava is being configured instead of whether the | |
4774 | java front end is enabled. | |
4775 | * configure: Regenerate. | |
0e7ef45c | 4776 | |
4962c51a MS |
4777 | 2006-06-15 Mark Shinwell <shinwell@codesourcery.com> |
4778 | ||
4779 | * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2} | |
4780 | to R_ARM_LDC_SB_G{0,1,2} respectively. | |
4781 | ||
caee866a PB |
4782 | 2006-06-15 Paolo Bonzini <bonzini@gnu.org> |
4783 | ||
4784 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS | |
4785 | too. | |
4786 | * Makefile.in: Regenerate. | |
4787 | ||
363ef840 DA |
4788 | 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
4789 | ||
4790 | Sync from gcc: | |
4791 | ||
4792 | 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | |
4793 | * configure.in: Don't enable libgomp on hpux10. | |
4794 | * configure: Rebuilt. | |
4795 | ||
54d1c879 DA |
4796 | 2006-06-13 David Ayers <d.ayers@inode.at> |
4797 | ||
4798 | Sync from gcc: | |
4799 | ||
4800 | 2006-06-12 David Ayers <d.ayers@inode.at> | |
0e7ef45c | 4801 | |
54d1c879 DA |
4802 | PR bootstrap/27963 |
4803 | PR target/19970 | |
0e7ef45c | 4804 | * configure.in: Remove target-boehm-gc from noconfigdirs where |
54d1c879 DA |
4805 | ${libgcj} is specified. |
4806 | * configure: Regenerate. | |
0e7ef45c | 4807 | |
a4d8b690 JJ |
4808 | 2006-06-08 Jeff Johnston <jjohnstn@redhat.com> |
4809 | ||
4810 | Sync from gcc: | |
4811 | ||
4812 | 2005-01-12 David Edelsohn <edelsohn@gnu.org> | |
f7c83eac | 4813 | Andreas Schwab <schwab@suse.de> |
a4d8b690 JJ |
4814 | |
4815 | PR bootstrap/18033 | |
4816 | * config-ml.in: Eval option if surrounded by single quotes. | |
4817 | ||
4f0ef2d8 CD |
4818 | 2006-06-07 Carlos O'Donell <carlos@codesourcery.com> |
4819 | ||
4820 | Sync from gcc: | |
0e7ef45c | 4821 | |
4f0ef2d8 | 4822 | 2006-06-06 David Ayers <d.ayers@inode.at> |
0e7ef45c | 4823 | |
4f0ef2d8 CD |
4824 | PR libobjc/13946 |
4825 | * Makefile.def: Add dependencies for libobjc which boehm-gc. | |
4826 | * Makefile.in: Regenerate. | |
4827 | * configure.in: Add --enable-objc-gc at toplevel and have it | |
4828 | enable boehm-gc for Objective-C. | |
4829 | Remove target-boehm-gc from libgcj. | |
4830 | Add target-boehm-gc to target_libraries. | |
4831 | Add target-boehm-gc to noconfigdirs where ${libgcj} | |
4832 | is specified. | |
4833 | Assert that boehm-gc is supported when requested for Objective-C. | |
4834 | Only build boehm-gc if needed either for Java or Objective-C. | |
4835 | * configure: Regenerate. | |
4836 | ||
4837 | 2006-06-05 Paolo Bonzini <bonzini@gnu.org> | |
0e7ef45c | 4838 | |
4f0ef2d8 CD |
4839 | PR 27674 |
4840 | * Makefile.tpl (configure-[+prefix+][+module+], | |
4841 | all-[+prefix+][+module+]): Depend on stage_current if bootstrapping. | |
4842 | Remove rule to unstage bootstrapped modules. | |
4843 | (stage_current): New. | |
4844 | * Makefile.in: Regenerate. | |
4845 | ||
4846 | 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | |
4847 | Andreas Tobler <a.tobler@schweiz.ch> | |
4848 | ||
4849 | * configure.in: Enable libgcj for hppa*-hp-hpux11*. | |
4850 | * configure: Rebuilt. | |
4851 | ||
4852 | Revert | |
4853 | 2006-01-31 Richard Guenther <rguenther@suse.de> | |
4854 | Paolo Bonzini <bonzini@gnu.org> | |
4855 | ||
4856 | * Makefile.def (target_modules): Add libgcc-math target module. | |
4857 | * configure.in (target_libraries): Add libgcc-math target library. | |
4858 | (--enable-libgcc-math): New configure switch. | |
4859 | * Makefile.in: Re-generate. | |
4860 | * configure: Re-generate. | |
4861 | ||
c17b816b JJ |
4862 | 2006-06-05 Jeff Johnston <jjohnstn@redhat.com> |
4863 | ||
4864 | * config-ml.in: Alter CCASFLAGS to include special | |
4865 | multilib options the same as is done for CFLAGS. | |
4866 | ||
20e95c23 DJ |
4867 | 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com> |
4868 | ||
4869 | * Makefile.def: Added dependencies from sim and gdb on intl, and | |
4870 | added configure dependencies to everything with an all dependency | |
4871 | on intl. | |
4872 | * gettext.m4: Removed. | |
4873 | * src-release (DEVO_SUPPORT): Don't mention gettext.m4. | |
4874 | (GDB_SUPPORT_DIRS): Add intl. | |
4875 | * Makefile.in: Regenerated. | |
4876 | ||
4bd8ad80 DJ |
4877 | 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com> |
4878 | ||
4879 | * src-release (DEVO_SUPPORT): Add config.rpath. | |
4880 | ||
c380fdd8 PB |
4881 | 2006-05-25 Paolo Bonzini <bonzini@gnu.org> |
4882 | ||
4883 | * Makefile.def (bfd, opcodes): Fix lib_path. | |
4884 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS. | |
4885 | (restrap): Move under "@if gcc-bootstrap". Fix typo. | |
4886 | * Makefile.in: Regenerate. | |
4887 | ||
701628f5 MS |
4888 | 2006-05-24 Mark Shinwell <shinwell@codesourcery.com> |
4889 | ||
4890 | * configure.in: Enable gprof for cross builds. | |
4891 | * configure: Regenerate. | |
4892 | ||
25aae7f2 DJ |
4893 | 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com> |
4894 | ||
4895 | * src-release (MAKEINFOFLAGS): Define. | |
4896 | (do-proto-toplev): Pass MAKEINFOFLAGS to submakes. | |
4897 | ||
ea3d1626 BE |
4898 | 2006-05-14 Ben Elliston <bje@au.ibm.com> |
4899 | ||
4900 | * config.sub, config.guess: Update from upstream sources. | |
4901 | ||
49b9e644 BE |
4902 | 2006-05-12 Ben Elliston <bje@au.ibm.com> |
4903 | ||
4904 | * config.sub, config.guess: Update from upstream sources. | |
4905 | ||
482dd2f6 DJ |
4906 | 2006-05-04 Steve Ellcey <sje@cup.hp.com> |
4907 | ||
4908 | * blt, iwidgets, mmalloc: Remove directories. | |
4909 | ||
8b01a5c2 DD |
4910 | 2006-05-01 DJ Delorie <dj@redhat.com> |
4911 | ||
641a3af4 | 4912 | * configure.in: Restore CFLAGS if GMP isn't present. |
8b01a5c2 DD |
4913 | * configure: Regenerate. |
4914 | ||
a481dbb7 DD |
4915 | 2006-04-18 DJ Delorie <dj@redhat.com> |
4916 | ||
4917 | * configure.in (m32c): Build libstdc++-v3. Pass flags to | |
4918 | reference libgloss so that libssp can be built in a combined | |
4919 | tree. | |
4920 | * configure: Regenerate. | |
4921 | ||
962c9e74 BE |
4922 | 2006-04-10 Ben Elliston <bje@au.ibm.com> |
4923 | ||
4924 | * contrib: Remove directory. | |
4925 | ||
108a6f8e CD |
4926 | 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> |
4927 | ||
4928 | * Makefile.tpl: Add install-html target. | |
4929 | * Makefile.def: Add install-html target. | |
4930 | * Makefile.in: Regenerate. | |
4931 | * configure.in: Add --with-datarootdir, --with-docdir, | |
4932 | and --with-htmldir options. | |
4933 | * configure: Regenerate. | |
4934 | ||
a4ef73e9 BE |
4935 | 2006-03-31 Ben Elliston <bje@au.ibm.com> |
4936 | ||
4937 | PR binutils/1860 | |
4938 | * configure.in: Require makeinfo 4.4 or higher. | |
4939 | * configure: Regenerate. | |
4940 | ||
b37df25a PB |
4941 | 2006-03-14 Paolo Bonzini <bonzini@gnu.org> |
4942 | ||
4943 | * Makefile.in: Regenerate. | |
4944 | ||
a6df5a19 PB |
4945 | 2006-03-14 Paolo Bonzini <bonzini@gnu.org> |
4946 | ||
4947 | Sync with gcc: | |
4948 | 2006-03-10 Aldy Hernandez <aldyh@redhat.com> | |
4949 | ||
f7c83eac AS |
4950 | * configure.in: Handle --disable-<component> generically. |
4951 | * configure: Regenerate. | |
a6df5a19 PB |
4952 | |
4953 | 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com> | |
0e7ef45c | 4954 | |
f7c83eac AS |
4955 | * Makefile.tpl (BUILD_CONFIGDIRS): Remove. |
4956 | (TARGET_CONFIGDIRS): Remove. | |
4957 | * configure.in: Remove AC_SUBST(target_configdirs). | |
4958 | * Makefile.in, configure: Regenerated. | |
a6df5a19 PB |
4959 | |
4960 | ||
65419985 L |
4961 | 2006-03-01 H.J. Lu <hongjiu.lu@intel.com> |
4962 | ||
4963 | PR libgcj/17311 | |
4964 | * ltmain.sh: Don't use "$finalize_rpath" for compile. | |
4965 | ||
c52c6897 PB |
4966 | 2006-02-20 Paolo Bonzini <bonzini@gnu.org> |
4967 | ||
4968 | PR bootstrap/25670 | |
4969 | ||
4970 | * Makefile.tpl ([+compare-target+]): Print explanation messages. | |
4971 | ||
4972 | * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass. | |
4973 | * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass. | |
4974 | (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES, | |
4975 | BUILD_PREFIX, BUILD_PREFIX_1. | |
4976 | * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute. | |
4977 | ||
4978 | * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too. | |
4979 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too. | |
4980 | ||
4981 | * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+], | |
4982 | all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead | |
4983 | of `cat stage_current`. Always provide the `r' and `s' variables. | |
4984 | (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into | |
4985 | a single shell execution. | |
4986 | (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For | |
4987 | bootstrapped modules, make the stage1 module if the build was not | |
4988 | started yet, else build the current stage. | |
4989 | (all-host, all-target): Omit bootstrapped modules (if bootstrapping). | |
4990 | (all-build, all-host, all-target, [+make_target+]-host, | |
4991 | [+make_target+]-target): Do not use \-continued lines. | |
4992 | (target modules): Depend on stage_last, not all-gcc, if bootstrapping. | |
4993 | (current_stage, restrap, stage_last): New. | |
4994 | ||
4995 | * Makefile.in: Regenerate. | |
4996 | * configure: Regenerate. | |
4997 | ||
b3ded179 PB |
4998 | 2006-02-14 Paolo Bonzini <bonzini@gnu.org> |
4999 | ||
5000 | Sync from gcc: | |
5001 | ||
5002 | 2006-01-31 Richard Guenther <rguenther@suse.de> | |
5003 | Paolo Bonzini <bonzini@gnu.org> | |
5004 | ||
f7c83eac AS |
5005 | * Makefile.def (target_modules): Add libgcc-math target module. |
5006 | * configure.in (target_libraries): Add libgcc-math target library. | |
5007 | (--enable-libgcc-math): New configure switch. | |
5008 | * Makefile.in: Re-generate. | |
5009 | * configure: Re-generate. | |
5010 | * libgcc-math: New toplevel directory. | |
b3ded179 PB |
5011 | |
5012 | 2006-01-18 Richard Henderson <rth@redhat.com> | |
f7c83eac AS |
5013 | Jakub Jelinek <jakub@redhat.com> |
5014 | Diego Novillo <dnovillo@redhat.com> | |
b3ded179 | 5015 | |
f7c83eac AS |
5016 | * libgomp: New directory. |
5017 | * Makefile.def: Add target_module libgomp. | |
5018 | * Makefile.in: Regenerate. | |
5019 | * configure.in (target_libraries): Add target-libgomp. | |
5020 | * configure: Regenerate. | |
b3ded179 | 5021 | |
3a35eeb3 PB |
5022 | 2006-02-14 Paolo Bonzini <bonzini@gnu.org> |
5023 | Andreas Schwab <schwab@suse.de> | |
0e7ef45c | 5024 | |
3a35eeb3 PB |
5025 | * configure: Regenerate. |
5026 | ||
2429c060 PB |
5027 | 2006-01-16 Paolo Bonzini <bonzini@gnu.org> |
5028 | ||
5029 | * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier. | |
5030 | Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find | |
5031 | the assembler, linker and binutils. | |
5032 | * configure: Regenerate. | |
5033 | ||
ec49b2b8 NC |
5034 | 2006-01-16 Nick Clifton <nickc@redhat.com> |
5035 | ||
49b9e644 | 5036 | * config.sub, config.guess: Sync from config repository. |
ec49b2b8 | 5037 | |
44b2308f AO |
5038 | 2006-01-05 Alexandre Oliva <aoliva@redhat.com> |
5039 | ||
5040 | * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove | |
5041 | @ from continuation. | |
5042 | * Makefile.in: Rebuilt. | |
5043 | ||
80911fe1 PB |
5044 | 2006-01-04 Paolo Bonzini <bonzini@gnu.org> |
5045 | ||
5046 | Sync from gcc: | |
5047 | ||
5048 | 2006-01-04 Paolo Bonzini <bonzini@gnu.org> | |
5049 | ||
f7c83eac | 5050 | PR bootstrap/24252 |
80911fe1 | 5051 | |
f7c83eac AS |
5052 | * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES. |
5053 | * Makefile.tpl (OBJDUMP): New. | |
5054 | (EXTRA_HOST_FLAGS): Add it. | |
5055 | (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass. | |
80911fe1 | 5056 | |
f7c83eac AS |
5057 | * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try |
5058 | to use symbolic links between directories. Avoid race conditions | |
5059 | or make them harmless. | |
5060 | * configure.in: Do not try to use symbolic links between directories. | |
80911fe1 | 5061 | |
f7c83eac AS |
5062 | * Makefile.def (LEAN): Pass. |
5063 | * Makefile.tpl (LEAN): Define. | |
5064 | (stage[+id+]-start): Accept that the previous directory does not | |
5065 | exist, if the bootstrap is lean. | |
5066 | (stage[+id+]-bubble): Invoke lean bootstrap commands after | |
5067 | stage[+id+]-start. Use a makefile variable and an `if' instead of a | |
5068 | configure substitution. | |
5069 | ([+compare-target+]): Likewise. | |
5070 | ([+bootstrap-target+]-lean): New. | |
5071 | * configure.in: Remove lean bootstrap support from here. | |
80911fe1 | 5072 | |
f7c83eac AS |
5073 | * Makefile.in: Regenerate. |
5074 | * configure: Regenerate. | |
80911fe1 PB |
5075 | |
5076 | 2006-01-02 Andreas Schwab <schwab@suse.de> | |
5077 | ||
f7c83eac AS |
5078 | * configure.in: When reconfiguring remove Makefile in |
5079 | all stage directories. | |
5080 | * configure: Regenerate. | |
80911fe1 | 5081 | |
b59bea8a NC |
5082 | 2005-12-27 Leif Ekblad <leif@rdos.net> |
5083 | ||
5084 | * configure.in: Add support for RDOS target. | |
5085 | * configure: Regenerate. | |
5086 | ||
d7730bac NC |
5087 | 2005-12-27 Nick Clifton <nickc@redhat.com> |
5088 | ||
5089 | PR binutils/1990 | |
5090 | * libtool.m4: Synchronize with version in GCC sources. | |
5091 | ||
c02dabc3 PB |
5092 | 2005-12-20 Paolo Bonzini <bonzini@gnu.org> |
5093 | ||
f7c83eac | 5094 | Revert Ada-related part of the previous change. |
c02dabc3 | 5095 | |
f7c83eac AS |
5096 | * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET): |
5097 | Do not pass. | |
5098 | * Makefile.tpl (BOOT_ADAFLAGS): Do not define. | |
5099 | * Makefile.in: Regenerate. | |
5100 | * configure.in: Do not include mt-ppc-aix target fragment. | |
5101 | * configure: Regenerate. | |
c02dabc3 | 5102 | |
f6d183c0 PB |
5103 | 2005-12-19 Paolo Bonzini <bonzini@gnu.org> |
5104 | ||
5105 | * configure.in: Select appropriate fragments for PowerPC/AIX. | |
5106 | * configure: Regenerate. | |
5107 | ||
5108 | * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS, | |
5109 | BOOT_CFLAGS, BOOT_LDFLAGS. | |
5110 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS, | |
5111 | BOOT_CFLAGS, BOOT_LDFLAGS. | |
5112 | (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET. | |
5113 | (stage[+id+]-bubble): Pass flags recursively to the comparison target. | |
5114 | (stage): Fail if we cannot complete the work. | |
5115 | * Makefile.in: Regenerate. | |
5116 | ||
f29759fc JJ |
5117 | 2005-12-16 Jeff Johnston <jjohnstn@redhat.com> |
5118 | ||
5119 | * COPYING.NEWLIB: Update copyright year for default | |
5120 | copyright. | |
5121 | ||
1f054001 PB |
5122 | 2005-12-15 Paolo Bonzini <bonzini@gnu.org> |
5123 | ||
5124 | * Makefile.tpl (all, do-[+make_target+], do-check, install, | |
5125 | install-host-nogcc): Don't invoke $(stage) at the end. | |
5126 | * Makefile.in: Regenerate. | |
5127 | ||
0aed8855 PB |
5128 | 2005-12-14 Paolo Bonzini <bonzini@gnu.org> |
5129 | ||
5130 | * configure.in: Flip the top-level bootstrap switch. | |
5131 | * configure: Regenerate. | |
5132 | ||
5133 | Merge from gcc: | |
5134 | ||
5135 | 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com> | |
5136 | ||
f7c83eac AS |
5137 | * Makefile.tpl: Throughout the file, use : $(MAKE) along with |
5138 | $(stage) and $(unstage). | |
5139 | (EXTRA_TARGET_FLAGS): Correct double-quoting. | |
5140 | (all): Remove stray semicolon. | |
5141 | (local-distclean): Don't handle multilib.tmp and multilib.out. | |
5142 | (install.all): Set $s for consistency. | |
5143 | (configure-[+prefix+][+module+]): Instead of [+deps+], handle | |
5144 | check_multilibs setting. Always make the install directory. | |
5145 | (configure-stage[+id+]-[+prefix+][+module+]): Likewise. | |
5146 | Correct @if/@endif. | |
5147 | (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif. | |
5148 | ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove. | |
5149 | (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR). | |
5150 | (multilib.out): Remove. | |
5151 | * Makefile.in: Regenerated. | |
0aed8855 PB |
5152 | |
5153 | 2005-12-12 Nathan Sidwell <nathan@codesourcery.com> | |
5154 | ||
5155 | * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. | |
5156 | * configure.in: Replace ms1 arch with mt. | |
5157 | * configure: Rebuilt. | |
5158 | ||
5159 | 2005-12-05 Paolo Bonzini <bonzini@gnu.org> | |
5160 | ||
5161 | Sync with gcc: | |
5162 | ||
4970f871 NS |
5163 | 2005-12-12 Nathan Sidwell <nathan@codesourcery.com> |
5164 | ||
5165 | * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. | |
5166 | * configure.in: Replace ms1 arch with mt. | |
5167 | * configure: Rebuilt. | |
5168 | ||
be01d343 PB |
5169 | 2005-12-05 Paolo Bonzini <bonzini@gnu.org> |
5170 | ||
5171 | Sync with gcc: | |
5172 | ||
5173 | 2005-12-05 Paolo Bonzini <bonzini@gnu.org> | |
5174 | ||
f7c83eac AS |
5175 | * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4, |
5176 | CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove | |
5177 | "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below. | |
5178 | Find in-tree tools if available. | |
5179 | (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them. | |
5180 | (CONFIGURED_*_FOR_TARGET): Don't set nor substitute. | |
5181 | (*_FOR_TARGET): Set them with GCC_TARGET_TOOL. | |
5182 | (COMPILER_*_FOR_TARGET): New. | |
5183 | * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs. | |
5184 | (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols. | |
5185 | (CONFIGURED_*, USUAL_*): Remove. | |
5186 | (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO, | |
5187 | STRIP): Use autoconf substitutions. | |
5188 | (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET, | |
5189 | COMPILER_NM_FOR_TARGET): New. | |
5190 | (EXTRA_HOST_FLAGS): Pass LIPO and STRIP. | |
5191 | ||
5192 | (all): Make all-host and all-target in parallel. | |
5193 | (do-[+make_target+], do-check, install, [+compare-target+]): Ensure | |
5194 | that $$r and $$s are set before invoking a recursive make. | |
5195 | (stage[+id+]-bubble): Likewise, and invoke the comparison at the end. | |
5196 | ([+bootstrap-target+]): Inline most of the `all' target. | |
be01d343 PB |
5197 | |
5198 | 2005-11-29 Ben Elliston <bje@au.ibm.com> | |
5199 | ||
f7c83eac AS |
5200 | * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc |
5201 | from the gcc build directory. | |
5202 | * Makefile.in: Regenerate. | |
be01d343 PB |
5203 | |
5204 | 2005-11-29 Ben Elliston <bje@au.ibm.com> | |
5205 | ||
f7c83eac AS |
5206 | * Makefile.def: Add new libdecnumber host_module. Make all-gcc |
5207 | depend on all-libdecnumber. | |
5208 | * configure.in (host_libs): Include libdecnumber. | |
5209 | * Makefile.in: Regenerate. | |
5210 | * configure: Likewise. | |
be01d343 PB |
5211 | |
5212 | 2005-11-21 Kean Johnston <jkj@sco.com> | |
5213 | ||
f7c83eac | 5214 | * config.sub, config.guess: Sync from upstream sources. |
be01d343 | 5215 | |
907be67c DJ |
5216 | 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com> |
5217 | ||
5218 | * Makefile.def: Remove gdb dependencies for gdbtk. | |
5219 | * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables. | |
5220 | (configure-gdb, install-gdb): New rules. | |
5221 | * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK. | |
5222 | * Makefile.in, configure: Regenerated. | |
5223 | ||
e360f423 PB |
5224 | 2005-10-22 Paolo Bonzini <bonzini@gnu.org> |
5225 | ||
5226 | PR bootstrap/24297 | |
5227 | * Makefile.tpl (do-[+make-target+], do-check, install, | |
5228 | stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s | |
5229 | are set before recursing. | |
5230 | * Makefile.in: Regenerate. | |
5231 | ||
45d5eb0a EB |
5232 | 2005-10-20 Eric Botcazou <ebotcazou@adacore.com> |
5233 | ||
5234 | PR bootstrap/18939 | |
5235 | * Makefile.def (gcc) <target>: Fix thinko. | |
5236 | * Makefile.in: Regenerate. | |
5237 | ||
3cf3372e BS |
5238 | 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com> |
5239 | ||
5240 | * configure.in (bfin-*-*): Use test, not brackets, in if statement. | |
5241 | * configure: Regenerate. | |
5242 | ||
bd70a46f KH |
5243 | 2005-10-09 Kazu Hirata <kazu@codesourcery.com> |
5244 | ||
5245 | * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs | |
5246 | target-libffi, target-qthreads, target-libjava, and | |
5247 | targetlibobjc. | |
5248 | * configure: Regenerate. | |
5249 | ||
5ae72758 DJ |
5250 | 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com> |
5251 | ||
5252 | * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET. | |
5253 | * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP. | |
5254 | (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET) | |
5255 | (USUAL_OBJDUMP_FOR_TARGET): New. | |
5256 | (EXTRA_TARGET_FLAGS): Add OBJDUMP. | |
5257 | * configure.in: Check for $OBJDUMP_FOR_TARGET. | |
274b5ecd | 5258 | * configure, Makefile.in: Regenerated. |
5ae72758 | 5259 | |
cc96343e PB |
5260 | 2005-10-05 Paolo Bonzini <bonzini@gnu.org> |
5261 | ||
5262 | * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages | |
5263 | before other host packages. | |
5264 | ||
f70224b5 PB |
5265 | 2005-10-05 Paolo Bonzini <bonzini@gnu.org> |
5266 | ||
5267 | PR bootstrap/22340 | |
5268 | ||
5269 | * configure.in (default_target): Remove. | |
5270 | * Makefile.tpl (all): Do not use prerequisites as subroutines | |
5271 | (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet. | |
5272 | (do-[+make_target+], check, install, [+bootstrap_target+]): Do not | |
5273 | use prerequisites as subroutines. | |
5274 | (check-host, check-target): New. | |
5275 | (bootstrap configure & all targets): Do not use stage*-start | |
5276 | if the directory layout is already ok. | |
5277 | (non-bootstrap configure & all targets): Prepend a $(unstage). | |
5278 | (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL. | |
5279 | (NOTPARALLEL): Remove. | |
5280 | (unstage, stage variables): New variables. | |
5281 | (unstage, stage targets): Simply expand to those variables. | |
5282 | ||
5283 | * configure: Regenerate. | |
5284 | * Makefile.in: Regenerate. | |
5285 | ||
c13c918a JW |
5286 | 2005-10-04 James E Wilson <wilson@specifix.com> |
5287 | ||
5288 | * Makefile.def (lang_env_dependencies): Add libmudflap. | |
5289 | * Makefile.in: Regenerate. | |
5290 | ||
376a0e54 CM |
5291 | 2005-10-03 Catherine Moore <clm@cm00re.com> |
5292 | ||
5293 | * configure.in (bfin-*-*): Support bfin. | |
5294 | * configure: Regenerated. | |
5295 | ||
d320aacb L |
5296 | 2005-09-30 H.J. Lu <hongjiu.lu@intel.com> |
5297 | ||
5298 | * configure.in (*-*-darwin*): Build bfd, binutils and opcodes. | |
5299 | * configure: Regenerated. | |
5300 | ||
7e0f7140 GK |
5301 | 2005-09-28 Geoffrey Keating <geoffk@apple.com> |
5302 | ||
5303 | * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP. | |
5304 | (LIPO_FOR_TARGET): New. | |
5305 | (CONFIGURED_LIPO_FOR_TARGET): New. | |
5306 | (USUAL_LIPO_FOR_TARGET): New. | |
5307 | (STRIP_FOR_TARGET): New. | |
5308 | (CONFIGURED_STRIP_FOR_TARGET): New. | |
5309 | (USUAL_STRIP_FOR_TARGET): New. | |
5310 | * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and | |
5311 | STRIP_FOR_TARGET. | |
5312 | * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET, | |
5313 | CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET. | |
5314 | * Makefile.in: Regenerate. | |
5315 | * configure: Regenerate. | |
0e7ef45c | 5316 | |
096f7d00 DE |
5317 | 2005-09-19 David Edelsohn <edelsohn@gnu.org> |
5318 | ||
5319 | * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs. | |
5320 | (rs6000-*-aix*): Same. | |
5321 | * configure: Regenerate. | |
5322 | ||
5323 | 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr> | |
5324 | ||
5325 | * configure.in: Recognize f95 in the --enable-languages option, | |
5326 | and substitute it for fortran, issuing a warning. | |
5327 | * configure: Regenerate. | |
5328 | ||
2016dfcc BE |
5329 | 2005-09-07 Ben Elliston <bje@au.ibm.com> |
5330 | ||
5331 | Import from Autoconf sources: | |
5332 | ||
5333 | 2005-09-06 Paul Eggert <eggert@cs.ucla.edu> | |
5334 | * move-if-change: Don't output "$2 is unchanged"; suggested by Ben | |
5335 | Elliston. Handle weird characters correctly. | |
5336 | ||
6dd2fda9 DD |
5337 | 2005-08-30 Phil Edwards <phil@codesourcery.com> |
5338 | ||
5339 | * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs. | |
5340 | * configure: Regenerated. | |
5341 | ||
e6db70d4 RE |
5342 | 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com> |
5343 | ||
f7c83eac AS |
5344 | * Makefile.def (libssp): Add to lang_env_dependencies. |
5345 | * Makefile.in: Regenerate. | |
e6db70d4 | 5346 | |
e1e3d0f5 CG |
5347 | 2005-08-17 Christian Groessler <chris@groessler.org> |
5348 | ||
5349 | * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. | |
5350 | * Makefile.in: Regenerate. | |
5351 | ||
05cbd757 PB |
5352 | 2005-08-12 Paolo Bonzini <bonzini@gnu.org> |
5353 | ||
5354 | * configure.in: Replace NCN_STRICT_CHECK_TOOL with | |
5355 | NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS. | |
5356 | Look for alternate names of the target cc and c++ | |
5357 | * configure: Regenerate. | |
5358 | ||
55db4b87 PB |
5359 | 2005-08-08 Paolo Bonzini <bonzini@gnu.org> |
5360 | ||
5361 | * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET, | |
5362 | GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find | |
5363 | them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target | |
5364 | tools; remove code to manually set them. | |
5365 | (Target tools): Look in the environment for them. | |
5366 | * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET, | |
5367 | GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine. | |
5368 | (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc | |
5369 | build directory. | |
5370 | (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET, | |
5371 | CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET, | |
5372 | CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET, | |
5373 | USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET, | |
5374 | USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New. | |
5375 | (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, | |
5376 | RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete. | |
5377 | * configure: Regenerate. | |
5378 | * Makefile.in: Regenerate. | |
5379 | ||
414e5532 MM |
5380 | 2005-07-27 Mark Mitchell <mark@codesourcery.com> |
5381 | ||
5382 | * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET. | |
0e7ef45c | 5383 | * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. |
414e5532 MM |
5384 | * Makefile.in: Regenerated. |
5385 | ||
a19b6204 MM |
5386 | 2005-07-26 Mark Mitchell <mark@codesourcery.com> |
5387 | ||
5388 | * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable. | |
5389 | (CFLAGS_FOR_TARGET): Use it. | |
5390 | (CXXFLAGS_FOR_TARGET): Likewise. | |
5391 | * Makefile.in: Regenerated. | |
5392 | * configure.in (--with-build-sysroot): New option. | |
5393 | * configure: Regenerated. | |
5394 | ||
b73aa406 PB |
5395 | 2005-07-24 Paolo Bonzini <bonzini@gnu.org> |
5396 | ||
5397 | * Makefile.tpl: Wrap install between unstage and stage | |
5398 | * Makefile.in: Regenerate. | |
5399 | ||
6e4d0bcb KC |
5400 | 2005-07-16 Kelley Cook <kcook@gcc.gnu.org> |
5401 | ||
5402 | * all files: Update FSF address. | |
5403 | ||
49f58d10 JB |
5404 | 2005-07-14 Jim Blandy <jimb@redhat.com> |
5405 | ||
5406 | * configure.in: Add cases for Renesas m32c. | |
5407 | * configure: Regenerated. | |
0e7ef45c | 5408 | |
1d9c9cd7 KC |
5409 | 2005-07-14 Kelley Cook <kcook@gcc.gnu.org> |
5410 | ||
5411 | * COPYING, compile, config-ml.in, config.guess, | |
5412 | config.sub, install-sh, missing, mkinstalldirs, | |
5413 | symlink-tree, ylwrap: Sync from upstream sources. | |
5414 | ||
1587117a EC |
5415 | 2005-07-13 Eric Christopher <echristo@redhat.com> |
5416 | ||
5417 | * configure.in: Add toplevel noconfigdir support for tpf. | |
5418 | * configure: Regenerate. | |
5419 | ||
bb780410 DD |
5420 | 2005-07-11 Jakub Jelinek <jakub@redhat.com> |
5421 | ||
5422 | * Makefile.def (target_modules): Add libssp. | |
5423 | * configure.in (target_libraries): Add target-libssp. | |
5424 | * configure: Rebuilt. | |
5425 | * Makefile.in: Rebuilt. | |
5426 | ||
064d0a7c PB |
5427 | 2005-07-11 Paolo Bonzini <bonzini@gnu.org> |
5428 | ||
5429 | PR ada/22340 | |
5430 | ||
5431 | * Makefile.def: Sync with gcc. | |
5432 | * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto. | |
5433 | * Makefile.in: Regenerate. | |
5434 | ||
b2edd3b5 AS |
5435 | 2005-07-07 Andreas Schwab <schwab@suse.de> |
5436 | ||
5437 | * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD. | |
5438 | * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here. | |
5439 | * Makefile.in: Regenerated. | |
5440 | ||
5f128533 KH |
5441 | 2005-07-07 Kazu Hirata <kazu@codesourcery.com> |
5442 | ||
5443 | * configure.in: Add --enable-libssp and --disable-libssp. | |
5444 | * configure: Regenerate with autoconf-2.13. | |
5445 | ||
4e3fc8e5 GK |
5446 | 2005-07-06 Geoffrey Keating <geoffk@apple.com> |
5447 | ||
5448 | * configure.in: Don't build sim or rda when targetting darwin. | |
5449 | * configure: Regenerate. | |
5450 | ||
c7357d6a BE |
5451 | 2005-07-04 Ben Elliston <bje@gnu.org> |
5452 | ||
5453 | * src-release (do-proto-toplev): Remove dejagnu bits. | |
5454 | (DEJAGNU_SUPPORT_DIRS): Remove. | |
5455 | (dejagnu.tar.bz2, dejagnu.tar): Likewise. | |
5456 | (GDBD_SUPPORT_DIRS): Likewise. | |
5457 | (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise. | |
5458 | (INSIGHTD_SUPPORT_DIRS): Likewise. | |
5459 | (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise. | |
5460 | ||
5461 | 2005-06-30 Ben Elliston <bje@gnu.org> | |
89b85085 BE |
5462 | |
5463 | * setup.com (mpw): Remove unused directive. | |
5464 | ||
7d329e61 PB |
5465 | 2005-06-22 Paolo Bonzini <bonzini@gnu.org> |
5466 | ||
5467 | * Makefile.def (stagefeedback): Come after profile. | |
5468 | Define profiledbootstrap target. | |
5469 | * Makefile.tpl (profiledbootstrap): Remove. | |
5470 | (stageprofile-end): Zap stagefeedback. | |
5471 | (stagefeedback-start): Copy all .gcda files, not only GCC's. | |
5472 | * Makefile.in: Regenerate. | |
5473 | ||
e5fbed21 DD |
5474 | 2005-06-13 Zack Weinberg <zack@codesourcery.com> |
5475 | ||
5476 | * depcomp: Update from automake CVS. Add 'ia64hp' stanza. | |
5477 | In 'cpp' stanza, support '#line' as well as '# '. | |
5478 | ||
59f7ec45 HPN |
5479 | 2005-06-07 Hans-Peter Nilsson <hp@axis.com> |
5480 | ||
5481 | * configure.in (unsupported_languages): New macro. | |
5482 | <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit | |
5483 | non-ported target libraries in noconfigdirs. | |
5484 | <cris-*, crisv32-*> Ditto, except for non-aout, non-elf, | |
5485 | non-linux-gnu. Remove libgcj_ex_libffi. | |
9eb322aa | 5486 | <lang_frag loop>: Set add_this_lang=no if the language is in |
59f7ec45 HPN |
5487 | unsupported_languages. |
5488 | * configure: Regenerate. | |
5489 | ||
c10e9ba7 DD |
5490 | 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> |
5491 | ||
5492 | * configure.in: Fix typo in handling of --with-mpfr-dir. | |
5493 | * configure: Regenerate. | |
5494 | ||
20deb2b8 JB |
5495 | 2005-06-02 Jim Blandy <jimb@redhat.com> |
5496 | ||
5497 | * config.sub: Add cases for the Renesas m32c. (This patch has been | |
5498 | accepted into the master sources.) | |
5499 | ||
cdb9b172 | 5500 | 2005-06-02 Aldy Hernandez <aldyh@redhat.com> |
f7c83eac AS |
5501 | Michael Snyder <msnyder@redhat.com> |
5502 | Stan Cox <scox@redhat.com> | |
cdb9b172 | 5503 | |
f7c83eac | 5504 | * configure.in: Set noconfigdirs for ms1. |
cdb9b172 | 5505 | |
f7c83eac | 5506 | * configure: Regenerate. |
cdb9b172 | 5507 | |
1dc3053f PB |
5508 | 2005-05-25 Paolo Bonzini <bonzini@gnu.org> |
5509 | ||
5510 | * Makefile.tpl (stage[+id+]-start): Iterate over target module as well. | |
5511 | (Dependencies): Consider target modules for bootstrap dependencies. | |
5512 | Make target bootstrap modules depend on each stage's gcc. | |
5513 | * Makefile.in: Regenerate. | |
5514 | ||
c60fe18b PB |
5515 | 2005-05-20 Paolo Bonzini <bonzini@gnu.org> |
5516 | ||
5517 | * Makefile.def (configure-gcc): Depend on binutils having been built. | |
5518 | (all-gcc): No need to do it here. | |
5519 | * Makefile.in: Regenerate. | |
5520 | ||
27258dd4 PB |
5521 | 2005-05-19 Paul Brook <paul@codesourcery.com> |
5522 | ||
0e7ef45c | 5523 | * configure.in: Rewrite misleading error message when requested |
27258dd4 PB |
5524 | language cannot be built. |
5525 | * configure: Regenerate. | |
5526 | ||
42ecbf5e DJ |
5527 | 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com> |
5528 | ||
5529 | * ylwrap: Import from Automake 1.9.5. | |
5530 | ||
ae380b45 MS |
5531 | 2005-05-04 Mike Stump <mrs@apple.com> |
5532 | ||
5533 | * configure.in: Always pass --target to target configures as | |
5534 | otherwise rebuilds that do --recheck will fail. | |
811d3af8 | 5535 | * configure: Rebuilt. |
ae380b45 | 5536 | |
d545f33b PB |
5537 | 2005-05-04 Paolo Bonzini <bonzini@gnu.org> |
5538 | ||
5539 | * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from | |
5540 | STAGE_HOST_EXPORTS. | |
5541 | (configure, all): Add bootstrap support. | |
5542 | (Host modules, target modules): Pass post-stage1 flags and exports. | |
5543 | (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere. | |
5544 | * Makefile.in: Regenerate. | |
5545 | ||
2faa2958 PB |
5546 | 2005-04-29 Paolo Bonzini <bonzini@gnu.org> |
5547 | ||
5548 | Sync from gcc: | |
5549 | ||
5550 | 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com> | |
5551 | ||
f7c83eac | 5552 | * config.sub: Update from master copy. |
2faa2958 PB |
5553 | |
5554 | 2005-04-19 Hans-Peter Nilsson <hp@axis.com> | |
5555 | ||
f7c83eac AS |
5556 | * configure.in <crisv32-*-*, cris-*-*>: New local variable |
5557 | libgcj_ex_libffi. Have specific match for *-*-linux*. Separate | |
5558 | matches for "*-*-aout" and "*-*-elf". Don't disable libffi for | |
5559 | "*-*-elf" and "*-*-linux*". | |
5560 | * configure: Regenerate. | |
2faa2958 | 5561 | |
a7254363 PB |
5562 | 2005-04-06 Paolo Bonzini <bonzini@gnu.org> |
5563 | ||
f7c83eac | 5564 | * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir. |
a7254363 PB |
5565 | (TARGET_CONFIGARGS): Include --with-target-subdir. |
5566 | (configure, all): New macros. Use them throughout. | |
5567 | ||
a8637a7d PB |
5568 | 2005-04-05 Paolo Bonzini <bonzini@gnu.org> |
5569 | ||
5570 | * Makefile.tpl: Sync with gcc. | |
5571 | * Makefile.in: Regenerate. | |
5572 | ||
dd387d52 JR |
5573 | 2005-03-30 J"orn Rennecke <joern.rennecke@st.com> |
5574 | ||
5575 | * config/mh-mingw32: Delete. | |
5576 | * configure.in: Don't use it. | |
5577 | * configure: Regenerate. | |
5578 | ||
e90269c8 PB |
5579 | 2005-03-31 Paolo Bonzini <bonzini@gnu.org> |
5580 | ||
5581 | * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path. | |
5582 | * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove. | |
5583 | (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR). | |
5584 | (HOST_LIB_PATH): Generate from Makefile.def. | |
5585 | (TARGET_LIB_PATH): Likewise. | |
5586 | (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR. | |
5587 | * Makefile.in: Regenerate. | |
5588 | * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove. | |
5589 | (RPATH_ENVVAR): Include Darwin case. | |
5590 | * configure: Regenerate. | |
5591 | ||
9a237d9e PB |
5592 | 2005-03-25 Paolo Bonzini <bonzini@gnu.org> |
5593 | ||
5594 | * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin. | |
5595 | * configure: Regenerate. | |
5596 | ||
479759c8 ZW |
5597 | 2005-03-21 Zack Weinberg <zack@codesourcery.com> |
5598 | ||
5599 | * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir, | |
5600 | gcc_version, and gcc_version_trigger from set of flags to pass. | |
5601 | * Makefile.tpl: Remove definitions of above variables. | |
5602 | (config.status): Remove dependency on $(gcc_version_trigger). | |
5603 | * Makefile.in: Regenerate. | |
5604 | * configure.in: Do not reference config/gcc-version.m4 nor | |
5605 | config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor | |
5606 | TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger. | |
5607 | * configure: Regenerate. | |
5608 | ||
4cfaf6d5 DD |
5609 | 2005-03-16 Manfred Hollstein <manfred.h@gmx.net> |
5610 | Andrew Pinski <pinskia@physics.uc.edu> | |
5611 | ||
5612 | * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi. | |
5613 | * Makefile.in: Regenerate. | |
5614 | ||
33a3fb7b AO |
5615 | 2005-03-01 Alexandre Oliva <aoliva@redhat.com> |
5616 | ||
5617 | PR libgcj/20160 | |
5618 | * ltmain.sh: Avoid creating archives with components that have | |
5619 | duplicate basenames. | |
5620 | ||
2da12f12 PB |
5621 | 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu> |
5622 | ||
479759c8 ZW |
5623 | PR bootstrap/20250 |
5624 | * Makefile.tpl (HOST target installs): Fix copy and pasto, use install | |
5625 | instead of check. | |
5626 | * Makefile.in: Regenerate. | |
2da12f12 | 5627 | |
b00612cc PB |
5628 | 2005-02-28 Paolo Bonzini <bonzini@gnu.org> |
5629 | ||
5630 | Sync from gcc. | |
5631 | ||
5632 | 2005-02-28 Paolo Bonzini <bonzini@gnu.org> | |
5633 | ||
5634 | PR bootstrap/17383 | |
5635 | * Makefile.def (target_modules): Remove "stage", now unnecessary. | |
5636 | * Makefile.tpl (HOST_SUBDIR): New substitution. | |
5637 | (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET, | |
5638 | USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET, | |
5639 | USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET, | |
5640 | USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it. | |
5641 | (Host modules, Bootstrapped modules): Use it. | |
5642 | (Build modules, Target modules): Do not create symlink trees, | |
5643 | always configure out-of-srcdir. | |
5644 | (distclean): Try removing $(host_subdir) with rm before using rm -rf. | |
5645 | * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET, | |
5646 | GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use | |
5647 | $(HOST_SUBDIR). Create a symlink for host_subdir. | |
5648 | ||
5649 | * Makefile.in: Regenerate. | |
5650 | * configure: Regenerate. | |
5651 | ||
5652 | Merged from libada-gnattools-branch: | |
5653 | 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org> | |
5654 | ||
5655 | * Makefile.def: Add gnattools as a module, depending on target-libada. | |
5656 | * Makefile.in: Regenerate. | |
5657 | * configure.in: Include gnattools in host_tools; disable it if ada | |
5658 | is disabled. | |
5659 | * configure: Regenerate. | |
5660 | ||
c3e65f62 NC |
5661 | 2005-02-23 Nick Clifton <nickc@redhat.com> |
5662 | ||
5663 | * configure: Regenerate. | |
5664 | ||
e4d180c2 NC |
5665 | 2005-02-22 Paul Schlie <schlie@comcast.net> |
5666 | ||
5667 | * configure.in: Allow darwin targeted ports to build tk, itcl and | |
5668 | libgui. | |
5669 | ||
e3c770b1 EB |
5670 | 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr> |
5671 | ||
5672 | PR libgcj/10353 | |
5673 | * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj. | |
5674 | * configure: Regenerate. | |
5675 | ||
9c73618c AC |
5676 | 2005-02-08 Andrew Cagney <cagney@gnu.org> |
5677 | ||
5678 | * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the | |
5679 | gdb/ section. Update GDB's URL. | |
5680 | ||
c46f8c51 AC |
5681 | 2005-01-31 Andrew Cagney <cagney@gnu.org> |
5682 | ||
5683 | * gettext.m4: Only set ENABLE_NLS when gettext is present. | |
5684 | ||
c7e66c6d HPN |
5685 | 2005-01-29 Hans-Peter Nilsson <hp@axis.com> |
5686 | ||
5687 | * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*. | |
5688 | <crisv32-*-*, cris-*-*>: Only disable target-newlib and | |
5689 | target-libgloss when not *-*-elf and *-*-aout. | |
5690 | * configure: Regenerate. | |
5691 | ||
a53bf506 AC |
5692 | 2005-01-27 Andrew Cagney <cagney@gnu.org> |
5693 | ||
5694 | * gettext.m4: Don't use NONE as a default for CATOBJEXT. | |
5695 | ||
45181ed1 AC |
5696 | 2005-01-24 Andrew Cagney <cagney@gnu.org> |
5697 | ||
5698 | * gettext.m4: Only fall back to ../intl/ when it's present. | |
5699 | ||
a1e0f4e4 KC |
5700 | 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> |
5701 | ||
5702 | * install-sh, config.sub: Import from upstream. | |
5703 | ||
5704 | 2005-01-17 Kelley Cook <kcook@gcc.gnu.org> | |
06bcb89d KC |
5705 | |
5706 | PR bootstrap/18222 | |
5707 | * Makefile.def: Pass CPPFLAGS_FOR_TARGET. | |
5708 | * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET. | |
5709 | * Makefile.in: Regenerate. | |
5710 | ||
c50382e2 PB |
5711 | 2005-01-03 Paolo Bonzini <bonzini@gnu.org> |
5712 | ||
5713 | Revert 2004-12-28 Makefile changes, a better fix will be | |
5714 | applied to mainline and src after GCC 4.0 branches. | |
5715 | ||
11d07737 PB |
5716 | 2004-12-28 Paolo Bonzini <bonzini@gnu.org> |
5717 | ||
5718 | PR bootstrap/17383 | |
5719 | ||
5720 | * Makefile.def (target_modules): Remove stage parameter, | |
5721 | it is always true now. | |
5722 | * Makefile.tpl (configure-build-[+module+], | |
5723 | configure-target-[+module+]): Always build symlink tree | |
5724 | for the directory and for include. BUILD_SUBDIR and | |
5725 | TARGET_SUBDIR cannot be . anymore. | |
5726 | * Makefile.in: Regenerate. | |
5727 | ||
dadfdbe2 DD |
5728 | 2004-12-25 David Edelsohn <edelsohn@gnu.org> |
5729 | ||
5730 | Revert 2004-12-08 Makefile changes. | |
5731 | ||
dbf85af7 JR |
5732 | 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com> |
5733 | ||
5734 | * configure.in (sh64-*-*): Reenable gprof. | |
5735 | * configure: Regenerate. | |
5736 | ||
6b8fea99 JB |
5737 | 2004-12-09 Jim Blandy <jimb@redhat.com> |
5738 | ||
5739 | * MAINTAINERS: List 'depcomp' as part of automake. | |
5740 | ||
7341462c DE |
5741 | 2004-12-08 David Edelsohn <edelsohn@gnu.org> |
5742 | ||
5743 | * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET. | |
5744 | * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. | |
5745 | (EXTRA_TARGET_FLAGS): Add PICFLAG. | |
5746 | * Makefile.in: Regenerate. | |
5747 | ||
21fde4dc DD |
5748 | 2004-12-07 Matt Kraai <kraai@ftbfs.org> |
5749 | ||
5750 | * Makefile.tpl: Generate normal dependencies if the LHS module is | |
5751 | not bootstrapped. | |
5752 | * Makefile.in: Regenerate. | |
5753 | ||
3da796a2 RS |
5754 | 2004-12-03 Richard Sandiford <rsandifo@redhat.com> |
5755 | ||
5756 | * configure.in: Include config/gxx-include-dir.m4. Use | |
5757 | TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs. | |
5758 | * configure: Regenerate. | |
5759 | ||
73fb7068 RS |
5760 | 2004-12-03 Richard Sandiford <rsandifo@redhat.com> |
5761 | ||
5762 | * config.if: Delete. | |
5763 | * configure.in: Set libstdcxx_incdir directly. | |
5764 | * configure: Regenerate. | |
5765 | * MAINTAINERS: Remove mention of config.if. | |
5766 | * src-release (DEVO_SUPPORT): Remove config.if. | |
5767 | ||
6c8e6ce9 EC |
5768 | 2004-12-02 Eric Christopher <echristo@redhat.com> |
5769 | ||
3b6098f8 EC |
5770 | * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list |
5771 | of things to remove. | |
6c8e6ce9 | 5772 | * Makefile.in: Regenerate. |
479759c8 | 5773 | |
b8658a2f RS |
5774 | 2004-12-02 Richard Sandiford <rsandifo@redhat.com> |
5775 | ||
5776 | * configure.in: Clear gcc_version_trigger if the file doesn't exist. | |
5777 | * configure: Regenerate. | |
5778 | ||
afefada0 RS |
5779 | 2004-12-02 Richard Sandiford <rsandifo@redhat.com> |
5780 | ||
5781 | * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION | |
5782 | to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs. | |
5783 | * configure: Regenerate. | |
5784 | ||
5dcac624 DA |
5785 | 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |
5786 | ||
5787 | * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. | |
5788 | (hppa*64*-*-*): Delete incorrect comment. | |
5789 | * configure: Rebuilt. | |
5790 | ||
57d1eb1a DD |
5791 | 2004-11-15 Kelley Cook <kcook@gcc.gnu.org> |
5792 | ||
5793 | * install-sh, compile: Import from automake. | |
5794 | ||
5795 | 2004-11-15 Kelley Cook <kcook@gcc.gnu.org> | |
5796 | ||
5797 | * config.guess, config.sub: Import from savannnah. | |
5798 | ||
6d389afc MS |
5799 | 2004-11-12 Mike Stump <mrs@apple.com> |
5800 | ||
5801 | * Makefile.def: Add html support. | |
5802 | * Makefile.tpl: Likewise. | |
5803 | * Makefile.in: Regenerate. | |
5804 | ||
69e57115 GK |
5805 | 2004-11-11 Geoffrey Keating <geoffk@apple.com> |
5806 | ||
5807 | PR 18423 | |
5808 | * configure.in: Remove all instances of build-fixincludes from | |
5809 | noconfigdirs. | |
5810 | (build_configargs): Supply --target to subdirectories. | |
5811 | * configure: Regenerate. | |
5812 | ||
5813 | * Makefile.def: Make gcc install depend on fixincludes install. | |
5814 | * Makefile.in: Regenerate. | |
5815 | ||
ba719b26 HPN |
5816 | 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com> |
5817 | ||
5818 | * configure.in (noconfigdirs) [mmix-*-*]: Disable | |
5819 | target-libgfortran. | |
5820 | * configure: Regenerate. | |
5821 | ||
c37653e7 DE |
5822 | 2004-11-07 David Edelsohn <edelsohn@gnu.org> |
5823 | ||
5824 | * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN | |
5825 | like CC. | |
5826 | ||
1eefd493 PB |
5827 | 2004-11-05 Paolo Bonzini <bonzini@gnu.org> |
5828 | ||
5829 | * Makefile.def (host fixincludes): Specify missing targets. | |
5830 | * Makefile.in: Regenerate. | |
5831 | ||
02b1af09 L |
5832 | 2004-11-04 H.J. Lu <hongjiu.lu@intel.com> |
5833 | ||
5834 | PR other/17783 | |
5835 | * configure.in: Set up LD_LIBRARY_PATH by default for gcc. | |
5836 | * configure: Regenerated. | |
5837 | ||
7f266840 DJ |
5838 | 2004-11-04 Daniel Jacobowitz <dan@debian.org> |
5839 | ||
5840 | * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove. | |
5841 | * configure: Regenerated. | |
5842 | ||
47444073 AL |
5843 | 2004-10-28 Eric B. Weddington <ericw@evcohs.com> |
5844 | ||
5845 | PR target/18151 | |
5846 | * configure.in (case ${target}): Do not build fixincludes for avr. | |
5847 | * configure: Regenerated. | |
5848 | ||
caeba88f AL |
5849 | 2004-10-26 Paolo Bonzini <bonzini@gnu.org> |
5850 | ||
5851 | * configure.in (case ${target}): Do not build fixincludes | |
5852 | on platforms where it is not used. | |
5853 | * configure: Regenerated. | |
5854 | ||
0fdbe983 DJ |
5855 | 2004-10-23 Daniel Jacobowitz <dan@debian.org> |
5856 | ||
5857 | * configure.in: Use an absolute path to install-sh. | |
5858 | * configure: Regenerated. | |
5859 | ||
1c0f67c1 AC |
5860 | 2004-10-19 Andrew Cagney <cagney@gnu.org> |
5861 | ||
5862 | * src-release (do-djunpack, do-md5sum): Install the generated file | |
5863 | directly into the proto-toplev/ directory. | |
479759c8 | 5864 | |
a9cfce9c AC |
5865 | 2004-10-19 Andrew Cagney <cagney@gnu.org> |
5866 | ||
5867 | * src-release (GDB_SUPPORT_DIRS): Remove utils and intl. | |
5868 | ||
ac0fa625 DD |
5869 | 2004-10-12 Kelley Cook <kcook@gcc.gnu.org> |
5870 | ||
5871 | * configure.in (*-*-cygwin*): Supress warning if newlib not present. | |
5872 | * configure: Regenerate. | |
5873 | ||
d27cc32e PB |
5874 | 2004-10-06 Paolo Bonzini <bonzini@gnu.org> |
5875 | ||
5876 | Fix wrong conflict resolution in: | |
5877 | ||
5878 | 2004-08-16 Paolo Bonzini <bonzini@gnu.org> | |
5879 | ||
5880 | * Makefile.in: Regenerate. | |
5881 | * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) | |
5882 | in the recursive `make', instead of hardwiring `all'. | |
5883 | (Autogenerated TARGET-* variables): New. | |
5884 | ||
1763908f UW |
5885 | 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com> |
5886 | ||
5887 | Merged from GCC / libtool upstream: | |
5888 | 2004-10-02 P.J. Darcy <darcypj@us.ibm.com> | |
5889 | * ltcf-c.sh (tpf*): Add ld_shlibs=yes. | |
5890 | * ltcf-cxx.sh (tpf*): Likewise. | |
5891 | * ltconfig (tpf*): Add TPF OS configuration support. | |
5892 | ||
0490e016 NC |
5893 | 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com> |
5894 | ||
5895 | * configure.in: Enable target-libgloss for crx-*-*. | |
479759c8 | 5896 | * configure: Regenerate. |
0490e016 | 5897 | |
32be62b5 RS |
5898 | 2004-09-24 Michael Roth <mroth@nessie.de> |
5899 | ||
5900 | * configure.in (--without-headers): Add missing double quotes. | |
5901 | * configure: Regenerate. | |
5902 | ||
6048df60 DD |
5903 | 2004-09-24 Kelley Cook <kcook@gcc.gnu.org> |
5904 | ||
5905 | * ylwrap: Revert to previous version. | |
5906 | ||
315b3b02 L |
5907 | 2004-09-23 H.J. Lu <hongjiu.lu@intel.com> |
5908 | ||
6048df60 | 5909 | PR bootstrap/17369 |
315b3b02 L |
5910 | * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@. |
5911 | (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export | |
5912 | SET_GCC_LIB_PATH_CMD. | |
5913 | (BASE_TARGET_EXPORTS): Likewise. | |
5914 | * Makefile.in: Regenerated. | |
5915 | ||
5916 | * configure.in (SET_GCC_LIB_PATH): Set and substitute. | |
5917 | * configure: Regenerated. | |
5918 | ||
fe69863c DD |
5919 | 2004-09-23 Kelley Cook <kcook@gcc.gnu.org> |
5920 | ||
5921 | * config.guess: New upstream version | |
5922 | * compile, depcomp, install-sh, ylwrap: Likewise. | |
5923 | ||
5924 | 2004-09-19 Roger Sayle <roger@eyesopen.com> | |
5925 | ||
5926 | * config/mh-x86omitfp: New host makefile fragment. Add | |
5927 | -fomit-frame-pointer to the default BOOT_CFLAGS. | |
5928 | * configure.in: Use it to speed up bootstrap on some IA-32 hosts. | |
5929 | * configure: Regenerate. | |
5930 | ||
5931 | 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu> | |
5932 | ||
5933 | PR target/11572 | |
5934 | * configure.in (*-*-darwin*): Renable libobjc. | |
5935 | * configure: Regenerate. | |
5936 | ||
be75bbe1 | 5937 | 2004-09-09 Daniel Berlin <dberlin@dberlin.org> |
479759c8 | 5938 | |
be75bbe1 DB |
5939 | * Makefile.def: Remove libbanshee. |
5940 | * Makefile.tpl: Ditto. | |
5941 | * configure.in: Ditto. | |
5942 | * Makefile.in: Regen. | |
5943 | * configure: Ditto. | |
5944 | ||
1b882a91 PB |
5945 | 2004-09-07 Paolo Bonzini <bonzini@gnu.org> |
5946 | ||
5947 | * missing: Import latest version from master repository. | |
5948 | ||
eb1352ed NC |
5949 | 2004-09-04 Nick Clifton <nickc@redhat.com> |
5950 | ||
5951 | * config.sub: Import latest version from master repository. | |
5952 | * config.guess: Likewise. | |
5953 | This includes these changes: | |
479759c8 | 5954 | |
eb1352ed NC |
5955 | 2004-08-27 Hans-Peter Nilsson <hp@axis.com> |
5956 | ||
5957 | * config.sub: Handle crisv32, alias etraxfs. | |
5958 | * config.guess (crisv32:Linux:*:*): Handle. | |
5959 | ||
5960 | 2004-08-13 Brad Smith <brad@comstyle.com> | |
5961 | ||
5962 | * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines. | |
5963 | (sgi:OpenBSD:*:*): Emit mips64, not mipseb. | |
5964 | ||
5965 | 2004-08-11 Paul Eggert <eggert@cs.ucla.edu> | |
5966 | ||
5967 | * config.guess (*:Darwin:*:*): If uname -p reports "unknown", | |
5968 | assume the processor is a powerpc. This is because coreutils | |
5969 | uname (at least versions 4.5.7 through 5.2.1) outputs "unknown" | |
5970 | in this case, due to a MacOS X bug that causes | |
5971 | sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0) | |
5972 | to return a negative number. | |
5973 | Problem reported by Petter Reinholdtsen in: | |
5974 | http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html | |
5975 | ||
5976 | 2004-07-19 Ben Elliston <bje@gnu.org> | |
5977 | ||
5978 | * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine. | |
5979 | ||
5980 | 2004-06-24 Ben Elliston <bje@gnu.org> | |
5981 | ||
5982 | * config.guess: Update copyright years. | |
5983 | * config.sub: Likewise. | |
5984 | ||
5985 | 2004-06-22 Robert Millan <robertmh@gnu.org> | |
5986 | ||
5987 | * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded | |
5988 | since GNU/kFreeBSD systems match *:GNU/*:*:* instead). | |
5989 | ||
5990 | 2004-06-22 Stanley F. Quayle <stan@stanq.com> | |
5991 | ||
5992 | * config.guess (*:*VMS:*:*): New entry. Replaces | |
5993 | Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec | |
5994 | manufacturer. | |
5995 | ||
5996 | 2004-06-22 Ben Elliston <bje@gnu.org> | |
5997 | ||
5998 | * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>. | |
5999 | * config.sub: Likewise. | |
6000 | ||
6001 | 2004-06-22 Ben Elliston <bje@gnu.org> | |
6002 | ||
6003 | Reported by Hans-Peter Nilsson <hp@bitrange.com>: | |
6004 | * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware. | |
6005 | ||
6006 | 2004-06-11 Ben Elliston <bje@gnu.org> | |
6007 | ||
6008 | * config.guess (pegasos:OpenBSD:*:*): Remove. | |
6009 | ||
6010 | 2004-06-11 Ben Elliston <bje@gnu.org> | |
6011 | ||
6012 | From Wouter Verhelst <wouter@grep.be>: | |
6013 | * config.guess (M68*:*:R3V[5678]:*): Detect R3V8. | |
6014 | ||
6015 | 2004-06-11 Ben Elliston <bje@gnu.org> | |
6016 | ||
6017 | * config.guess (luna88k:OpenBSD:*:*): New. | |
6018 | ||
6019 | 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | |
6020 | ||
6021 | * config.guess (m32r*:Linux:*:*): New case. | |
6022 | * config.sub: Handle m32rle. | |
6023 | ||
6024 | 2004-03-12 Ben Elliston <bje@wasabisystems.com> | |
6025 | ||
6026 | From Jens Petersen <petersen@redhat.com>: | |
6027 | * config.sub: Handle sparcv8. | |
6028 | ||
6029 | 2004-03-03 Ben Elliston <bje@wasabisystems.com> | |
6030 | ||
6031 | From Tom Smith <smith@cag.lkg.hp.com>: | |
6032 | * config.guess: Version suffixes are equally significant on Tru64 | |
6033 | V4.* and V5.*, so do not ignore them on V5.*. Handle a version | |
6034 | prefix of "P" (patched kernel). | |
6035 | ||
6036 | 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com> | |
6037 | ||
6038 | * config.sub: Add support for National Semiconductor CRX target. | |
6039 | ||
2a3124ca | 6040 | 2004-09-03 Jan Beulich <jbeulich@novell.com> |
479759c8 | 6041 | |
2a3124ca RH |
6042 | * configure.in: Remove target-libstdc++-v3 from noconfigdirs for |
6043 | *-*-netware, but add target-libmudflap. | |
6044 | Consolidate *-*-netware targets (of which really only i?86 exists) | |
6045 | into a single entry. | |
6046 | * configure: Likewise. | |
6047 | ||
0df3d27f PB |
6048 | 2004-09-01 Paolo Bonzini <bonzini@gnu.org> |
6049 | ||
6050 | * Makefile.tpl (sorry): Remove. | |
6051 | (clean-stage[+id+], clean-stage[+id+]-module): New targets. | |
6052 | (cleanstrap targets): Depend on distclean, not distclean-stage1. | |
6053 | (do-clean): Clean per-stage directories too. | |
6054 | (do-distclean): Run distclean-stage1 too. | |
6055 | (.NOTPARALLEL): Enable during toplevel bootstrap. | |
6056 | (stage[+id+]-bubble): Enable parallel execution during | |
6057 | the recursive invocation. | |
6058 | * Makefile.in: Regenerate. | |
6059 | ||
6060 | Sync from gcc (moving the Makefile.in change to Makefile.tpl): | |
6061 | ||
6062 | 2004-08-31 Robert Bowdidge <bowdidge@apple.com> | |
6063 | ||
6064 | * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. | |
6065 | * configure.in: add test for powerpc-*-darwin* to specify makefile frag | |
6066 | * configure: regenerate | |
479759c8 ZW |
6067 | * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for |
6068 | -mdynamic-no-pic | |
0df3d27f PB |
6069 | |
6070 | 2004-08-31 Paolo Bonzini <bonzini@gnu.org> | |
6071 | ||
6072 | * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment | |
6073 | include. | |
6074 | * configure.in: Fix indentation. | |
6075 | * configure: Regenerate. | |
6076 | ||
ee025550 PB |
6077 | 2004-08-31 Paolo Bonzini <bonzini@gnu.org> |
6078 | ||
6079 | * Makefile.def (build_modules): Add fixincludes. | |
6080 | (dependencies): Make gcc depend on fixincludes. | |
6081 | * configure.in (build_tools): Add fixincludes. | |
6082 | (build_configdirs): Always include build_libs. | |
6083 | * Makefile.in: Regenerate. | |
6084 | * configure: Regenerate. | |
6085 | ||
6086 | 2004-08-30 Paolo Bonzini <bonzini@gnu.org> | |
9cb3fa6f PB |
6087 | |
6088 | * Makefile.def (bootstrap stages): Add 'lean' parameter. | |
6089 | * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into | |
6090 | phony targets; do not generate timestamp files. | |
6091 | (distclean-stageN): Remove references to their timestamp files. | |
6092 | (restageN, touch-stageN): Remove. | |
6093 | (stageN-bubble): Rewritten. | |
6094 | (compare): Support lean bootstraps. | |
6095 | * Makefile.in: Regenerate. | |
6096 | ||
6097 | * configure.in: Only warn when bootstrapping but | |
6098 | build != host or build != target. Support lean bootstraps. | |
6099 | * configure: Regenerate. | |
6100 | ||
6101 | Sync from gcc: | |
6102 | 2004-08-26 Phil Edwards <phil@codesourcery.com> | |
6103 | ||
6104 | * configure.in: Give a better error message if GMP/MPFR are missing | |
6105 | and a language needing them has been requested. | |
6106 | * configure: Regenerated. | |
6107 | ||
6108 | 2004-08-25 Phil Edwards <phil@codesourcery.com> | |
6109 | ||
6110 | * configure.in: Print a list of available language front-ends if | |
6111 | a requested one is missing. Tidy stray tab characters. | |
6112 | * configure: Regenerated. | |
6113 | ||
72b2455a PB |
6114 | 2004-08-17 Paolo Bonzini <bonzini@gnu.org> |
6115 | ||
6116 | * Makefile.in: Regenerate. | |
6117 | * configure: Regenerate. | |
6118 | ||
6119 | * Makefile.def (bootstrap-stage): Rename extra_*_flags to | |
6120 | stage_*_flags. | |
6121 | * Makefile.tpl (configure-[+module+], all-[+module+]): Exit | |
6122 | for bootstrapped modules if toplevel bootstrap is going. | |
6123 | (GCC bootstrap): Generate per-stage targets for all bootstrapped | |
6124 | modules. Adjust for changes in Makefile.def. Enable several | |
6125 | rules even in non-bootstrap mode, just to avoid peppering the | |
6126 | template with unnecessary "@if/@endif gcc-bootstrap" pairs. | |
6127 | (stage-[+prev+]-bubble): Remove. | |
6128 | ||
6129 | * Makefile.def (Dependencies): Depend on all-build-bison, | |
6130 | all-build-flex, all-build-byacc, all-build-texinfo, rather | |
6131 | than the host variations. | |
6132 | * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout | |
6133 | with BUILD_SUBDIR. | |
6134 | (BISON): Update for recent Bisons. | |
6135 | (YACC): Fix typo. | |
6136 | (cross): Depend on all-build. | |
6137 | (all): Do not depend on all-build. | |
6138 | (prebootstrap): Remove. | |
6139 | (dep-kind): Accept separate prefixes for MODULE and ON variables. | |
6140 | (Prebootstrap dependencies): Add them to the per-stage targets | |
6141 | and to all-prebootstrap. | |
6142 | * configure.in (build_configdirs): Always enable build_tools. | |
6143 | (BUILD_DIR_PREFIX): Remove. | |
6144 | ||
6145 | * Makefile.def (gcc): Add target variable. | |
6146 | (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags. | |
6147 | * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) | |
6148 | in the recursive `make', instead of hardwiring `all'. | |
6149 | (Autogenerated TARGET-* variables): New. | |
6150 | ||
de0b4a87 JW |
6151 | 2004-08-17 Robert Millan <robertmh@gnu.org> |
6152 | ||
6153 | * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux | |
6154 | (instead of FreeBSD). | |
6155 | * configure: Regenerate. | |
6156 | ||
ad681c85 NN |
6157 | 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org> |
6158 | ||
675c6968 NN |
6159 | * Makefile.def, configure.in, src-release: Remove useless, bogus |
6160 | references to tix. | |
6161 | * Makefile.in, configure: Regenerate. | |
6162 | ||
ad681c85 NN |
6163 | * src-release: Stop distributing mmalloc with gdb (which doesn't |
6164 | use it). | |
6165 | * Makefile.def: GDB doesn't depend on mmalloc anymore. | |
6166 | * Makefile.in: Regenerate. | |
6167 | ||
11b04d1f DD |
6168 | 2004-08-09 Mark Mitchell <mark@codesourcery.com> |
6169 | ||
6170 | * configure.in (arm*-*-eabi*): New target. | |
6171 | * configure: Regenerate. | |
6172 | ||
f2420bea NN |
6173 | 2004-08-01 Robert Millan <robertmh@gnu.org> |
6174 | ||
6175 | * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable | |
6176 | libmudflap for all GNU-based systems (with Glibc). | |
6177 | * configure: Regenerate. | |
6178 | ||
9e6ce191 PB |
6179 | 2004-08-06 Paolo Bonzini <bonzini@gnu.org> |
6180 | ||
6181 | * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module. | |
6182 | (bison, byacc, flex, texinfo): Do not mark as bootstrap module. | |
6183 | (Dependencies): New section. | |
6184 | * Makefile.tpl (Dependencies): Generate from Makefile.def. | |
6185 | (configure-target-[+module+]): Depend on maybe-all-gcc | |
6186 | (all-prebootstrap): New name of all-bootstrap. Changed throughout. | |
6187 | (toplevel profiledbootstrap): Fix dependencies. | |
6188 | * Makefile.in: Regenerate. | |
6189 | ||
df4a6958 MM |
6190 | 2004-08-03 Mark Mitchell <mark@codesourcery.com> |
6191 | ||
6192 | * configure.in (arm*-*-symbianelf*): Add ${libgcj} and | |
6193 | target-libiberty to noconfigdirs. | |
6194 | ||
11b04d1f DD |
6195 | 2004-08-03 Paul Brook <paul@codesourcery.com> |
6196 | ||
6197 | * configure.in: Check for MPFR as well as GMP. | |
6198 | * configure: Regenerate. | |
6199 | ||
b813574b PB |
6200 | 2004-08-03 Paolo Bonzini <bonzini@gnu.org> |
6201 | ||
6202 | * Makefile.def (host-modules): Add gcc. | |
6203 | * Makefile.in: Regenerate. | |
6204 | * Makefile.tpl (sorry): New rule. | |
6205 | (configure-host, all-host, [+make_target+]-host, do-check, | |
6206 | install-host): Do not add gcc as a special case. | |
6207 | (host modules): Add a small special-casing for gcc. Export | |
6208 | extra_make_flags through the environment. | |
6209 | (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc, | |
6210 | maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc, | |
6211 | other recursive targets for gcc): Remove. | |
6212 | ||
6213 | (all, do-[+make_target+], do-check): Wrap between unstage and stage. | |
6214 | (stage, unstage): New rules. | |
6215 | (stage[+id+]-start, stage[+id+]-end, [+compare-target+], | |
6216 | distclean-stage[+id+]): Use stage_current. | |
6217 | ([+bootstrap-target+], profiledbootstrap): Do not invoke manually | |
6218 | the stage*-start rules. | |
6219 | ||
61edac0c JW |
6220 | 2004-07-19 Robert Millan <robertmh@gnu.org> |
6221 | ||
6222 | Synced from gcc: | |
6223 | ||
6224 | 2004-04-26 Robert Millan <robertmh@gnu.org> | |
6225 | ||
6226 | Add patches from libtool CVS. | |
6227 | * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. | |
6228 | * ltconfig: Likewise. | |
6229 | * ltcf-c.sh: Likewise. | |
6230 | * ltcf-cxx.sh: Likewise. | |
6231 | * ltcf-gcj.sh: Likewise. | |
6232 | ||
3e707e94 PB |
6233 | 2004-07-12 Paolo Bonzini <bonzini@gnu.org> |
6234 | ||
6235 | * configure.in: Add noconfigdirs for crx-*-*. | |
6236 | * configure: Regenerate. | |
6237 | ||
6238 | 2004-07-12 Paolo Bonzini <bonzini@gnu.org> | |
6239 | ||
6240 | Synced from gcc: | |
6241 | ||
6242 | 2004-07-09 Loren J. Rittle <ljrittle@acm.org> | |
6243 | ||
6244 | * configure.in: Build libmudflap by default on FreeBSD. | |
6245 | * configure: Regenerated. | |
6246 | ||
6247 | 2004-07-09 Mark Mitchell <mark@codesourcery.com> | |
6248 | ||
6249 | * configure.in: Do not build libmudflap by default on non-GNU/Linux | |
6250 | systems. | |
6251 | * configure: Regenerated. | |
6252 | ||
6253 | 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | |
6254 | ||
6255 | PR target/16344 | |
6256 | * Makefile.tpl (profiledbootstrap): Build runtime libraries with | |
6257 | feedback based compiler. | |
6258 | * Makefile.in: Rebuilt. | |
6259 | ||
6260 | 2004-07-05 Phil Edwards <phil@codesourcery.com> | |
6261 | ||
6262 | * configure.in: Do not prepend $srcdir to /dev/null in | |
6263 | makefile fragments. | |
6264 | * configure: Regenerate. | |
6265 | ||
a7ee7660 AO |
6266 | 2004-07-08 Alexandre Oliva <aoliva@redhat.com> |
6267 | ||
6268 | * Makefile.def (host_modules): Set bootstrap=true for flex. | |
6269 | * Makefile.tpl (all-gcc): Depend on texinfo and flex. | |
6270 | * Makefile.in: Rebuilt. | |
6271 | ||
6a9cf61e PB |
6272 | 2004-07-01 Paolo Bonzini <bonzini@gnu.org> |
6273 | ||
6274 | * Makefile.def (build_modules): Add bison, byacc, flex, | |
6275 | m4, texinfo. | |
6276 | (flags_to_pass): Add FLEX. | |
6277 | * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New. | |
6278 | (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it. | |
6279 | (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4, | |
6280 | DEFAULT_MAKEINFO): Remove. | |
6281 | (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON, | |
6282 | CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute. | |
6283 | (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into | |
6284 | objdir or else use configured tool. | |
6285 | (all-build): New. | |
6286 | (all): Depend on it. | |
6287 | (Build module dependencies): Add. | |
6288 | * Makefile.in: Regenerate. | |
6289 | * configure.in: Better support for multiple build modules, | |
6290 | matching what is done for host/target modules. Do not look | |
6291 | for "plausible" locations of build tools if Canadian cross. | |
6292 | Use autoconf's AC_PROG_CC to find a C compiler. Define | |
6293 | BUILD_DIR_PREFIX. Look for flex, makeinfo and m4. | |
6294 | * configure: Regenerate. | |
6295 | ||
95b6a1f2 PB |
6296 | 2004-06-22 Paolo Bonzini <bonzini@gnu.org> |
6297 | ||
6298 | * Makefile.tpl (HOST_EXPORTS): Fix pasto. | |
6299 | * Makefile.in: Regenerate. | |
6300 | ||
7ffa0b57 PB |
6301 | 2004-06-22 Paolo Bonzini <bonzini@gnu.org> |
6302 | ||
6303 | * Makefile.tpl (configure-build-[+module+], | |
6304 | configure-[+module+], configure-target-[+module+]): Pass | |
6305 | [+extra_configure_args+]. | |
6306 | (all-build-[+module+], all-[+module+], check-[+module+], | |
6307 | install-[+module+], [+make_target+]-[+module+], | |
6308 | all-target-[+module+], check-target-[+module+], | |
6309 | install-target-[+module+], [+make_target+]-target-[+module+]): | |
6310 | Pass [+extra_make_args+]. | |
6311 | (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS. | |
6312 | (GCC_HOST_EXPORTS): Remove. | |
6313 | (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap, | |
6314 | cross, check-gcc, check-gcc-c++, install-gcc, | |
6315 | gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble): | |
6316 | Replace GCC_HOST_EXPORTS with HOST_EXPORTS. | |
6317 | * Makefile.in: Regenerate. | |
6318 | ||
929ba6e7 CF |
6319 | 2004-06-21 Christopher Faylor <cgf@alum.bu.edu> |
6320 | ||
6321 | * configure.in: Check for srcdir/winsup rather than build directory | |
6322 | winsup. | |
6323 | * configure: Regenerate. | |
6324 | ||
b76d7de0 CV |
6325 | 2004-06-17 Corinna Vinschen <vinschen@redhat.com> |
6326 | ||
6327 | * configure.in: Don't build Cygwin native newlib if winsup | |
6328 | directory is missing. Emit warning instead. | |
6329 | * configure: Regenerate. | |
6330 | ||
656fdd47 PB |
6331 | 2004-06-09 Paolo Bonzini <bonzini@gnu.org> |
6332 | ||
6333 | * Makefile.tpl (touch-stage[+id+]): New. | |
6334 | (restage[+prev+]): Depend on touch-stage[+id+]. | |
6335 | ||
6336 | * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New. | |
6337 | Use it throughout. | |
6338 | ||
6339 | * Makefile.def: Add profile and feedback bootstrap stages. | |
6340 | Remove next field from bootstrap stages. | |
6341 | * Makefile.tpl (LN, LN_S): Substitute. | |
6342 | (stageN-start, stageN-end): Use double-colon rules, to | |
6343 | provide a hook for additional setup commands. | |
6344 | (distclean-stageN-gcc, restageN): Create dependencies from | |
6345 | [+prev+], not from [+next+]. | |
6346 | (stageN-bubble): Add commands for successive stages from | |
6347 | [+prev+], using double-colon rules. | |
6348 | (all-stageN-gcc): Fix typo. | |
6349 | (stagefeedback-start, profiledbootstrap): New. | |
6350 | * Makefile.in: Regenerate. | |
6351 | * configure.in: Call ACX_PROG_LN. | |
6352 | * configure: Regenerate. | |
6353 | ||
498d4a71 CF |
6354 | 2004-06-03 Paolo Bonzini <bonzini@gnu.org> |
6355 | ||
6356 | * configure.in: Fix --enable-bootstrap breakage introduced in trees | |
6357 | without gcc. | |
6358 | * configure: Regenerate. | |
6359 | ||
377d8c42 PB |
6360 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
6361 | ||
6362 | * Makefile.tpl: Fix typo. | |
6363 | * Makefile.in: Regenerate. | |
6364 | ||
f5f8a794 PB |
6365 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
6366 | ||
6367 | * configure.in: Remove new- prefix from toplevel | |
6368 | bootstrap targets. | |
6369 | * configure: Regenerate. | |
6370 | ||
f7a4c34f PB |
6371 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
6372 | ||
6373 | Merge this patch from the gcc tree: | |
6374 | ||
6375 | 2004-05-30 Andreas Jaeger <aj@suse.de> | |
6376 | Jim Wilson <wilson@specifixinc.com> | |
6377 | ||
6378 | * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 | |
6379 | like CC. | |
6380 | ||
319cab08 PB |
6381 | 2004-06-01 Paolo Bonzini <bonzini@gnu.org> |
6382 | ||
6383 | * Makefile.tpl (all.normal): Rename to all. | |
6384 | (all): Replace with a rule to pick the default | |
6385 | target from configure. | |
6386 | (all-gcc, configure-gcc): Use conditionals to | |
6387 | do nothing when toplevel bootstrap is going on. | |
6388 | (GCC directory bootstrap) [gcc-bootstrap]: Disable. | |
6389 | (Toplevel bootstrap) [gcc-no-bootstrap]: Disable. | |
6390 | * configure.in: Support --enable-bootstrap. | |
6391 | ||
6392 | * Makefile.def: Remove new- prefix from toplevel | |
6393 | bootstrap targets. | |
6394 | * Makefile.tpl: Likewise. | |
6395 | ||
6396 | * Makefile.def: Add bootstrap_stage 4. Add bootstrap2 | |
6397 | target. | |
6398 | ||
6399 | * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS) | |
6400 | $(RECURSE_FLAGS) to recursive invocation of make. | |
6401 | ||
6402 | * Makefile.in: Regenerate. | |
6403 | * configure: Regenerate. | |
6404 | ||
88f64edc DJ |
6405 | 2004-05-27 Daniel Jacobowitz <dan@debian.org> |
6406 | ||
6407 | * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET. | |
6408 | * configure: Regenerate. | |
6409 | ||
378fce5b DD |
6410 | 2004-05-25 Daniel Jacobowitz <drow@false.org> |
6411 | ||
6412 | * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS) | |
6413 | (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS) | |
6414 | (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive | |
6415 | targets. | |
6416 | * Makefile.in: Regenerate. | |
6417 | ||
dfdffa2c PB |
6418 | 2005-05-24 Paolo Bonzini <bonzini@gnu.org> |
6419 | ||
6420 | * configure.in: Test the ability to symlink directories. | |
6421 | * configure: Regenerate. | |
6422 | ||
6423 | * Makefile.def (bootstrap-stage): New definitions. | |
6424 | * Makefile.tpl (configure-stage1-gcc, | |
6425 | configure-stage2-gcc, configure-stage3-gcc, | |
6426 | all-stage1-gcc, all-stage2-gcc, all-stage3-gcc, | |
6427 | new-bootstrap, new-cleanstrap, new-restage1, new-restage2, | |
6428 | new-restage3, compare): Autogenerate, see Makefile.in | |
6429 | entry for behavioral changes. | |
6430 | (distclean-stage1, new-stage1-start, new-stage1-end, | |
6431 | new-stage1-bubble, distclean-stage2, new-stage2-start, | |
6432 | new-stage2-end, new-stage2-bubble, distclean-stage3, | |
6433 | new-stage3-start, new-stage3-end): New autogenerated targets. | |
6434 | (objext, prebootstrap, BOOT_CFLAGS, | |
6435 | POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated | |
6436 | targets. | |
6437 | ||
6438 | * Makefile.in: Regenerate. | |
6439 | (distclean-stage1, new-stage1-start, new-stage1-end, | |
6440 | new-stage1-bubble, distclean-stage2, new-stage2-start, | |
6441 | new-stage2-end, new-stage2-bubble, distclean-stage3, | |
6442 | new-stage3-start, new-stage3-end): New targets. | |
6443 | (all-stage1-gcc): Move prebootstrap dependency from here... | |
6444 | (configure-stage1-gcc): ...to here. | |
6445 | (new-bootstrap): Use bubble targets. | |
6446 | (new-cleanstrap, new-restage1, new-restage2, new-restage3): | |
6447 | Use per-stage distclean targets. | |
6448 | (configure-stage1-gcc, configure-stage2-gcc, | |
6449 | configure-stage3-gcc, all-stage1-gcc, | |
6450 | all-stage2-gcc, all-stage3-gcc, new-bootstrap): | |
6451 | Use new-stageN-start to prepare the tree. | |
6452 | ||
04cf1b77 PB |
6453 | 2004-05-23 Paolo Bonzini <bonzini@gnu.org> |
6454 | ||
6455 | * Makefile.def (host_modules): add libcpp. | |
6456 | * Makefile.tpl: Add dependencies on and for libcpp. | |
6457 | * Makefile.in: Regenerate. | |
6458 | * configure.in: Add libcpp host module. | |
6459 | * configure: Regenerate. | |
6460 | ||
80b200a1 ZW |
6461 | 2004-05-17 Zack Weinberg <zack@codesourcery.com> |
6462 | ||
6463 | * Makefile.def, Makefile.tpl, configure.in: Remove all mention | |
6464 | of libf2c. | |
6465 | * configure, Makefile.in: Regenerate. | |
6466 | ||
4b1cb4fe DD |
6467 | 2004-05-13 Diego Novillo <dnovillo@redhat.com> |
6468 | ||
6469 | Merge from tree-ssa-20020619-branch. | |
6470 | ||
6471 | * Makefile.def: Add libbanshee, libmudflap and libgfortran. | |
6472 | * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee. | |
6473 | (HOST_GMPLIBS): Define. | |
6474 | (HOST_GMPINC): Define. | |
6475 | (TARGET_LIB_PATH): Add libmudflap. | |
6476 | (GFORTRAN_FOR_TARGET): Define. | |
6477 | (configure-build*): Export GFORTRAN. | |
6478 | (configure-gcc): Export GMPLIBS and GMPINC. | |
6479 | (all-gcc): Add maybe-all-libbanshee. | |
6480 | (configure-target-libgfortran): Define. | |
6481 | * Makefile.in: Regenerate. | |
6482 | * configure.in (host_libs): Add libbanshee. | |
6483 | (target_libraries): Add target-libmudflap and target-libgfortran. | |
6484 | Add --with-libbanshee. | |
6485 | Handle --disable-libmudflap. | |
6486 | (*-*-freebsd*): Use with_gmp. | |
6487 | Add $(libgcj) to noconfigdirs. | |
6488 | * configure: Regenerate. | |
6489 | * depcomp: New file. | |
6490 | * MAINTAINERS: Add tree-ssa maintainers. | |
6491 | ||
6492 | 2004-04-28 Paolo Bonzini <bonzini@gnu.org> | |
6493 | ||
6494 | * config/acx.m4: Fix fastcompare support for new-bootstrap. | |
6495 | * configure: Regenerate. | |
6496 | ||
b8908782 DD |
6497 | 2004-04-27 Paolo Bonzini <bonzini@gnu.org> |
6498 | ||
6499 | Revert: | |
6500 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> | |
6501 | ||
6502 | * Makefile.def (flags_to_pass): Remove *dir variables that | |
6503 | are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS, | |
6504 | as well as prefix and exec_prefix. | |
6505 | * Makefile.in: Regenerate. | |
6506 | ||
6507 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> | |
6508 | ||
6509 | * Makefile.def (host_modules): Mark with the bootstrap | |
6510 | flag packages on which gcc depends. | |
6511 | * Makefile.tpl (all-bootstrap): Use it. | |
6512 | * Makefile.in: Regenerate. | |
6513 | ||
6514 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> | |
6515 | ||
6516 | * Makefile.def (flags_to_pass): Remove *dir variables that | |
6517 | are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS, | |
6518 | as well as prefix and exec_prefix. | |
6519 | * Makefile.in: Regenerate. | |
6520 | ||
6521 | 2004-04-26 Paolo Bonzini <bonzini@gnu.org> | |
6522 | ||
80b200a1 ZW |
6523 | * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL. |
6524 | * configure: Regenerate. | |
6525 | * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc. | |
6526 | * gcc/Makefile.tpl (compare): Use the result of the test. | |
6527 | * gcc/Makefile.in: Regenerate. | |
b8908782 DD |
6528 | |
6529 | 2004-04-23 Paolo Bonzini <bonzini@gnu.org> | |
6530 | ||
6531 | * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc): | |
6532 | Always relocate gcc and prev-gcc to the original names, even | |
6533 | if the build fails. | |
6534 | (new-cleanstrap, new-restage1, new-restage2, new-restage3): | |
6535 | New targets. | |
6536 | ||
0f260896 RO |
6537 | 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
6538 | ||
6539 | * configure.in (mips*-*-irix5*): Enable ld. | |
6540 | * configure: Regenerate. | |
6541 | ||
51860f05 JW |
6542 | 2004-04-15 James E Wilson <wilson@specifixinc.com> |
6543 | ||
6544 | * Makefile.tpl (configure-[+module+], configure-gcc, | |
6545 | configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc): | |
6546 | Set and export LDFLAGS. | |
6547 | * Makefile.in: Regenerate. | |
6548 | ||
54752a6b NN |
6549 | 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org> |
6550 | ||
6551 | PR bootstrap/14871 | |
6552 | * Makefile.tpl: If we don't have built-in-tree target tools, | |
6553 | use the ones found by configure rather than hacking around with | |
6554 | program_transform_name. | |
6555 | * configure.in: Give Makefile.tpl the information necessary | |
6556 | to do that. | |
6557 | * Makefile.in: Regenerate. | |
6558 | * configure: Regenerate. | |
6559 | ||
6560 | 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org> | |
6561 | ||
6562 | PR bootstrap/14760 | |
6563 | * configure.in: When computing baseargs, strip *all* copies of | |
6564 | offending options. Also, don't match/substitute the trailing space, | |
6565 | so that this actually works when two similar options are separated by | |
6566 | only one space. | |
6567 | * configure: Regenerate. | |
6568 | ||
6569 | 2004-04-06 David Edelsohn <edelsohn@gnu.org> | |
6570 | ||
80b200a1 ZW |
6571 | * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs. |
6572 | (rs6000-*-aix*): Same. | |
6573 | * configure: Regenerate. | |
54752a6b | 6574 | |
5e2b61fb SS |
6575 | 2004-03-25 Stan Shebs <shebs@apple.com> |
6576 | ||
6577 | Remove MPW support, no longer used. | |
6578 | * mpw-README, mpw-build.in, mpw-config.in, mpw-configure, | |
6579 | mpw-install: Remove files. | |
6580 | * src-release (DEVO_SUPPORT): Remove names of removed files. | |
6581 | * MAINTAINERS: Likewise. | |
6582 | ||
1a6f2dc7 NN |
6583 | 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org> |
6584 | ||
a0049f1b NN |
6585 | * Makefile.tpl (top level bootstrap support): Remove now-unneeded |
6586 | STRICT_WARN, WARN_CFLAGS flags passed down to make. | |
6587 | * Makefile.in: Regenerate. | |
6588 | ||
1a6f2dc7 NN |
6589 | * configure.in (top level bootstrap support): Rework --enable-werror |
6590 | to set @stage2_werror_flag@. | |
6591 | * configure: Regenerate. | |
6592 | * Makefile.tpl (top level bootstrap support): Pass | |
6593 | @stage2_werror_flag@ down to configure in stages 2 and 3. | |
6594 | * Makefile.in: Regenerate. | |
6595 | ||
920e3419 NN |
6596 | 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org> |
6597 | ||
6598 | * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure | |
6599 | for stages 2 and 3 as well as in make. As a consequence, remove | |
6600 | OUTPUT_OPTION (now detected by configure) from the flags passed down | |
6601 | to make. | |
6602 | * Makefile.in: Regenerate. | |
6603 | ||
6604 | * Makefile.tpl (new-bootstrap): Fix typo. | |
6605 | * Makefile.in: Regenerate. | |
6606 | ||
4fa63067 NN |
6607 | 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org> |
6608 | ||
6609 | * Makefile.tpl: Rearrange by moving recursive_targets rules | |
6610 | into their proper sections. | |
6611 | * Makefile.tpl (top level bootstrap support): Move disabling | |
6612 | of coverage flags from 'make' to 'configure'; improve comments. | |
6613 | * Makefile.in: Regenerate. | |
6614 | ||
6615 | * Makefile.tpl (experimental top level bootstrap) Move stage1 | |
6616 | language setting from all- target to configure- target; disable | |
6617 | intermodule optimization in stage 1; prevent gratuitous rebuilds | |
6618 | of stage 1. | |
6619 | * Makefile.in: Regenerate. | |
6620 | * configure.in: Comma-separate stage 1 language list for top | |
6621 | level bootstrap. | |
6622 | * configure: Regenerate. | |
6623 | ||
6624 | * Makefile.tpl: Clean up experimental top level bootstrap support: | |
6625 | note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate | |
6626 | prev-gcc in configure- targets as well as all- targets. | |
6627 | * Makefile.in: Regenerate. | |
6628 | ||
fb8a10fd NN |
6629 | 2004-03-17 Paolo Bonzini <bonzini@gnu.org> |
6630 | ||
6631 | * configure.in: Remove symbolic link section. | |
6632 | * configure: Regenerate. | |
6633 | * Makefile.tpl (links): Remove. | |
6634 | * Makefile.in: Regenerate. | |
6635 | ||
947f426e | 6636 | 2004-03-15 Paolo Bonzini <bonzini@gnu.org> |
80b200a1 | 6637 | Nathanael Nerode <neroden@gcc.gnu.org> |
947f426e NN |
6638 | |
6639 | * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX): | |
80b200a1 | 6640 | Set with AC_CHECK_PROGS. |
947f426e NN |
6641 | * configure.in: Fix comment typo from last patch. |
6642 | * configure: Regenerate. | |
6643 | ||
1d39f329 NN |
6644 | 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org> |
6645 | ||
6646 | * Makefile.tpl: Introduce experimental top level bootstrap support. | |
6647 | * Makefile.in: Regenerate. | |
6648 | * configure.in: Introduce support for top level bootstrap. | |
6649 | * configure: Regenerate. | |
6650 | ||
4b0ac75d | 6651 | 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org> |
80b200a1 | 6652 | Paolo Bonzini <bonzini@gnu.org> |
4b0ac75d NN |
6653 | |
6654 | PR bootstrap/14522 | |
6655 | * configure.in: Cope with shells that do not support unquoted ^ | |
6656 | * configure: Regenerate. | |
6657 | ||
2e70b094 | 6658 | 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org> |
80b200a1 | 6659 | Paolo Bonzini <bonzini@gnu.org> |
2e70b094 DD |
6660 | |
6661 | PR bootstrap/14522 | |
6662 | * configure.in: Cope with shell that do not support nesting | |
6663 | quotes inside quoted backquote substitutions. | |
6664 | * configure: Regenerate. | |
6665 | ||
6666 | 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu> | |
6667 | ||
6668 | PR bootstrap/14522 | |
6669 | * configure.in: Fix escaping of $. | |
6670 | * configure: Regenerate. | |
6671 | ||
9e07f89d NN |
6672 | 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org> |
6673 | ||
6674 | * configure: Regenerate. | |
6675 | ||
6676 | 2004-03-08 Paolo Bonzini <bonzini@gnu.org> | |
6677 | ||
6678 | PR ada/14131 | |
6679 | Move language detection to the top level. | |
6680 | * configure.in: Find default values for the tools as | |
6681 | soon as possible. Disable ada if GNAT is not found. | |
6682 | Emit error message about missing languages. Expand | |
6683 | --enable-languages=all for the gcc subdirectory. | |
6684 | ||
1712ab83 RS |
6685 | 2004-03-01 Richard Sandiford <rsandifo@redhat.com> |
6686 | ||
6687 | * configure.in (mips64*-*-linux*): Override mips*-*-linux* case | |
6688 | and disable libgcj. | |
6689 | * configure: Regenerated. | |
6690 | ||
3dee29da NN |
6691 | 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org> |
6692 | ||
6693 | PR bootstrap/7087 | |
6694 | * Makefile.tpl: Guard XFOO sed statements better. | |
6695 | * Makefile.tpl: Add dependency for configure-target-libada. | |
6696 | * Makefile.in: Regenerate (incidentally fixes broken | |
6697 | commit when libada-branch was merged). | |
6698 | ||
0558264b AC |
6699 | 2004-02-28 Andrew Cagney <cagney@redhat.com> |
6700 | ||
6701 | * src-release (CVS_NAMES): Define. | |
6702 | (do-tar, do-tar): Prune $(CVS_NAMES). | |
6703 | ||
c38f9803 AC |
6704 | 2004-02-23 Andrew Cagney <cagney@redhat.com> |
6705 | ||
6706 | * texinfo/texinfo.tex: Update from version 2003-02-03.16 to | |
6707 | 2004-02-19.09. | |
6708 | ||
55636792 NN |
6709 | 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org> |
6710 | ||
6711 | PR bootstrap/11932 | |
6712 | * mkinstalldirs, install-sh: Import from automake CVS HEAD. | |
6713 | ||
1e600082 AC |
6714 | 2004-02-19 Andrew Cagney <cagney@redhat.com> |
6715 | ||
6716 | * config.guess: Update from version 2003-06-12 to 2004-02-16. | |
6717 | * config.sub: Update from version 2003-06-13 to 2004-02-16. | |
6718 | ||
3769cd82 DD |
6719 | 2004-02-11 David Edelsohn <edelsohn@gnu.org> |
6720 | ||
6721 | * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs. | |
6722 | (rs6000-*-aix*): Same. | |
6723 | * configure: Regenerate. | |
6724 | ||
a92834c8 DD |
6725 | 2004-02-11 Kelley Cook <kcook@gcc.gnu.org> |
6726 | ||
6727 | * configure.in (host): Add in missing $noconfigdirs to defines. | |
6728 | * configure: Regenerate. | |
6729 | ||
a2592b1b DD |
6730 | 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>, |
6731 | Nathanael Nerode <neroden@gcc.gnu.org> | |
6732 | ||
6733 | PR ada/6637, PR ada/5911 | |
80b200a1 | 6734 | Merge with libada-branch: |
a2592b1b DD |
6735 | * configure.in, Makefile.tpl, Makefile.def: Add target-libada, |
6736 | with appropriate dependencies. Add --enable-libada configure switch. | |
6737 | * configure, Makefile.in: Regenerate. | |
6738 | ||
e31d1ea3 DD |
6739 | 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
6740 | ||
6741 | * configure.in: Don't pass --with-stabs on IRIX 5 either. | |
6742 | * configure: Regenerate. | |
6743 | ||
db85f5c0 JJ |
6744 | 2004-02-02 Jeff Johnston <jjohnstn@redhat.com> |
6745 | ||
6746 | * COPYING.NEWLIB: Update Red Hat license to 2004. | |
80b200a1 | 6747 | |
fc434214 DD |
6748 | 2004-01-23 DJ Delorie <dj@redhat.com> |
6749 | ||
6750 | * Makefile.def (target_modules) [libiberty]: Don't stage. | |
6751 | * Makefile.in: Rebuilt. | |
6752 | ||
ad445c2c | 6753 | 2004-01-23 Jeff Johnston <jjohnstn@redhat.com> |
80b200a1 | 6754 | |
ad445c2c JJ |
6755 | * COPYING.NEWLIB: Update to include copyrights for new |
6756 | iconv code. | |
6757 | ||
72bbedde AC |
6758 | 2004-01-15 Andrew Cagney <cagney@redhat.com> |
6759 | ||
6760 | * src-release: Update copyright year. | |
6761 | (do-proto-toplev): Configure using i686-pc-linux-gnu. | |
6762 | (NEWLIB_SUPPORT_DIRS): Delete macro. | |
6763 | (newlib.tar.bz2): Delete rule. | |
6764 | ||
a6d6062d DD |
6765 | 2004-01-14 Loren J. Rittle <ljrittle@acm.org> |
6766 | ||
6767 | * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage. | |
6768 | * Makefile.tpl (configure-target-[+module+]): Support stage. | |
6769 | * Makefile.in: Rebuilt. | |
6770 | ||
f8b73030 MR |
6771 | 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl> |
6772 | ||
6773 | * gettext.m4: Quote names of macros to be defined by AC_DEFUN | |
6774 | throughout. | |
6775 | ||
aff0e9df NN |
6776 | 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org> |
6777 | ||
bb5dca17 NN |
6778 | * configure.in: Use ./config.cache, not config.cache. |
6779 | * configure: Regenerate. | |
6780 | * Makefile.tpl: Special-casing not needed for GCC any more. | |
6781 | * Makefile.in: Regenerate. | |
6782 | ||
82252c06 NN |
6783 | * configure.in: Don't share a cache file for host dirs. |
6784 | * configure: Regenerate. | |
6785 | ||
aff0e9df NN |
6786 | * config-ml.in: Don't mess with the cache file. |
6787 | ||
95036d20 NN |
6788 | 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org> |
6789 | ||
ac7b618e NN |
6790 | * Makefile.tpl: Make GCC use a separate config.cache. |
6791 | * Makefile.in: Regenerate. | |
6792 | ||
95036d20 NN |
6793 | PR bootstrap/11932, PR bootstrap/11933 |
6794 | (I don't know if it will fix either of them, but it relates | |
6795 | to them.) | |
6796 | * configure.in: Don't use shared config.cache for target | |
6797 | directories. | |
6798 | * configure: Regenerate. | |
6799 | ||
08c1856b DD |
6800 | 2003-12-31 Roger Sayle <roger@eyesopen.com> |
6801 | ||
6802 | * configure.in (ia64*-*-hpux*): Disable building java libraries. | |
6803 | * configure: Regenerated. | |
6804 | ||
c1968181 | 6805 | 2003-12-21 Bernardo Innocenti <bernie@develer.com> |
80b200a1 | 6806 | |
9eb322aa MF |
6807 | * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda. |
6808 | * configure: Regenerated. | |
c1968181 | 6809 | |
10ecffb9 NN |
6810 | 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org> |
6811 | ||
6812 | Port change over from GCC: | |
6813 | 2003-11-20 Kelley Cook <kcook@gcc.gnu.org> | |
6814 | * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL. | |
6815 | (configure-build-[+module+], configure-[+module+]): Likewise. | |
6816 | (configure-target-[+module+], configure-gcc, config.status): Likewise. | |
6817 | * Makefile.in: Regenerate. | |
6818 | ||
f2ab5990 TF |
6819 | 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com> |
6820 | ||
6821 | * configure.in (raw_libstdcxx_flags): Remove the leading space. | |
6822 | * configure: Regenerate. | |
6823 | ||
41a7d11a JJ |
6824 | 2003-11-27 Jeff Johnston <jjohnstn@redhat.com> |
6825 | ||
80b200a1 | 6826 | * COPYING.NEWLIB: Add license info for long long routines added to |
41a7d11a JJ |
6827 | stdlib. |
6828 | ||
d9441a1f DD |
6829 | 2003-11-14 Arnaud Charlet <charlet@act-europe.fr> |
6830 | ||
6831 | * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS. | |
6832 | * Makefile.in: Regenerate. | |
6833 | ||
3a48a978 DD |
6834 | 2003-10-20 Phil Edwards <phil@codesourcery.com> |
6835 | ||
6836 | * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. | |
6837 | * configure: Regenerate. | |
6838 | ||
f0b24077 NN |
6839 | 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org> |
6840 | ||
6841 | * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of | |
6842 | HOST_FLAGS_TO_PASS. | |
6843 | * Makefile.in: Regenerate. | |
6844 | ||
5fbad20a DD |
6845 | 2003-10-05 Mohan Embar <gnustuff@thisiscool.com> |
6846 | ||
6847 | * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD. | |
6848 | * configure: Rebuilt | |
6849 | * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure | |
6850 | * Makefile.in: Rebuilt | |
6851 | ||
78be4155 L |
6852 | 2003-10-03 H.J. Lu <hongjiu.lu@intel.com> |
6853 | ||
6854 | * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX. | |
6855 | ||
051fcc7a L |
6856 | 2003-10-01 Phil Edwards <pme@gcc.gnu.org> |
6857 | ||
6858 | * config-ml.in: Use ac_configure_args directly instead of | |
6859 | ml_arguments. Only set ml_norecursion if --no[-]recursion is | |
6860 | actually seen. | |
6861 | ||
6862 | 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr> | |
6863 | ||
6864 | * config-ml.in: Propagate INSTALL variables. | |
6865 | ||
f27d4f92 DJ |
6866 | 2003-09-21 Daniel Jacobowitz <drow@mvista.com> |
6867 | ||
6868 | * configure.in: Pass a computed --program-transform-name | |
6869 | to subconfigures. | |
6870 | * configure: Regenerated. | |
6871 | ||
cae4d560 NN |
6872 | 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org> |
6873 | ||
6874 | * Makefile.tpl: Don't pass down obsolete ENQUIRE variable. | |
6875 | * Makefile.in: Regenerate. | |
6876 | ||
6877 | * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc. | |
6878 | * Makefile.in: Regenerate. | |
6879 | ||
8ff944f6 DJ |
6880 | 2003-09-17 Daniel Jacobowitz <drow@mvista.com> |
6881 | ||
6882 | * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix | |
6883 | quoting. | |
6884 | * configure: Regenerated. | |
6885 | ||
d9a35680 MC |
6886 | 2003-09-12 Michael Chastain <mec@shout.net> |
6887 | ||
6888 | Fix PR gdb/857. | |
6889 | * src-release (do-proto-topleve): Remove junk files | |
6890 | intl/config.cache, intl/config.status, | |
6891 | intl/config.h, intl/stamp-h. | |
6892 | ||
710068b9 AC |
6893 | 2003-09-14 Andrew Cagney <cagney@redhat.com> |
6894 | ||
6895 | * src-release (dejagnu.tar): New target. | |
6896 | (dejagnu.tar.bz2): Recursively call "gdb-taz" rule. | |
6897 | (do-djunpack): Use $(PACKAGE) for the package name. | |
6898 | ||
e1008165 DD |
6899 | 2003-09-04 DJ Delorie <dj@redhat.com> |
6900 | ||
6901 | * configure: Regenerate. | |
6902 | ||
21998d12 NC |
6903 | 2003-09-04 Robert Millan <robertmh@gnu.org> |
6904 | ||
6905 | * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet. | |
80b200a1 | 6906 | |
ccca4bb3 DD |
6907 | 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
6908 | ||
6909 | * configure.in: Ensure arguments to sed are properly spaced. | |
6910 | * configure: Regenerate. | |
6911 | ||
ee949b5e DJ |
6912 | 2003-08-28 Daniel Jacobowitz <drow@mvista.com> |
6913 | ||
6914 | Merge from gcc: | |
6915 | 2003-07-20 Phil Edwards <pme@gcc.gnu.org> | |
6916 | * install-sh: Update to newer upstream versions (associated with | |
6917 | aclocal 1.7). | |
6918 | * missing: Likewise, plus $1Help2man -> $1 typo fix. | |
6919 | ||
75addda2 DJ |
6920 | 2003-08-27 Daniel Jacobowitz <drow@mvista.com> |
6921 | ||
6922 | * configure.in: Set RAW_CXX_FOR_TARGET if unset. | |
6923 | * configure: Regenerated. | |
6924 | ||
8d2877d8 NN |
6925 | 2003-08-23 Phil Edwards <pme@gcc.gnu.org> |
6926 | ||
6927 | * configure.in: Use newline instead of semicolon when assuming | |
6928 | shell arguments in a for loop. | |
6929 | * configure: Regenerated. | |
6930 | ||
d2cc0e0d GK |
6931 | 2003-08-20 Geoffrey Keating <geoffk@apple.com> |
6932 | ||
6933 | PR 8180 | |
6934 | * configure.in: When testing with_libs and with_headers, treat | |
6935 | 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>. | |
6936 | * configure: Regenerate. | |
80b200a1 | 6937 | |
d2cc0e0d GK |
6938 | * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for |
6939 | make, shell, etc. | |
6940 | (baseargs): Likewise. | |
6941 | * configure: Regenerate. | |
6942 | ||
04d1ab34 GK |
6943 | 2003-08-19 Geoffrey Keating <geoffk@apple.com> |
6944 | ||
6945 | * configure.in: Disable libgcj for darwin not on powerpc. | |
6946 | * configure: Rebuild. | |
6947 | ||
ca506da8 MC |
6948 | 2003-08-15 Michael Chastain <mec@shout.net> |
6949 | ||
6950 | * src-release (do-proto-toplev): Remove junk files | |
6951 | dejagnu/example/calc/config.status, | |
6952 | dejagnu/example/calc/config.log. | |
6953 | ||
a4aa3f49 DD |
6954 | 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org> |
6955 | ||
6956 | * config-ml.in, symlink-tree: Add license. | |
6957 | ||
ede4fbe4 NN |
6958 | 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org> |
6959 | ||
6960 | Merge from gcc: | |
6961 | ||
6962 | 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu> | |
6963 | * Makefile.tpl (check, check-c++): Express dependencies using | |
6964 | dependencies rather than commands. | |
6965 | * Makefile.in: Regenerate. | |
6966 | ||
6967 | 2003-07-31 Geoffrey Keating <geoffk@apple.com> | |
6968 | * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib. | |
6969 | * Makefile.in: Update. | |
6970 | ||
970f29af AC |
6971 | 2003-08-01 Andrew Cagney <cagney@redhat.com> |
6972 | ||
6973 | * configure.in (noconfigdirs): Do not add GDB when m32r-*-*. | |
6974 | * configure: Ditto. | |
6975 | ||
b2884a0c DD |
6976 | 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch> |
6977 | ||
6978 | * configure.in: Enable libgcj for darwin. | |
6979 | * configure: Rebuild. | |
6980 | ||
c07f46a4 NN |
6981 | 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org> |
6982 | ||
6983 | * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version. | |
6984 | ||
9175bfc0 NN |
6985 | 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org> |
6986 | ||
6987 | * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when | |
6988 | creating target and build subdirs to build all parent dirs as needed. | |
6989 | * Makefile.in: Rebuild. | |
6990 | * configure.in: Don't build dirs explicitly here. | |
6991 | * configure: Rebuild. | |
6992 | ||
b9abda6a AO |
6993 | 2003-07-22 Alexandre Oliva <aoliva@redhat.com> |
6994 | ||
6995 | * Makefile.tpl (all-make): Depend on intl. | |
6996 | * Makefile.in: Rebuilt. | |
6997 | ||
eef8ffd4 NN |
6998 | 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org> |
6999 | ||
7000 | * config.if: Remove unused libc_interface determination. | |
7001 | ||
295efaf0 NN |
7002 | 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org> |
7003 | ||
7004 | * Makefile.in: Regenerate, correctly this time. | |
7005 | ||
e5c3f801 NN |
7006 | 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org> |
7007 | ||
7008 | * Makefile.tpl: Set INSTALL and friends using autoconf. Remove | |
7009 | unused INSTALL_PROGRAM_ARGS. | |
7010 | * configure.in: Use AC_PROG_INSTALL. | |
7011 | * Makefile.in: Regenerate. | |
7012 | * configure: Regenerate. | |
7013 | ||
4a18bd6b AO |
7014 | 2003-07-10 Alexandre Oliva <aoliva@redhat.com> |
7015 | ||
7016 | * configure: Rebuilt. | |
7017 | 2001-09-26 Alexandre Oliva <aoliva@redhat.com> | |
7018 | * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build | |
7019 | newlib nor libgloss. | |
7020 | Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com> | |
7021 | * configure.in (am33_2.0-*-linux*): Added. | |
7022 | ||
fbd1054d BW |
7023 | 2003-07-09 Bob Wilson <bob.wilson@acm.org> |
7024 | ||
7025 | * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets. | |
7026 | * configure: Regenerate. | |
7027 | ||
b40e3958 L |
7028 | 2003-07-06 H.J. Lu <hongjiu.lu@intel.com> |
7029 | ||
7030 | * config-ml.in: Replace PWD with PWD_COMMAND. | |
7031 | * Makefile.tpl: Likewise. | |
7032 | * Makefile.in: Regenerated. | |
7033 | ||
4a5be7ba NN |
7034 | 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org> |
7035 | ||
7036 | * configure.in: Clean up config-lang.in handling. Delete | |
7037 | useless assignment to "subdirs". | |
7038 | * configure: Regenerate. | |
7039 | ||
9c14acb8 NN |
7040 | 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org> |
7041 | ||
7042 | * configure.in: Rename 'target_libs' to 'target_libraries'. | |
7043 | Remove useless reference to 'target_libs'. | |
7044 | * configure: Regenerate. | |
7045 | ||
8f32e830 KS |
7046 | 2003-06-23 Keith Seitz <kseitz@sources.redhat.com> |
7047 | ||
7048 | * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. | |
7049 | * Makefile.in: Regenerate. | |
7050 | ||
12f0bd74 NN |
7051 | 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org> |
7052 | ||
7053 | * Makefile.def: Introduce flags_to_pass. | |
7054 | * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it. | |
7055 | * Makefile.in: Regenerate. | |
7056 | ||
b07c2aad HPN |
7057 | 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com> |
7058 | ||
7059 | * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib | |
7060 | and target-libgloss. | |
7061 | <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb. | |
7062 | <h8300*-*-*>: Disable libf2c and ${libgcj}. | |
69777083 | 7063 | * configure: Regenerate. |
b07c2aad | 7064 | |
56f25033 DD |
7065 | 2003-06-17 Benjamin Kosnik <bkoz@redhat.com> |
7066 | ||
7067 | * configure.in: Update testsuite_flags to new location. | |
7068 | * configure. Regenerate. | |
80b200a1 | 7069 | |
4ec9a3b2 NN |
7070 | 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org> |
7071 | ||
7072 | * Makefile.tpl: Remove BUILD_CC stuff. | |
7073 | * Makefile.in: Regenerate. | |
7074 | ||
059083b1 | 7075 | 2003-06-14 H.J. Lu <hongjiu.lu@intel.com> |
80b200a1 | 7076 | |
059083b1 L |
7077 | * config.guess: Update to 2003-06-12 version. |
7078 | * config.sub: Update to 2003-06-13 version. | |
7079 | ||
535b046a TS |
7080 | 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> |
7081 | ||
7082 | * MAINTAINERS: Add myself as MIPS co-maintainer. | |
7083 | ||
00c22daa | 7084 | 2003-06-12 H.J. Lu <hongjiu.lu@intel.com> |
80b200a1 | 7085 | |
00c22daa L |
7086 | * config.guess: Update to 2003-06-06 version. |
7087 | * config.sub: Update to 2003-06-06 version. | |
7088 | ||
1047cb91 DD |
7089 | 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
7090 | ||
7091 | * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. | |
7092 | * configure. Regenerate. | |
7093 | ||
123494c8 NN |
7094 | 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org> |
7095 | ||
1047cb91 DD |
7096 | * configure.in: Disable serial configure by default. |
7097 | * configure: Regenerate. | |
7098 | * Makefile.tpl: Abolish .NOTPARALLEL. | |
7099 | * Makefile.in: Regenerate. | |
7100 | ||
7f121bbf NN |
7101 | * Makefile.tpl: Replace {build,host,target}_canonical by |
7102 | {build,host,target}. | |
7103 | * Makefile.in: Regenerate. | |
7104 | ||
123494c8 NN |
7105 | * Makefile.tpl: Fix stupid pasto. |
7106 | * Makefile.in: Regenerate. | |
7107 | ||
ec7e0995 NN |
7108 | 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org> |
7109 | ||
7110 | * Makefile.tpl: Remove bogus conditional. | |
7111 | * Makefile.in: Regenerate. | |
7112 | ||
27b1cc72 NN |
7113 | 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org> |
7114 | ||
2a4cbe27 NN |
7115 | * Makefile.tpl: Make 'recursive targets' using autogen rather |
7116 | than shell loop. Remove duplicate 'clean' targets and false | |
7117 | comments. | |
7118 | * Makefile.def: Add systematic dependencies to 'recursive' targets. | |
7119 | Add systematic method of specifying missing targets in subdirs. | |
7120 | Add copyright boilerplate. | |
7121 | * Makefile.in: Regenerate. | |
7122 | * configure.in: Add 'recursive targets' to maybe list. | |
7123 | * configure: Regenerate. | |
7124 | ||
27b1cc72 NN |
7125 | * Makefile.tpl: Rename [+target+] to [+make_target+]. |
7126 | * Makefile.def: Rename 'target' to 'make_target'. | |
7127 | ||
01e51bd0 NC |
7128 | 2003-05-30 Nick Clifton <nickc@redhat.com> |
7129 | ||
7130 | * README-maintainer-mode: Update URL for locating blessed config | |
7131 | tools. | |
7132 | ||
2fd84b42 NC |
7133 | 2003-05-29 Robert Millan <rmh@debian.org> |
7134 | ||
7135 | * ltconfig: Import this patch and modify for use with current | |
7136 | version of ltconfig: | |
7137 | ||
7138 | 2003-05-21 Bruno Haible <bruno@clisp.org> | |
7139 | ||
7140 | * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for | |
7141 | GNU/FreeBSD. | |
7142 | ||
8945c6bb DD |
7143 | 2003-05-28 DJ Delorie <dj@redhat.com> |
7144 | ||
7145 | * Makefile.tpl: Make maybe-check-gcc .PHONY. | |
7146 | * Makefile.in: Regenerate. | |
7147 | ||
2f9632a1 JJ |
7148 | 2003-05-28 Jeff Johnston <jjohnstn@redhat.com> |
7149 | ||
80b200a1 | 7150 | * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib. |
2f9632a1 | 7151 | |
3a12db16 | 7152 | 2003-05-21 DJ Delorie <dj@redhat.com> |
80b200a1 | 7153 | |
3a12db16 DD |
7154 | * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not |
7155 | newlib or libgloss. | |
7156 | * Makefile.in: Regenerate. | |
7157 | ||
44482353 DD |
7158 | 2003-05-21 DJ Delorie <dj@redhat.com> |
7159 | ||
7160 | * Makefile.tpl: Add missing empty maybe-check-gcc target. | |
7161 | * Makefile.in: Regenerate. | |
7162 | ||
fec2c52d MR |
7163 | 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl> |
7164 | ||
7165 | * configure.in: Use curly braces in the definition of tooldir. | |
7166 | * configure: Regenerate. | |
7167 | ||
16ae0395 NN |
7168 | 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org> |
7169 | ||
7170 | * configure.in: Switch more things to use maybe dependencies. | |
80b200a1 | 7171 | * Makefile.tpl: Switch more things to use maybe dependencies. |
16ae0395 NN |
7172 | Factor out common code from autogen IF statements. |
7173 | * configure: Regenerate. | |
7174 | * Makefile.in: Regenerate. | |
7175 | ||
ec11bdc6 DD |
7176 | 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com> |
7177 | ||
7178 | * configure.in: Accept i[3456789]86 for machine type. | |
7179 | * configure: Regenerate. | |
7180 | ||
dd12c3a8 NN |
7181 | 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> |
7182 | ||
7183 | * configure.in: Switch more things to use maybe dependencies. | |
7184 | Rearrange a little. Use GCC_TOPLEV_SUBDIRS. | |
7185 | * configure: Regenerate. | |
7186 | * Makefile.tpl: Switch more things to use maybe dependencies. | |
7187 | * Makefile.in: Regenerate. | |
7188 | ||
cf662e21 AJ |
7189 | 2003-05-16 Andreas Schwab <schwab@suse.de> |
7190 | ||
7191 | * Makefile.tpl (install-opcodes): Define. | |
7192 | * Makefile.in: Rebuild. | |
7193 | ||
5481b376 AJ |
7194 | 2003-05-13 Andreas Jaeger <aj@suse.de> |
7195 | ||
7196 | * config.guess: Update to 2003-05-09 version. | |
7197 | * config.sub: Update to 2003-05-09 version. | |
7198 | ||
3959a22a AJ |
7199 | 2003-05-13 Michael Eager <eager@mvista.com> |
7200 | ||
7201 | * configure.in: Correct sed script so that options in quotes are not | |
7202 | deleted. | |
7203 | * configure: Rebuild. | |
7204 | ||
564b43e5 CV |
7205 | 2003-05-12 Corinna Vinschen <corinna@vinschen.de> |
7206 | ||
7207 | * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin | |
7208 | and $$s/newlib/libc/sys/cygwin32 include paths. | |
7209 | * configure: Ditto. | |
7210 | ||
bb947dc9 L |
7211 | 2003-05-05 H.J. Lu <hjl@gnu.org> |
7212 | ||
7213 | * config-ml.in: Restored from gcc repository. | |
7214 | ||
77f7441a CD |
7215 | 2003-05-02 Chris Demetriou <cgd@broadcom.com> |
7216 | ||
80b200a1 ZW |
7217 | * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later. |
7218 | * Makefile.in: Regenerate. | |
77f7441a | 7219 | |
a26d7085 DJ |
7220 | 2003-04-27 Daniel Jacobowitz <drow@mvista.com> |
7221 | ||
7222 | * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl, | |
7223 | and Makefile.def. | |
7224 | ||
e4c4d240 DJ |
7225 | 2003-04-27 Daniel Jacobowitz <drow@mvista.com> |
7226 | ||
7227 | * Makefile.tpl: Clean $(BUILD_SUBDIR). | |
7228 | * Makefile.in: Regenerated. | |
7229 | ||
62a3fc85 DD |
7230 | 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> |
7231 | ||
7232 | * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000. | |
7233 | * Makefile.in: Regenerate. | |
7234 | ||
7235 | 2003-04-18 Jakub Jelinek <jakub@redhat.com> | |
7236 | ||
7237 | * configure.in (powerpc64*-*-linux*): Remove. | |
7238 | * configure: Rebuilt. | |
7239 | ||
5b474aa8 DD |
7240 | 2003-04-17 Phil Edwards <pme@gcc.gnu.org> |
7241 | ||
7242 | * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the | |
7243 | previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, | |
7244 | and restrap. | |
7245 | * Makefile.in: Regenerate. | |
7246 | ||
7247 | 2003-04-16 Richard Earnshaw <rearnsha@arm.com> | |
7248 | ||
7249 | * configure.in (arm-*-netbsdelf*): Enable building java libraries. | |
7250 | * configure: Regenerated. | |
7251 | ||
bc295afe AO |
7252 | 2003-04-11 Alexandre Oliva <aoliva@redhat.com> |
7253 | ||
7254 | * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. | |
7255 | * */configure: Rebuilt. | |
7256 | ||
3728fade NN |
7257 | 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org> |
7258 | ||
7259 | * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down. | |
7260 | * Makefile.in: Regenerate. | |
7261 | ||
ce5b542e MC |
7262 | 2003-03-14 Michael Chastain <mec@shout.net> |
7263 | ||
7264 | * Makefile.in: Regenerate with correct Makefile.def. | |
7265 | ||
3db0a37f NN |
7266 | 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org> |
7267 | ||
7268 | * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused | |
7269 | Make macro. | |
7270 | * Makefile.in: Regenerate. | |
7271 | * configure.in: Clean up gxx_include_dir logic. | |
7272 | * configure: Regenerate. | |
7273 | ||
34349c6e DD |
7274 | 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> |
7275 | ||
7276 | * configure.in (gxx_include_dir): Fix typo. | |
7277 | * configure: Regenerated. | |
7278 | ||
686c28c9 AC |
7279 | 2003-03-06 Andrew Cagney <cagney@redhat.com> |
7280 | ||
7281 | * texinfo/texinfo.tex: Import version 2003-02-03.16. | |
7282 | ||
bba45b8b | 7283 | 2003-03-04 Daniel Jacobowitz <drow@mvista.com> |
5481b376 | 7284 | |
bba45b8b NN |
7285 | * configure.in: Include $(build_tooldir)/sys-include in |
7286 | FLAGS_FOR_TARGET. | |
7287 | * configure: Regenerated. | |
7288 | ||
2683747f NN |
7289 | 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org> |
7290 | ||
bba45b8b NN |
7291 | * Makefile.tpl: Reindent. |
7292 | * Makefile.in: Regenerate. | |
7293 | * configure.in: Reindent. Don't set unused variables. | |
7294 | * configure: Regenerate. | |
7295 | ||
2683747f NN |
7296 | * Makefile.tpl: Always pass down RANLIB. |
7297 | * Makefile.in: Regenerate. | |
7298 | ||
7299 | * Makefile.tpl: Don't set unused enable_shared, enable_threads macros. | |
7300 | * Makefile.in: Regenerate. | |
7301 | * configure.in: Remove unused logic relating to --enable-shared | |
7302 | and --enable-threads. Remove bogus comments. Remove redundant | |
7303 | noconfigdirs. | |
7304 | * configure: Regenerate. | |
7305 | ||
7306 | * configure.in: Replace ${libstdcxx_version} by its value. | |
7307 | Remove reference to mh-dgux. | |
7308 | * configure: Regenerate. | |
7309 | ||
50212802 NN |
7310 | 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org> |
7311 | ||
7312 | * Makefile.tpl: Rearrange. | |
7313 | * Makefile.in: Regenerate. | |
7314 | ||
a6be7fc6 NC |
7315 | 2003-02-25 Nick Clifton <nickc@redhat.com> |
7316 | ||
7317 | * configure: Remove site-file supprot - it is obsolete. | |
7318 | ||
f8a495c8 NC |
7319 | 2003-02-24 Uwe Stieber <uwe@wwws.de> |
7320 | ||
7321 | * configure.in: Add support for kaOS as cross build target system. | |
7322 | * configure: Regenerated. | |
7323 | ||
3decd77d DD |
7324 | 2003-02-20 Sean McNeil <sean@blue.mcneil.com> |
7325 | ||
7326 | * Makefile.tpl: Add definition of CPPFLAGS to pass into | |
7327 | configure-target-* as some target builds may require additional | |
7328 | flags for preprocessor tests. | |
7329 | * Makefile.in: Regenerated. | |
7330 | ||
f4ff34a3 AO |
7331 | 2003-02-19 Alexandre Oliva <aoliva@redhat.com> |
7332 | ||
7333 | * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld. | |
7334 | * ltconfig: Handle it. | |
7335 | * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of | |
7336 | auto-detecting it. | |
7337 | ||
b7e4a931 AO |
7338 | 2003-02-19 Alexandre Oliva <aoliva@redhat.com> |
7339 | ||
7340 | * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever | |
7341 | it is used as argument to $CC. | |
7342 | * ltcf-gcj.sh: Likewise. | |
7343 | ||
6b784d9f AO |
7344 | 2003-02-19 Alexandre Oliva <aoliva@redhat.com> |
7345 | ||
7346 | * configure.in: Introduce --enable-maintainer-mode. | |
7347 | * configure: Rebuilt. | |
7348 | * Makefile.tpl (Makefile.in, configure): Enable dependencies only | |
7349 | for maintainer mode. | |
7350 | * Makefile.in: Rebuilt. | |
7351 | ||
8bcd8a07 AC |
7352 | 2003-02-19 Andrew Cagney <ac131313@redhat.com> |
7353 | ||
7354 | * configure: Regenerate using autoconf 2.13. | |
7355 | ||
ee3fd329 AM |
7356 | 2003-02-19 Alan Modra <amodra@bigpond.net.au> |
7357 | ||
7358 | * config.guess: Import latest version. | |
7359 | * config.sub: Import latest version. | |
7360 | ||
e9e45685 JM |
7361 | 2003-02-18 Jason Merrill <jason@redhat.com> |
7362 | ||
7363 | * Makefile.tpl (check-c++): Allow parallelism. | |
7364 | ||
859789af AC |
7365 | 2003-02-17 Andrew Cagney <ac131313@redhat.com> |
7366 | ||
7367 | * configure: Regenerate using autoconf 000227. | |
7368 | ||
b3f16a9b GK |
7369 | 2003-02-15 Geoffrey Keating <geoffk@apple.com> |
7370 | ||
7371 | * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, | |
7372 | don't configure target-libobjc. | |
7373 | * configure: Regenerate. | |
7374 | ||
72e60e02 DD |
7375 | 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
7376 | ||
7377 | * Makefile.tpl (RANLIB): Define. | |
7378 | * Makefile.in: Regenerate. | |
7379 | ||
91f0e695 KS |
7380 | 2003-02-06 Keith R Seitz <keiths@redhat.com> |
7381 | ||
7382 | * Makefile.def: Remove "snavigator", "grep", and "db" modules. | |
7383 | * Makefile.tpl: Remove "all-snavigator" and "all-grep". | |
7384 | * Makefile.in: Regenerated. | |
7385 | * configure.in: Remove all traces of snavigator, db, and grep. | |
7386 | * configure: Regenerated. | |
7387 | ||
122bfa92 FCE |
7388 | 2003-01-31 Frank Ch. Eigler <fche@redhat.com> |
7389 | ||
7390 | * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. | |
7391 | * Makefile.in: Regenerated. | |
7392 | ||
264095c3 AO |
7393 | 2003-01-30 Alexandre Oliva <aoliva@redhat.com> |
7394 | ||
7395 | * config.if: Copy from GCC. | |
7396 | ||
a84dbcb3 AO |
7397 | 2003-01-27 Phil Edwards <pme@gcc.gnu.org> |
7398 | ||
7399 | * configure.in: Revert 24Jan change. | |
7400 | * configure: Regenerate. | |
7401 | ||
19618276 NN |
7402 | 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> |
7403 | ||
7404 | * configure.in: Revert previous change. | |
7405 | * configure: Regenerate. | |
7406 | ||
b7f27a92 NN |
7407 | 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> |
7408 | ||
7409 | * configure.in: Make rda native-only. | |
7410 | * configure: Regenerate. | |
7411 | ||
83326456 NN |
7412 | 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org> |
7413 | ||
7414 | * configure.in: Add missing \. | |
7415 | * configure: Rebuilt. | |
7416 | ||
5e367fa5 JJ |
7417 | 2003-01-17 Jakub Jelinek <jakub@redhat.com> |
7418 | ||
7419 | * configure.in (baseargs): Avoid using \| in sed regular | |
7420 | expressions. | |
7421 | * configure: Rebuilt. | |
7422 | ||
e01f337c JJ |
7423 | 2003-01-16 Jakub Jelinek <jakub@redhat.com> |
7424 | ||
7425 | * configure.in (baseargs): Remove all supported forms of | |
7426 | --cache-file, --srcdir, --host, --build and --target options | |
7427 | from argument lists. | |
7428 | * configure: Rebuilt. | |
7429 | ||
aa236487 AO |
7430 | 2003-01-15 Alexandre Oliva <aoliva@redhat.com> |
7431 | ||
7432 | * configure.in (noconfigdirs): Don't skip gas on IRIX 6. | |
7433 | * configure: Rebuilt. | |
7434 | ||
586c0873 NN |
7435 | 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org> |
7436 | ||
7437 | * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS. | |
7438 | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. | |
7439 | * Makefile.in: Regenerate. | |
7440 | * configure: Regenerate. | |
7441 | ||
497f816e DD |
7442 | 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de> |
7443 | ||
7444 | * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. | |
7445 | (install-info, dir.info): Prepend $(DESTDIR) to $(infodir). | |
7446 | * Makefile.in: Regenerate. | |
7447 | ||
bfbe5519 AO |
7448 | 2003-01-09 Alexandre Oliva <aoliva@redhat.com> |
7449 | ||
7450 | * configure.in: Remove Makefile in build, host and target modules | |
7451 | unless configure was run with --no-recursion. | |
7452 | * configure: Rebuilt. | |
7453 | ||
3f234ef5 CD |
7454 | 2003-01-08 Chris Demetriou <cgd@broadcom.com> |
7455 | ||
7456 | * config.guess: Update to 2003-01-03 version. | |
7457 | * config.sub: Update to 2003-01-03 version. | |
7458 | ||
a3982d48 CF |
7459 | 2003-01-07 Christopher Faylor <cgf@redhat.com> |
7460 | ||
7461 | * configure: Regenerate with proper autoconf 2.13. | |
7462 | ||
75778ec4 CF |
7463 | 2003-01-07 Christopher Faylor <cgf@redhat.com> |
7464 | ||
80b200a1 ZW |
7465 | * configure.in: Add AC_PREREQ for consistency. |
7466 | * configure: Regenerate. | |
75778ec4 | 7467 | |
c180f501 AC |
7468 | 2003-01-06 Andrew Cagney <ac131313@redhat.com> |
7469 | ||
7470 | * configure.in (GDB_TK): Add tcl directories conditional on | |
7471 | gdb/gdbtk directory being present. | |
7472 | * configure: Regenerate. | |
5481b376 | 7473 | |
46ca2cc2 DA |
7474 | 2003-01-04 John David Anglin <dave.anglin@nrc.ca> |
7475 | ||
7476 | * configure.in (LD): Improve test for gcc. Try to set LD to the ld used | |
7477 | by gcc if LD is not defined and we are not doing a Canadian Cross. | |
7478 | * configure: Rebuilt. | |
7479 | ||
53dd8dab DJ |
7480 | 2003-01-01 Daniel Jacobowitz <drow@mvista.com> |
7481 | ||
7482 | * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl. | |
7483 | ||
50ceb20c TT |
7484 | 2002-12-31 Tom Tromey <tromey@redhat.com> |
7485 | ||
7486 | * Makefile.in: Rebuilt. | |
7487 | * Makefile.def (target_modules) [libffi]: Allow installation. | |
7488 | ||
e78b5cfe AS |
7489 | 2002-12-31 Andreas Schwab <schwab@suse.de> |
7490 | ||
7491 | * configure.in: Fix use of $program_transform_name. | |
7492 | * configure: Regenerated. | |
7493 | ||
67448102 DJ |
7494 | 2002-12-30 Daniel Jacobowitz <drow@mvista.com> |
7495 | ||
7496 | * configure.in (baseargs): Don't remove first configure argument. | |
7497 | * configure: Regenerated. | |
7498 | ||
e6bfb94a AO |
7499 | 2002-12-29 Alexandre Oliva <aoliva@redhat.com> |
7500 | ||
7501 | * Makefile.tpl (local-distclean): Don't remove... | |
7502 | (multilib.ts): ... this. Moved into... | |
7503 | (multilib.out): ... this. Don't use sub-make. | |
7504 | ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile, | |
7505 | $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into... | |
7506 | (configure-build-[+module+], configure-[+module+], | |
7507 | configure-target-[+module+], configure-gcc): ... these. Test | |
7508 | for Makefile existence. Drop config.status from dependencies. | |
7509 | * Makefile.in: Rebuilt. | |
7510 | * configure.in: Move gcc-version-trigger to the end of | |
7511 | ac_configure_args. Add comments to maybedep.tmp and | |
7512 | serdep.tmp. Introduce --disable-serial-configure. Remove | |
7513 | nonopt from baseargs, matching and removing corresponding | |
7514 | whitespace while at it. | |
7515 | * configure: Rebuilt. | |
7516 | ||
8f0dfb36 AO |
7517 | 2002-12-28 Alexandre Oliva <aoliva@redhat.com> |
7518 | ||
7519 | * configure.in (host_configargs): Replace reference to | |
7520 | no-longer-defined buildopts with --build=${build_alias}. | |
7521 | * configure: Rebuilt. | |
7522 | ||
43be203f AO |
7523 | 2002-12-28 Alexandre Oliva <aoliva@redhat.com> |
7524 | ||
7525 | * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of | |
7526 | program_transform_name to standard idiom. | |
7527 | (AUTOGEN, AUTOCONF): Define. | |
7528 | (Makefile.in): Use $(AUTOGEN). | |
7529 | (Makefile): Depend on config.status, and use autoconf-style rule to | |
7530 | build it. Move original commands to... | |
7531 | (config.status): ... this new target. | |
7532 | (configure): Add $(srcdir). Depend on config/acx.m4. Use | |
7533 | $(AUTOCONF). | |
7534 | * Makefile.in: Rebuilt. | |
7535 | ||
a0da8069 NN |
7536 | 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org> |
7537 | ||
d18f1c9f NN |
7538 | * Makefile.tpl: Fix dramatic bustage due to change in |
7539 | program_transform_name. | |
7540 | * Makefile.in: Regenerate. | |
7541 | ||
7542 | * configure.in: Remove unnecessary PATH setting. | |
7543 | * configure: Regnerate. | |
7544 | ||
7545 | * configure.in: Don't default to unprefixed tools unless | |
7546 | the native tools will work. | |
7547 | * configure: Regenerate. | |
7548 | ||
a0da8069 NN |
7549 | * configure.in: Convert to autoconf script. Blow away lots |
7550 | of now-redundant Makefile fragments. | |
7551 | * configure: Generate using Autoconf. | |
7552 | * Makefile.tpl: Rewrite to reflect autoconfiscation. | |
7553 | * Makefile.in: Regenerate. | |
7554 | ||
c567df0a NN |
7555 | 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org> |
7556 | ||
5481b376 | 7557 | * configure: Remove unneeded 'export's. Make CC_FOR_TARGET, |
c567df0a NN |
7558 | CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only. |
7559 | ||
5481b376 | 7560 | * ChangeLog: Move a couple of entries from here to winsup/cygwin, |
c567df0a | 7561 | where they belong. |
2c7f9a32 | 7562 | |
2dabcfb4 AS |
7563 | 2002-12-24 Andreas Schwab <schwab@suse.de> |
7564 | ||
7565 | * Makefile.tpl (multilib.out): Fix missing space. | |
7566 | * Makefile.in: Regenerate. | |
7567 | ||
1086bc09 NN |
7568 | 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org> |
7569 | ||
7570 | * Makefile.tpl: Use shared multilib.out. Use move-if-change for it. | |
7571 | Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. | |
7572 | * Makefile.in: Regenerate. | |
7573 | * configure.in: Remove unnecessary leftovers. | |
7574 | ||
1086bc09 NN |
7575 | 2002-12-21 Geoffrey Keating <geoffk@apple.com> |
7576 | ||
7577 | * configure.in (extra_ranlibflags_for_target): New variable. | |
7578 | (*-*-darwin): Add -c to ranlib commands. | |
7579 | * configure (tooldir): Handle extra_ranlibflags_for_target. | |
7580 | ||
14e9ca95 JJ |
7581 | 2002-12-20 Jeff Johnston <jjohnstn@redhat.com> |
7582 | ||
7583 | * COPYING.NEWLIB: Updated. | |
7584 | * COPYING.LIBGLOSS: Ditto. | |
7585 | ||
14c428fb NN |
7586 | 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org> |
7587 | ||
7588 | * Makefile.tpl: Revert HJL's change. | |
7589 | * Makefile.in: Regenerated. | |
7590 | * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and | |
7591 | always. | |
7592 | ||
313b8244 AS |
7593 | 2002-12-19 Andreas Schwab <schwab@suse.de> |
7594 | ||
7595 | * Makefile.tpl, configure.in: Substitute libstdcxx_incdir. | |
7596 | * Makefile.in: Regenerate. | |
7597 | ||
efeae3db L |
7598 | 2002-12-18 H.J. Lu <hjl@gnu.org> |
7599 | ||
7600 | * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). | |
7601 | * Makefile.in: Regenerated. | |
7602 | ||
7603 | * configure.in (build_prefix): New. Substitute. | |
7604 | ||
43d92c63 NN |
7605 | 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org> |
7606 | ||
59da4fe6 NN |
7607 | * Makefile.tpl: Don't let real targets depend on phony targets. |
7608 | * Makefile.in: Regenerate. | |
7609 | ||
43d92c63 NN |
7610 | * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. |
7611 | * Makefile.in: Regenerate. | |
7612 | ||
b72e6a2d JM |
7613 | 2002-12-16 Jason Merrill <jason@redhat.com> |
7614 | ||
7615 | * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a | |
7616 | previous 'make bootstrap'. | |
7617 | * Makefile.in: Regenerate. | |
7618 | ||
95c72c44 HPN |
7619 | 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com> |
7620 | ||
7621 | * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb. | |
7622 | ||
7d695d07 JM |
7623 | 2002-12-13 Jason Merrill <jason@redhat.com> |
7624 | ||
7625 | * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run | |
7626 | library tests. | |
7627 | (check-c++): Just depend on it and check-target-libstdc++-v3. | |
7628 | * Makefile.in: Regenerate. | |
7629 | ||
54103d1e NN |
7630 | 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org> |
7631 | ||
7632 | * configure.in, Makefile.tpl, Makefile.def: Remove tclX. | |
7633 | * Makefile.in: Regenerate. | |
7634 | ||
4024f1e1 JJ |
7635 | 2002-12-12 Jeff Johnston <jjohnstn@redhat.com> |
7636 | ||
80b200a1 ZW |
7637 | * COPYING.NEWLIB: Update list of alternate Regent of California |
7638 | licenses and discuss official revoking of advertising clause. | |
7639 | * COPYING.LIBGLOSS: Ditto. | |
4024f1e1 | 7640 | |
7dda0df6 AO |
7641 | 2002-12-12 Alexandre Oliva <aoliva@redhat.com> |
7642 | ||
7643 | * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C). | |
7644 | * Makefile.in: Rebuilt. | |
7645 | ||
d03be79e | 7646 | 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org> |
b4a77b47 | 7647 | |
929293f4 NN |
7648 | * configure: Fix bug put in by gremlins. |
7649 | ||
d03be79e NN |
7650 | * Makefile.tpl: Substitute more autoconfily. |
7651 | * configure: Substitute more autoconfily. | |
7652 | * Makefile.in: Regenerate. | |
7653 | ||
7654 | 2002-12-08 Andrew Cagney <ac131313@redhat.com> | |
7655 | ||
7656 | * Makefile.tpl (all-sim): Depend on maybe-configure-gdb. | |
7657 | * Makefile.in (all-sim): Ditto. | |
a36d530e DD |
7658 | |
7659 | 2002-12-06 DJ Delorie <dj@redhat.com> | |
7660 | ||
7661 | * Makefile.tpl: Change configure dependencies to not have real | |
7662 | targets depend on phony targets. | |
b4a77b47 | 7663 | |
db1ac78d NN |
7664 | 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org> |
7665 | ||
bcaf2395 NN |
7666 | * configure.in: Revert unintentional change. |
7667 | ||
b4fa093e NN |
7668 | * src-release: Configure host subdirs. |
7669 | ||
db1ac78d NN |
7670 | * Makefile.tpl: Change dependency for */multilib.out so that |
7671 | it works when gcc isn't in the tree. | |
7672 | ||
7673 | * configure.in: Substitute more. | |
7674 | * configure: Run subconfigures from the Makefile. | |
7675 | * Makefile.tpl: Run subconfigures from the Makefile; add a few | |
7676 | convenience targets. Make sure gcc isn't rebuilt after bootstrap. | |
7677 | ||
15723a45 NN |
7678 | 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org> |
7679 | ||
e2b9e2dc NN |
7680 | * Makefile.tpl: Add targets for configuring host subdirs in Makefile, |
7681 | and corresponding dependencies. | |
7682 | * Makefile.in: Regenerate. | |
7683 | ||
2af579c4 NN |
7684 | * configure.in (host_tools): Order binutils, gas and ld for |
7685 | convenience in running the testsuites. | |
7686 | ||
a2cc058a NN |
7687 | * Makefile.tpl: Introduce rules to serialize subconfigure runs. |
7688 | * Makefile.in: Regenerate. | |
7689 | * configure.in: Introduce rules to serialize subconfigure runs. | |
7690 | ||
15723a45 NN |
7691 | * configure.in: Introduce BASE_CC_FOR_TARGET. |
7692 | * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS. | |
7693 | Realize configure-build-* targets. Realize configure-target-* targets. | |
7694 | * Makefile.in: Regenerate. | |
7695 | ||
ae831be5 NN |
7696 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> |
7697 | ||
7698 | * configure: Move gcc_version_trigger stuff from here... | |
7699 | * configure.in: ...to here. | |
7700 | ||
7701 | * configure.in: Separate subconfigure options added by this file from | |
7702 | options given by the user. Add machinery to put args for host | |
7703 | subconfigures into the Makefile. | |
7704 | ||
7705 | * Makefile.tpl: Remove 'vault' targets. | |
7706 | * Makefile.tpl: Reorder and comment dependencies. | |
7707 | * Makefile.in: Regenerate. | |
7708 | ||
bbf7c8ac NN |
7709 | 2002-11-28 Geoffrey Keating <geoffk@apple.com> |
7710 | ||
7711 | * configure.in: Move host-specific darwin noconfigdirs into | |
7712 | the host-specific section. | |
7713 | ||
930314a4 NN |
7714 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> |
7715 | ||
52d7cdee NN |
7716 | * Makefile.tpl: Restore bkorb's style patch, accidentally lost |
7717 | during replay. | |
7718 | * Makefile.in: Regenerate. | |
7719 | ||
930314a4 NN |
7720 | (finishing slow-motion replay) |
7721 | * configure: Remove skip-this-dir support. | |
7722 | * Makefile.tpl: Remove skip-this-dir support. | |
7723 | ||
7724 | * Makefile.tpl: Remove leftover support for non-autoconfiscated | |
7725 | subdirectories. | |
7726 | * Makefile.in: Regenerate. | |
7727 | ||
7728 | * Makefile.tpl: Strip out useless setting of 'dir'. | |
7729 | * Makefile.in: Regenerate. | |
5481b376 | 7730 | |
930314a4 NN |
7731 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> |
7732 | ||
7733 | (finishing slow-motion replay) | |
7734 | * configure.in: Fix deeply stupid bug. | |
7735 | ||
7736 | * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded | |
7737 | shell code in CXX_FOR_TARGET | |
7738 | * Makefile.def: Introduce raw_cxx. | |
7739 | * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and | |
7740 | RAW_CXX_FOR_TARGET. | |
7741 | * Makefile.in: Regenerate. | |
7742 | ||
7743 | 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org> | |
7744 | ||
7745 | (finishing slow-motion replay) | |
7746 | * Makefile.tpl: Remove unnecessary ifs. | |
7747 | * Makefile.in: Regenerate. | |
7748 | ||
5481b376 | 7749 | * Makefile.tpl: Implement soft dependency machinery. Maybe-ize |
930314a4 NN |
7750 | dependencies. Maybe-ize build-libiberty. Create dummy install |
7751 | targets for 'no_install' modules. | |
5481b376 | 7752 | * configure: Move GDB_TK substitution to configure.in. Move |
930314a4 | 7753 | build_modules stuff to configure.in. |
5481b376 | 7754 | * configure.in: Implement soft dependency machinery. Maybe-ize |
930314a4 NN |
7755 | GDB_TK, rearrange slightly. Move build_modules stuff from configure. |
7756 | * Makefile.in: Regenerate. | |
7757 | ||
3866be5d NN |
7758 | 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org> |
7759 | ||
7760 | (continuing slow-motion replay) | |
7761 | * Makefile.tpl: Make all-target, install-target behave similarly | |
7762 | to all, install (only hitting configured targets). Eliminate | |
7763 | unused macro defintions. | |
7764 | ||
7765 | * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when | |
7766 | build != host. | |
7767 | ||
7768 | * Makefile.tpl: Add all-gcc: all-libiberty dependency. | |
7769 | ||
7770 | * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion. | |
7771 | ||
5481b376 | 7772 | * configure.in: Produce lists of subdir targets we're actually |
3866be5d NN |
7773 | configuring. Remove references to "dosrel". |
7774 | * Makefile.tpl: Let configure set which subdir targets are hit. | |
5481b376 | 7775 | Remove install-cross; clean up install; remove ALL. Remove |
3866be5d | 7776 | references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery. |
5481b376 | 7777 | Autogenerate host module targets. Remove empty dependency lines |
3866be5d NN |
7778 | and redundant dependency; rearrange slightly. |
7779 | * Makefile.def: Add host-side libtermcap, utils. | |
7780 | ||
7781 | * Makefile.in: Regenerate. | |
7782 | ||
e393202e NN |
7783 | 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org> |
7784 | ||
7785 | (Continuing slow-motion replay) | |
7786 | * Makefile.def: Add list of recursive targets to autogenerate. | |
7787 | Add build_modules. | |
7788 | * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-* | |
7789 | targets. Autogenerate *-build-* targets. | |
7790 | * Makefile.in: Regenerate. | |
7791 | ||
583d52d7 NN |
7792 | 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org> |
7793 | ||
7794 | (Continuing slow-motion replay) | |
7795 | * configure: More autoconf-style substitutions. | |
7796 | * Makefile.tpl: More autoconf-style substitutions. | |
7797 | * Makefile.in: Regenerate. | |
7798 | ||
7799 | 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org> | |
7800 | ||
7801 | (Continuing slow-motion replay) | |
7802 | * configure: Substitute more variables in a more autoconf-friendly | |
7803 | way. Simplify slightly. | |
7804 | * Makefile.tpl: Make more variables substitutable in an | |
7805 | autoconf-friendly way. | |
7806 | * Makefile.in: Regenerate. | |
7807 | ||
874e38b4 NN |
7808 | 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org> |
7809 | ||
7810 | (Continuing slow-motion replay) | |
7811 | * configure.in (v810*): Remove special setting of tools. | |
7812 | ||
7813 | * configure: Add support for extra required flags for ar or nm. | |
7814 | * configure.in (aix4.3+): Use above support for target-specific | |
7815 | issues, rather than using config/mt-aix43. | |
7816 | ||
852e5f18 NN |
7817 | 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org> |
7818 | ||
7819 | (Starting slow-motion replay merge from gcc 3.4 b-i-b branch) | |
7820 | * configure: Remove 'removing', which doesn't work. Replace $subdir | |
7821 | with . everywhere. Replace $subdirs with ''. Replace $makesrcdir | |
7822 | with $srcdir. Reformat indentation. Substitute some variables | |
7823 | formerly hard-coded in the Makefile for build=host. | |
7824 | * Makefile.tpl: Autogenerate more; make more autoconf-friendly. | |
7825 | * Makefile.def: Autogenerate more. | |
7826 | * Makefile.in: Regenerate. | |
7827 | ||
c9a0d920 DD |
7828 | 2002-11-13 Bruce Korb <bkorb@gnu.org> |
7829 | ||
7830 | * Makefile.tpl: syntactic cleanup | |
7831 | ||
dd2768ff KB |
7832 | 2002-11-04 Kevin Buettner <kevinb@redhat.com> |
7833 | ||
7834 | * Makefile.def (host_modules): Add rda. | |
7835 | * Makefile.in: Regenerate. | |
7836 | * configure.in (target_tool): Add target-rda to list. | |
7837 | ||
1aa8389d DD |
7838 | 2002-10-25 Phil Edwards <pme@gcc.gnu.org> |
7839 | ||
7840 | * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap, | |
7841 | and restrap targets to this rule. | |
7842 | * Makefile.in: Regenerate. | |
7843 | ||
28f46298 HPN |
7844 | 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com> |
7845 | ||
7846 | * configure.in (i[3456]86-*-linux*): Add check to disable | |
7847 | ${libgcj} for glibc1. | |
7848 | ||
ff72e302 NC |
7849 | 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com> |
7850 | ||
7851 | * configure.in: Add tic4x target. | |
7852 | ||
8607b6c9 NN |
7853 | 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org> |
7854 | ||
7855 | * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. | |
7856 | * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. | |
7857 | * configure.in: Make SET_LIB_PATH substitution more autoconfy. | |
7858 | * configure.in: Make RPATH_ENVVAR substitution more autoconfy. | |
7859 | * Makefile.in: Regenerate. | |
7860 | ||
f8f61f4a NN |
7861 | 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> |
7862 | ||
c86f794b NN |
7863 | * Makefile.tpl: Eliminate reference to all-gui, all-libproc. |
7864 | * Makefile.in: Regenerate. | |
7865 | ||
a9590527 NN |
7866 | * Makefile.def: Remove order dependency comments. |
7867 | * Makefile.tpl: Add explicit install-install dependencies. | |
7868 | * Makefile.in: Regenerate. | |
7869 | ||
8412ce72 NN |
7870 | * Makefile.tpl: Remove material now in src-release. (Finally!) |
7871 | * Makefile.in: Regenerate. | |
7872 | ||
8b9f37f1 NN |
7873 | * configure: Restore my original patch by syncing with gcc version. |
7874 | ||
f8f61f4a NN |
7875 | * Bring following over from gcc: |
7876 | ||
7877 | 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com> | |
7878 | ||
7879 | * configure.in (s390*-*-linux*): Enable libgcj. | |
7880 | ||
403d9505 NN |
7881 | 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org> |
7882 | ||
7883 | * Makefile.in: Regenerate. This really ought to fix things. :sigh: | |
7884 | ||
95f6f383 AM |
7885 | 2002-10-02 Alan Modra <amodra@bigpond.net.au> |
7886 | ||
e4673b0a | 7887 | * configure: Move stray lines back to where they belong. |
95f6f383 | 7888 | |
748503c8 NN |
7889 | 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org> |
7890 | ||
a581b5c3 NN |
7891 | * Makefile.tpl: Insert configure-target target, for src-release. |
7892 | ||
c084f5b4 NN |
7893 | * configure: Finish reverting change which Andrew Cagney started |
7894 | reverting. Should fix bustage. | |
7895 | ||
7aa673ed | 7896 | * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory. |
748503c8 NN |
7897 | * src-release: New file. Contains material for making net |
7898 | releases for gdb, binutils, et al., formerly in Makefile.in. | |
7899 | ||
82a9b2d9 NC |
7900 | 2002-09-30 Nick Clifton <nickc@redhat.com> |
7901 | ||
7902 | * cpu: New top level directory. Intended to hold input files for | |
7903 | CGEN which have FSF copyright assignment. | |
7904 | * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory. | |
7905 | ||
c2463a00 AC |
7906 | 2002-09-29 Andrew Cagney <ac131313@redhat.com> |
7907 | ||
7908 | Revert below (note that src does not contain Makefile.tpl): | |
7909 | * Makefile.tpl: Make subsituted variables more autoconfy. | |
7910 | * Makefile.in: Regenerate. | |
7911 | ||
f03b4789 NN |
7912 | 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org> |
7913 | ||
c11e16a9 NN |
7914 | * configure: Revert accidentally applied changes. |
7915 | ||
f03b4789 NN |
7916 | * Makefile.tpl: Make more autoconf-friendly. |
7917 | * Makefile.in: Regenerate. | |
7918 | * configure: Make substitution more autoconf-like. | |
7919 | ||
7920 | 2002-09-28 Richard Earnshaw <rearnsha@arm.com> | |
7921 | ||
7922 | * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a | |
7923 | single entry to handle all these. | |
7924 | (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable | |
7925 | libjava on arm-*-elf. | |
7926 | ||
c0292023 GK |
7927 | 2002-09-27 Geoffrey Keating <geoffk@apple.com> |
7928 | ||
7929 | * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the | |
7930 | things that depend on them. | |
7931 | ||
c66d951e NN |
7932 | 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> |
7933 | ||
7934 | * Makefile.tpl: Make subsituted variables more autoconfy. | |
7935 | * Makefile.in: Regenerate. | |
7936 | * configure: Make seds more autoconfy. | |
7937 | ||
907a7241 | 7938 | 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org> |
58daee98 NN |
7939 | |
7940 | * Makefile.tpl: Rewrite substituted lines to look autoconfy. | |
7941 | * Makefile.in: Regenerate. | |
7942 | * configure.in: Rewrite sed statements to look autoconfy. | |
7943 | ||
907a7241 NN |
7944 | * Makefile.tpl: Autogenerate *-target-* lists, dependencies of |
7945 | all-target-foo on configure-target-foo. | |
7946 | * Makefile.def: Ditto. | |
7947 | * Makefile.in: Rebuild. | |
7948 | ||
405ea7a0 NN |
7949 | 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org> |
7950 | ||
7951 | * Makefile.def: New file. | |
7952 | * Makefile.tpl: New file. | |
7953 | * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'. | |
7954 | ||
7955 | * configure.in: Minor rearrangement. Simplify tests. | |
7956 | ||
bdc57bfd JT |
7957 | 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com> |
7958 | ||
7959 | * configure.in (with_headers): Skip copy if value is "yes". | |
7960 | (with_libs): Likewise. | |
7961 | ||
ae03d6e2 NN |
7962 | 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org> |
7963 | ||
7964 | * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. | |
7965 | * configure.in (sh*-*-pe*): Ditto. | |
7966 | * configure.in (mips*-*-pe*): Ditto. | |
7967 | * configure.in (*arm-wince-pe): Ditto. | |
227d98f5 NN |
7968 | |
7969 | * configure.in: Rearrange. | |
7970 | ||
707960fe NC |
7971 | 2002-09-12 Nick Clifton <nickc@redhat.com> |
7972 | ||
7973 | * Import these changes from the config master repository: | |
7974 | ||
7975 | 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com> | |
7976 | ||
7977 | * config.sub: Add tic4x target. | |
7978 | ||
7979 | 2002-09-03 Ben Elliston <bje@redhat.com> | |
7980 | ||
7981 | * config.guess: Detect NSR-D machines for nsr-tandem-nsk. | |
7982 | Reported by <Duncan_Stodart@insession.com>. | |
7983 | ||
36ea319f JJ |
7984 | 2002-09-10 Jeff Johnston <jjohnstn@redhat.com> |
7985 | ||
7986 | * COPYING.NEWLIB: More updates. | |
7987 | ||
cf57480a JJ |
7988 | 2002-09-09 Jeff Johnston <jjohnstn@redhat.com> |
7989 | ||
7990 | * COPYING.NEWLIB: Update. | |
7991 | ||
fd31a171 AC |
7992 | 2002-08-23 Andrew Cagney <ac131313@redhat.com> |
7993 | ||
23b632fc AC |
7994 | * texinfo/texinfo.tex: Import version 2002-06-04.06. |
7995 | ||
fd31a171 AC |
7996 | * config.guess: Import version 2002-08-23. |
7997 | * config.sub: Import version 2002-08-22. | |
7998 | ||
a08bafb5 AO |
7999 | 2002-08-20 Alexandre Oliva <aoliva@redhat.com> |
8000 | ||
8001 | * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. | |
8002 | * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET, | |
8003 | CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise. | |
8004 | ||
17240c1f NC |
8005 | 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br> |
8006 | ||
8007 | * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*. | |
8008 | ||
e70ad0c6 L |
8009 | 2002-08-04 H.J. Lu (hjl@gnu.org) |
8010 | ||
8011 | * configure.in (mips*-*-linux*): Don't skip target-libffi. | |
8012 | ||
574e6d11 DD |
8013 | 2002-07-31 Alan Modra <amodra@bigpond.net.au> |
8014 | ||
8015 | * configure.in: Move generic linux case to end. Copy generic | |
8016 | linux noconfigdirs to mips*-*-linux* entry and new | |
8017 | powerpc64*-*-linux* entry. Add target-libffi for the latter. | |
8018 | ||
611e7523 CD |
8019 | 2002-07-19 Chris Demetriou <cgd@broadcom.com> |
8020 | ||
8021 | * MAINTAINERS: Clarify on config.guess and config.sub, and add | |
8022 | one instance of them which was missed to the list to update. | |
8023 | ||
51759676 CD |
8024 | 2002-07-16 Chris Demetriou <cgd@broadcom.com> |
8025 | ||
8026 | * config.guess: Update to 2002-07-09 version. | |
8027 | * config.sub: Update to 2002-07-03 version. | |
8028 | ||
7c1f909c DD |
8029 | 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org> |
8030 | ||
8031 | * configure.in: Remove two redundant tests. | |
8032 | ||
d7cf5d30 DD |
8033 | 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
8034 | ||
8035 | * configure.in (mips*-*-irix6*o32): Enable stabs. | |
8036 | ||
c74222f7 DD |
8037 | 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org> |
8038 | ||
5b53c336 DD |
8039 | * configure.in: Don't build grez. |
8040 | * Makefile.in: Ditto. | |
8041 | ||
c74222f7 DD |
8042 | * Makefile.in: Remove references to bsp, cygmon, libstub. |
8043 | * configure.in: Ditto. | |
8044 | ||
8045 | * configure.in: Remove leftover reference to gdbtest. | |
8046 | ||
edd1b227 DD |
8047 | 2002-07-08 Phil Edwards <pme@gcc.gnu.org> |
8048 | ||
8049 | * configure.in (gxx_include_dir): Change to match versioned | |
8050 | C++ headers if --enable-version-specific-runtime-libs is used. | |
8051 | ||
486186e3 AO |
8052 | 2002-07-04 Steve Ellcey <sje@cup.hp.com> |
8053 | ||
8054 | * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*. | |
8055 | ||
ff0a3bf8 DD |
8056 | 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org> |
8057 | ||
8058 | * configure.in: Make --without-x work. | |
8059 | ||
1dfa8174 NC |
8060 | 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com> |
8061 | ||
8062 | * contrib: New directory. Created to contain a copy of the | |
5481b376 | 8063 | texi2pod.pl script so that it is in the same place as the version in |
1dfa8174 NC |
8064 | the FSF GCC sources. |
8065 | ||
07637366 DD |
8066 | 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org> |
8067 | ||
b6f83f2a DD |
8068 | * configure.in: Rearrange target Makefile fragment collection. |
8069 | ||
07637366 DD |
8070 | * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or |
8071 | cvs[src]. | |
8072 | * configure.in: Ditto. | |
8073 | ||
f48556b1 DD |
8074 | 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org> |
8075 | ||
8076 | * Makefile.in: Eliminate 'apache' targets. | |
8077 | * configure.in: Eliminate 'apache' targets. | |
8078 | ||
8079 | * configure.in: Eliminate redundant tests. Reorganize. | |
8080 | ||
8081 | * Makefile.in: Eliminate last reference to LIBGCC1_TEST. | |
8082 | ||
8083 | * config-ml.in: Eliminate references to Cygnus configure. | |
8084 | ||
8085 | * Makefile.in: Eliminate references to building emacs. | |
8086 | ||
8087 | 2002-07-01 Denis Chertykov <denisc@overta.ru> | |
8088 | ||
8089 | * configure.in: Add support for ip2k. | |
8090 | ||
cdb9e2b8 BE |
8091 | 2002-06-24 Ben Elliston <bje@redhat.com> |
8092 | ||
8093 | * configure.in (host_tools): Remove cgen. | |
8094 | ||
8095 | * Makefile.in (all-cgen): Remove; runs from its source directory. | |
8096 | (check-cgen, install-cgen, clean-cgen): Likewise. | |
8097 | (all-opcodes): No not depend on all-cgen. | |
8098 | (all-sim): Likewise. | |
8099 | ||
3558860c DD |
8100 | 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com> |
8101 | ||
8102 | * configure.in: Fix AIX configury bug. | |
8103 | ||
e3b0c936 DD |
8104 | 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com> |
8105 | ||
cdb9e2b8 | 8106 | * configure.in: Replace ${topsrcdir} with ${srcdir}. |
4d5fd396 | 8107 | |
cdb9e2b8 BE |
8108 | * configure.in: Move definition of libstdcxx_flags right above |
8109 | usage, rather than way earlier. | |
8ee424c0 | 8110 | |
c712250a DD |
8111 | * configure.in: Pull definition of is_cross_compiler earlier. |
8112 | ||
9ee1a75c DD |
8113 | * configure.in: Rearrange a little. |
8114 | ||
e3b0c936 DD |
8115 | * configure.in: Remove references to librx. |
8116 | * Makefile.in: Remove references to librx. | |
8117 | ||
b2bd228e DD |
8118 | 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com> |
8119 | ||
8120 | * configure.in: Eliminate ${gasdir} variable. | |
8121 | ||
7cd52483 DB |
8122 | 2002-06-18 Dave Brolley <brolley@redhat.com> |
8123 | ||
8124 | * configure.in: Add support for frv. | |
8125 | * config.sub: Add support for frv. | |
8126 | ||
6c5e141a DD |
8127 | 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
8128 | ||
8129 | * Makefile.in (CFLAGS_FOR_TARGET): Add -O2. | |
8130 | ||
0d18b56d JT |
8131 | 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com> |
8132 | ||
8133 | * configure.in (vax-*-netbsd*): Re-enable gas. | |
8134 | ||
fd8958d5 DD |
8135 | 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com> |
8136 | ||
27f15fdd DD |
8137 | * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX, |
8138 | BUILD_PREFIX_1, to correct nomenclature. | |
8139 | * configure: Likewise. | |
8140 | ||
fd8958d5 DD |
8141 | * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1. |
8142 | * configure.in: Eliminate version-specific references to tcl8.1, tk8.1. | |
8143 | ||
0c2442b7 DD |
8144 | 2002-05-31 Olaf Hering <olh@suse.de> |
8145 | ||
8146 | * config-ml.in: Propogate DESTDIR also. | |
8147 | ||
a3602181 JT |
8148 | 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com> |
8149 | ||
8150 | * configure.in (vax-*-netbsd*): Don't build gas for this | |
8151 | platform. | |
8152 | ||
c95f53ae MM |
8153 | 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl> |
8154 | ||
8155 | * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx | |
8156 | and libgcj for AVR. | |
8157 | ||
1d7c1053 NC |
8158 | 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com> |
8159 | ||
8160 | * config.sub: Add DLX target. | |
8161 | ||
4b37028f JT |
8162 | 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com> |
8163 | ||
8164 | * config.guess: Update to 2002-05-22 version. | |
8165 | * config.sub: Likewise. | |
8166 | ||
d5de0a84 NC |
8167 | 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
8168 | ||
8169 | * Makefile.in: Allow for PWDCMD to override hardcoded pwd. | |
8170 | * config-ml.in: Likewise. | |
8171 | * configure: Likewise. | |
8172 | * configure.in: Likewise. | |
8173 | ||
c92a0210 DD |
8174 | 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com> |
8175 | ||
115a77aa DD |
8176 | * configure.in: Simplify makefile fragment collection. |
8177 | ||
8178 | * configure.in: Remove code to build emacs. | |
e99daf2b | 8179 | |
91e060aa DD |
8180 | * configure.in : Remove --srcdir argument from targargs and buildargs |
8181 | (it's always overridden in the Makefile anyway). Rearrange a bit. | |
8182 | ||
8183 | * configure: Move some logic to configure.in. | |
8184 | * configure.in: Move some logic from configure. | |
c92a0210 | 8185 | |
91217342 JJ |
8186 | 2002-05-07 Jeff Johnston <jjohnstn@redhat.com> |
8187 | ||
8188 | * COPYING.LIBGLOSS: New file. | |
8189 | ||
d3d8a9ee NC |
8190 | 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br> |
8191 | ||
8192 | * Makefile.in: Honour DESTDIR. | |
8193 | ||
3a036cdc AO |
8194 | 2002-05-05 Alexandre Oliva <aoliva@redhat.com> |
8195 | ||
8196 | * configure.in (noconfigdirs): Don't disable libgcj on | |
8197 | sparc64-*-solaris* and sparcv9-*-solaris*. | |
8198 | ||
6d095fe4 AO |
8199 | 2002-05-03 Alexandre Oliva <aoliva@redhat.com> |
8200 | ||
8201 | * configure.in: Revert 2002-04-18's patch; fixed in libjava. | |
8202 | ||
dac55df9 TF |
8203 | 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com> |
8204 | ||
8205 | * configure.in (FLAGS_FOR_TARGET): Do not add | |
8206 | -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively | |
8207 | on i[3456]86-*-linux*. | |
8208 | ||
a018e15b TF |
8209 | 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com> |
8210 | ||
8211 | * configure.in (noconfigdirs): Replace [ ] with test. | |
c72f388d TF |
8212 | |
8213 | * configure.in (noconfigdirs): Do not add target-newlib if | |
8214 | target == i[3456]86-*-linux*, and host == target. | |
8215 | ||
5f284831 MM |
8216 | 2002-04-29 Mark Mitchell <mark@codesourcery.com> |
8217 | ||
8218 | * config.guess: Updated to 2002-04-26's version. | |
8219 | * config.sub: Updated to 2002-04-26's version. | |
8220 | ||
33babf59 DD |
8221 | 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org> |
8222 | ||
bd5f7da2 DD |
8223 | * configure.in: delete reference to absent file |
8224 | ||
a0c4f3a0 DD |
8225 | * configure.in: replace '[' with 'test' |
8226 | ||
66f1ba4f DD |
8227 | * configure.in: Eliminate references to gash. |
8228 | * Makefile.in: Eliminate references to gash. | |
8229 | ||
7c3ab50c DD |
8230 | * configure.in: remove useless references to 'pic' makefile fragments. |
8231 | ||
bbc025f5 DD |
8232 | * configure.in: (*-*-windows*) Finish removing. |
8233 | ||
33babf59 DD |
8234 | * configure.in: Eliminate redundant test for libgui. |
8235 | ||
d5ec694c DD |
8236 | 2002-04-26 Joel Sherrill <joel@OARcorp.com> |
8237 | ||
8238 | * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj. | |
8239 | (sparc-*-elf*, sparc64-*-elf*): Disable libgcj. | |
8240 | ||
57a5346c DD |
8241 | 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com> |
8242 | ||
8243 | * configure.in: remove references to dead files | |
8244 | ||
dbf93899 DD |
8245 | 2002-04-18 Tom Tromey <tromey@redhat.com> |
8246 | ||
8247 | * configure.in: Disallow configuring libgcj when it is already | |
8248 | installed and we're using Solaris 2.8 linker. Do enable libgcj on | |
8249 | Solaris 2.8 by default. For PR libgcj/6158. | |
8250 | ||
26eadf68 DD |
8251 | 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com> |
8252 | ||
8253 | * configure.in: Move default CC setting out of config/mh-* fragments | |
8254 | directly into here. | |
8255 | ||
a0a2c6c6 DD |
8256 | 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com> |
8257 | ||
8258 | * configure.in: don't even try to configure or make a subdirectory | |
8259 | if there's no configure script for it. | |
8260 | ||
9972f812 DD |
8261 | 2002-04-15 Mark Mitchell <mark@codesourcery.com> |
8262 | ||
8263 | * MAINTAINERS: Remove chill maintainers. | |
8264 | * Makefile.in (CHILLFLAGS): Remove. | |
8265 | (CHILL_LIB): Remove. | |
8266 | (TARGET_CONFIGDIRS): Remove libchill. | |
8267 | (CHILL_FOR_TARGET): Remove. | |
8268 | (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or | |
8269 | CHILL_LIB. | |
8270 | (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. | |
8271 | (CHECK_TARGET_MODULES): Likewise. | |
8272 | (INSTALL_TARGET_MODULES): Likewise. | |
8273 | (CLEAN_TARGET_MODULES): Likewise. | |
8274 | (configure-target-libchill): Remove. | |
8275 | (all-target-libchill): Remove. | |
8276 | * configure.in (target_libs): Remove target-libchill. | |
8277 | Do not compute CHILL_FOR_TARGET. | |
8278 | * libchill: Remove directory. | |
5481b376 | 8279 | |
75205f78 DD |
8280 | 2002-04-15 DJ Delorie <dj@redhat.com> |
8281 | ||
8282 | * Makefile.in, configure.in, configure: Sync with gcc, entries | |
8283 | follow... | |
8284 | ||
8285 | 2002-04-08 Tom Tromey <tromey@redhat.com> | |
8286 | ||
8287 | * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET. | |
8288 | Fixes PR libgcj/6068. | |
8289 | ||
8290 | 2002-03-30 Krister Walfridsson <cato@df.lth.se> | |
8291 | ||
8292 | * configure.in (i*86-*-netbsdelf*): Don't disable libgcj. | |
8293 | ||
8294 | 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | |
8295 | ||
8296 | * configure.in (alpha*-dec-osf*): Enable libgcj. | |
8297 | ||
8298 | 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com> | |
8299 | ||
8300 | Fix for: PR bootstrap/3591, target/5676 | |
8301 | * configure.in (mcore-pe): Disable the configuration of | |
8302 | libstdc++-v3 since exceptions are not supported. | |
8303 | ||
8304 | 2002-03-20 Anthony Green <green@redhat.com> | |
8305 | ||
8306 | * configure.in: Enable libgcj for xscale-elf target. | |
8307 | ||
8308 | 2002-02-28 Alexandre Oliva <aoliva@redhat.com> | |
8309 | ||
8310 | * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for | |
8311 | libjava. | |
8312 | (CXX_FOR_TARGET): Explain why -shared-libgcc here. | |
8313 | ||
8314 | 2002-02-22 Alexandre Oliva <aoliva@redhat.com> | |
8315 | ||
8316 | * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for | |
8317 | libstdc++-v3 and libjava. | |
8318 | ||
8319 | 2002-02-11 Adam Megacz <adam@xwt.org> | |
8320 | ||
8321 | * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and | |
8322 | boehm-gc | |
8323 | ||
8324 | 2002-02-09 Alexandre Oliva <aoliva@redhat.com> | |
8325 | ||
8326 | * config.guess: Updated to 2002-01-30's version. | |
8327 | * config.sub: Updated to 2002-02-01's version. | |
8328 | Contribute sh64-elf. | |
8329 | 2000-12-01 Alexandre Oliva <aoliva@redhat.com> | |
8330 | * configure.in: Added sh64-*-*. | |
8331 | ||
8332 | 2002-01-17 H.J. Lu <hjl@gnu.org> | |
8333 | ||
8334 | * Makefile.in (all-fastjar): Also depend on all-libiberty. | |
8335 | (all-target-fastjar): Also depend on all-target-libiberty. | |
8336 | ||
8337 | Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com> | |
8338 | ||
8339 | * configure, configure.in: Use temp file for long sed commands. | |
8340 | ||
8341 | 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com> | |
8342 | ||
8343 | * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable | |
8344 | libf2c. | |
8345 | ||
8346 | 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com> | |
8347 | ||
8348 | * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj. | |
8349 | ||
8350 | 2001-10-11 Hans-Peter Nilsson <hp@axis.com> | |
8351 | ||
8352 | * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj. | |
8353 | ||
8354 | 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk> | |
8355 | ||
8356 | * configure: Handle temporary files securely using mkdir. | |
8357 | ||
8358 | 2001-09-26 Will Cohen <wcohen@redhat.com> | |
8359 | ||
8360 | * configure.in (*-*-linux*): Disable configuration of target-newlib | |
8361 | and target-libgloss. | |
8362 | ||
8363 | 2001-09-26 Alexandre Oliva <aoliva@redhat.com> | |
8364 | ||
8365 | * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for | |
8366 | RANLIB. | |
8367 | ||
8368 | 2001-08-11 Graham Stott <grahams@redhat.com> | |
8369 | ||
8370 | * Makefile.in (check-c++): Add missing semicolon. | |
8371 | ||
8372 | 2001-07-25 Andrew Haley <aph@cambridge.redhat.com> | |
8373 | ||
8374 | * configure.in (sh-*-linux*): New. | |
8375 | ||
8376 | 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr> | |
8377 | ||
8378 | * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx | |
8379 | and libgcj on m68hc11/m68hc12. | |
8380 | ||
8381 | 2001-06-27 H.J. Lu (hjl@gnu.org) | |
8382 | ||
8383 | * Makefile (CFLAGS_FOR_BUILD): New. | |
8384 | (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD. | |
8385 | ||
8386 | 2001-06-01 Hans-Peter Nilsson <hp@axis.com> | |
8387 | ||
8388 | * configure.in (libstdcxx_flags): Do not try to execute | |
8389 | libstdc++-v3/testsuite_flags until it exists. | |
8390 | ||
8391 | 2001-05-18 Benjamin Kosnik <bkoz@redhat.com> | |
8392 | ||
8393 | * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC. | |
8394 | ||
8395 | 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com> | |
8396 | ||
8397 | * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds. | |
8398 | ||
8399 | Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com> | |
8400 | ||
8401 | * configure.in: Move *-chorusos target case to the proper switch. | |
8402 | Disable libgcj. | |
8403 | ||
8404 | 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | |
8405 | ||
8406 | * Makefile.in (STAGE1_CFLAGS): Pass down. | |
8407 | ||
8408 | 2001-04-13 Alan Modra <amodra@one.net.au> | |
8409 | ||
8410 | * config.guess: Add hppa64-linux support. Note for next import that | |
8411 | this is already in the master file. | |
8412 | * configure.in: Likewise. Accept `parisc' alias for `hppa'. | |
8413 | ||
8414 | 2001-03-22 Colin Howell <chowell@redhat.com> | |
8415 | ||
8416 | * Makefile.in (DO_X): Do not backslash single-quotes in | |
8417 | backquotes (two places). | |
8418 | ||
8419 | 2001-03-18 Laurynas Biveinis <lauras@softhome.net> | |
8420 | ||
8421 | * Makefile.in (DO_X): Quote nested quotes. | |
8422 | ||
8423 | 2001-03-15 Laurynas Biveinis <lauras@softhome.net> | |
8424 | ||
8425 | * Makefile.in (DO_X): Use double quotes for quoting | |
8426 | "RANLIB=$${RANLIB}". | |
8427 | ||
8428 | 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it> | |
8429 | ||
8430 | * configure.in: Only use `lang_requires' for languages athat are | |
8431 | actually enabled. | |
8432 | ||
8433 | 2001-03-07 Tom Tromey <tromey@redhat.com> | |
8434 | ||
8435 | * configure.in: Allow config-lang.in to set `lang_requires' to list | |
8436 | of other required languages. | |
8437 | ||
8438 | 2001-03-06 Laurynas Biveinis <lauras@softhome.net> | |
8439 | ||
8440 | * Makefile.in: Remove RANLIB definition. Use RANLIB | |
8441 | in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, | |
8442 | EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set. | |
8443 | ||
8444 | 2001-02-28 Benjamin Kosnik <bkoz@redhat.com> | |
8445 | Alexandre Oliva <aoliva@redhat.com> | |
8446 | ||
8447 | * Makefile.in (check-c++): Use tabs, not spaces. | |
8448 | ||
8449 | 2001-02-19 Benjamin Kosnik <bkoz@redhat.com> | |
8450 | ||
8451 | * Makefile.in (check-c++): New rule. | |
8452 | ||
8453 | * configure.in (target_libs): Remove libg++. | |
8454 | (noconfigdirs): Remove libg++. | |
8455 | (noconfigdirs): Same. | |
8456 | (noconfigdirs): Same. | |
8457 | (noconfigdirs): Same. | |
8458 | ||
8459 | * config-ml.in: Remove libg++ references. | |
8460 | ||
8461 | * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++. | |
8462 | (ALL_TARGET_MODULES): Same. | |
8463 | (configure-target-libg++): Remove. | |
8464 | (all-target-libg++): Remove. | |
8465 | (configure-target-libio): Remove. | |
8466 | (all-target-libio): Remove. | |
8467 | (check-target-libio): Remove. | |
8468 | (.PHONY): Remove. | |
8469 | (libg++.tar.bz2): Remove. | |
8470 | (all-target-cygmon): Remove libio. | |
8471 | (all-target-libstdc++): Remove. | |
8472 | (configure-target-libstdc++): Remove. | |
8473 | (TARGET_LIB_PATH): Remove libstdc++. | |
8474 | (ALL_GCC_CXX): Remove libstdc++. | |
8475 | (all-target-gperf): Correct. | |
8476 | ||
8477 | 2001-02-15 Anthony Green <green@redhat.com> | |
8478 | ||
8479 | * configure: Introduce GCJ_FOR_TARGET. | |
8480 | * configure.in: Ditto. | |
8481 | * Makefile.in: Ditto. | |
8482 | ||
8483 | 2001-02-08 Chandrakala Chavva <cchavva@redhat.com> | |
8484 | ||
8485 | * configure.in: for *-chorusos, don't config target-newlib and | |
8486 | target-libgloss. | |
8487 | ||
8488 | 2001-02-04 Mark Mitchell <mark@codesourcery.com> | |
8489 | ||
8490 | Remove V2 C++ library. | |
8491 | * configure.in: Remove --enable-libstdcxx_v3 support. | |
8492 | ||
8493 | 2001-01-27 Richard Henderson <rth@redhat.com> | |
8494 | ||
8495 | * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee. | |
8496 | ||
8497 | 2001-01-26 Tom Tromey <tromey@redhat.com> | |
8498 | ||
8499 | * configure.in: Allow libgcj to be built on Sparc Solaris. | |
8500 | ||
8501 | 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz> | |
8502 | ||
8503 | * configure.in: Enable libgcj on several additional platforms. | |
8504 | ||
8505 | 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz> | |
8506 | ||
8507 | * configure.in: Enable libgcj for linux targets. | |
8508 | ||
8509 | 2001-01-09 Mike Stump <mrs@wrs.com> | |
8510 | ||
8511 | * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration | |
8512 | failures of subdirectories. | |
8513 | ||
8514 | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> | |
8515 | ||
8516 | * configure: handle DOS-style absolute paths. | |
8517 | ||
8518 | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> | |
8519 | ||
8520 | * configure.in: remove supported directories from $noconfigdirs for DJGPP. | |
8521 | ||
8522 | 2000-12-18 Benjamin Kosnik <bkoz@redhat.com> | |
8523 | ||
8524 | * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. | |
8525 | (libstdcxx_incdir): Pass down. | |
8526 | * config.if: Remove expired bits for cxx_interface, add stub. | |
8527 | (libstdcxx_incdir): Add variable for g++ include directory. | |
8528 | * configure.in (gxx_include_dir): Use it. | |
8529 | ||
8530 | 2000-12-15 Andreas Jaeger <aj@suse.de> | |
8531 | ||
8532 | * configure.in: Handle lang_dirs. | |
8533 | ||
8534 | 2000-12-13 Anthony Green <green@redhat.com> | |
8535 | ||
8536 | * configure.in: Disable libgcj for any target not specifically | |
8537 | listed. Disable libgcj for x86 and Alpha Linux until compatible | |
8538 | with g++ abi. | |
8539 | ||
8540 | 2000-12-13 Mike Stump <mrs@wrs.com> | |
8541 | ||
8542 | * Makefile.in (local-distclean): Also remove fastjar. | |
8543 | ||
8544 | 2000-12-10 Anthony Green <green@redhat.com> | |
8545 | ||
8546 | * configure.in: Define libgcj. Disable libgcj target libraries for | |
8547 | most targets. | |
8548 | ||
8549 | 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com> | |
8550 | ||
8551 | * configure.in (target_libs): Revert 2000-12-08 patch. | |
8552 | (noconfigdirs): Added target-libjava. | |
8553 | ||
8554 | 2000-12-09 Laurynas Biveinis <lauras@softhome.net> | |
8555 | ||
8556 | * Makefile.in: handle DOS-style absolute paths. | |
8557 | ||
8558 | 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> | |
8559 | ||
8560 | * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about | |
8561 | libjava. | |
8562 | * configure.in (target_libs): Removed `target-libjava'. | |
8563 | ||
8564 | 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com> | |
8565 | ||
8566 | * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. | |
8567 | (ALL_MODULES): Added fastjar. | |
8568 | (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise. | |
8569 | (all-target-libjava): all-fastjar replaces all-zip. | |
8570 | (all-fastjar): Added. | |
8571 | (configure-target-fastjar, all-target-fastjar): Likewise. | |
8572 | * configure.in (host_tools): Added fastjar. | |
8573 | ||
8574 | 2000-12-07 Mike Stump <mrs@wrs.com> | |
8575 | ||
8576 | * Makefile.in (local-distclean): Remove leftover built files. | |
8577 | ||
8578 | 2000-11-16 Fred Fish <fnf@be.com> | |
8579 | ||
8580 | * configure.in (enable_libstdcxx_v3): Fix typo, | |
8581 | libstd++ -> libstdc++. | |
8582 | ||
8583 | 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk> | |
8584 | ||
8585 | * configure: Provide the original toplevel configure arguments | |
8586 | (including $0) to subprocesses in the environment rather than | |
8587 | through gcc/configargs.h. | |
8588 | ||
8589 | 2000-11-12 Mark Mitchell <mark@codesourcery.com> | |
8590 | ||
8591 | * configure: Turn on libstdc++ V3 by default. | |
8592 | ||
8593 | 2000-10-16 Michael Meissner <meissner@redhat.com> | |
8594 | ||
8595 | * configure (gcc/configargs.h): Only create if there is a build GCC | |
8596 | directory created. | |
8597 | ||
8598 | 2000-10-05 Phil Edwards <pme@gcc.gnu.org> | |
8599 | ||
8600 | * configure: Save configure arguments to gcc/configargs.h. | |
8601 | ||
8602 | 2000-10-04 Andris Pavenis <pavenis@latnet.lv> | |
8603 | ||
8604 | * Makefile.in (bootstrap): avoid recursion if subdir missing | |
8605 | (cross): ditto | |
8606 | (do-proto-toplev): ditto | |
8607 | ||
8608 | Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com) | |
8609 | ||
8610 | * configure.in: Do not build byacc for hppa64. Provide paths to the | |
8611 | X11 libraries for hppa64. | |
8612 | ||
8613 | 2000-09-02 Anthony Green <green@cygnus.com> | |
8614 | ||
8615 | * Makefile.in (all-gcc): Depend on all-zlib. | |
8616 | (CLEAN_MODULES): Add clean-zlib. | |
8617 | (ALL_MODULES): Add all-zlib. | |
8618 | * configure.in (host_libs): Add zlib. | |
8619 | ||
8620 | 2000-08-25 Alexandre Oliva <aoliva@redhat.com> | |
8621 | ||
8622 | * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and | |
8623 | $targargs to tell whether newlib is going to be built. | |
8624 | ||
8625 | * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search | |
8626 | $$r/TARGET_SUBDIR/libio for _G_config.h. | |
8627 | ||
8628 | 2000-08-14 Zack Weinberg <zack@wolery.cumb.org> | |
8629 | ||
8630 | * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio. | |
8631 | ||
8632 | * configure: Make enable_threads and enable_shared defaults | |
8633 | explicit. Substitute enable_threads into generated Makefiles. | |
8634 | * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. | |
8635 | * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. | |
8636 | ||
8637 | 2000-08-02 Manfred Hollstein <manfredh@redhat.com> | |
8638 | ||
8639 | * configure.in: Re-enable all references to libg++ and librx. | |
8640 | ||
ffb97b2f | 8641 | 2002-04-09 Loren James Rittle <rittle@labs.mot.com> |
5481b376 | 8642 | |
ffb97b2f DD |
8643 | * configure.in: Add *-*-freebsd* configurations. |
8644 | ||
bbf6e9e3 AC |
8645 | 2002-04-07 Andrew Cagney <ac131313@redhat.com> |
8646 | ||
8647 | * Makefile.in (do-tar-bz2): Delete rule. Replace with ... | |
8648 | (do-tar, do-bz2): New rules. | |
8649 | (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2. | |
8650 | (gdb-tar): New rule. | |
8651 | (gdb-taz): Rewrite. Use gdb-tar and do-bz2. | |
8652 | (insight_dejagnu.tar): New rule. | |
8653 | (insight.tar): New rule. | |
8654 | (gdb+dejagnu.tar): New rule. | |
8655 | (gdb.tar): New rule. | |
8656 | ||
8f1579c0 AC |
8657 | 2002-04-07 Andrew Cagney <ac131313@redhat.com> |
8658 | ||
8659 | * MAINTAINERS: Update dejagnu/ | |
8660 | ||
ba3c59ab AO |
8661 | 2002-03-16 Alexandre Oliva <aoliva@redhat.com> |
8662 | ||
8663 | * ltmain.sh (relink_command): Fix typo in previous change. | |
8664 | ||
6243d5dd AO |
8665 | 2002-03-15 Alexandre Oliva <aoliva@redhat.com> |
8666 | ||
8667 | * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it. | |
8668 | (relink_command): Added --tag flags. | |
8669 | (mode=install): If relinking fails; error out. | |
8670 | ||
80413487 RH |
8671 | 2002-03-12 Richard Henderson <rth@redhat.com> |
8672 | ||
8673 | * Makefile.in (NOTPARALLEL): New. Use it instead of explicit | |
8674 | .NOTPARALLEL tag. | |
8675 | (do-check): Rename from check. | |
8676 | (check): Allow parallel check. | |
8677 | ||
3daeddf6 RH |
8678 | 2002-03-11 Richard Henderson <rth@redhat.com> |
8679 | ||
8680 | * Makefile.in (.NOTPARALLEL): Add fake tag. | |
8681 | ||
fad93c55 L |
8682 | 2002-03-07 H.J. Lu (hjl@gnu.org) |
8683 | ||
8684 | * configure.in: Enable gprof for mips*-*-linux*. | |
8685 | ||
2e8357fc AO |
8686 | 2002-02-28 Alexandre Oliva <aoliva@redhat.com> |
8687 | ||
8688 | * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for | |
8689 | libjava. | |
8690 | (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava. | |
8691 | ||
bd48e1a9 AC |
8692 | 2002-02-24 Andrew Cagney <ac131313@redhat.com> |
8693 | ||
8694 | * texinfo/texinfo.tex: Update to version 2002-02-14.08. | |
8695 | ||
39121370 DJ |
8696 | 2002-02-23 Daniel Jacobowitz <drow@mvista.com> |
8697 | ||
8698 | * config.guess: Import from master sources, rev 1.232. | |
8699 | * config.sub: Import from master sources, rev 1.246. | |
8700 | ||
081ff160 AO |
8701 | 2002-02-23 Alexandre Oliva <aoliva@redhat.com> |
8702 | ||
8703 | * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just | |
8704 | because its Makefile is there; test for the executable instead. | |
8705 | ||
20a5393b AO |
8706 | 2002-02-09 Alexandre Oliva <aoliva@redhat.com> |
8707 | ||
8708 | Contribute sh64-elf. | |
8709 | 2000-12-01 Alexandre Oliva <aoliva@redhat.com> | |
8710 | * configure.in: Added sh64-*-*. | |
8711 | ||
38135629 JJ |
8712 | 2002-02-04 Jeff Johnston <jjohnstn@redhat.com> |
8713 | ||
80413487 RH |
8714 | * COPYING.NEWLIB: Remove advertising clause from |
8715 | Berkeley and Red Hat licenses. | |
38135629 | 8716 | |
48d19748 MD |
8717 | 2002-02-01 Mo DeJong <supermo@bayarea.net> |
8718 | ||
8719 | * Makefile.in: Add all-tix to deps for all-snavigator | |
8720 | so that tix is built when building snavigator. | |
8721 | ||
f6e1c110 BE |
8722 | 2002-02-01 Ben Elliston <bje@redhat.com> |
8723 | ||
8724 | * config.guess: Import from master sources, rev 1.229. | |
8725 | * config.sub: Import from master sources, rev 1.240. | |
8726 | ||
4867be41 DJ |
8727 | 2002-01-27 Daniel Jacobowitz <drow@mvista.com> |
8728 | ||
8729 | From Steve Ellcey <sje@cup.hp.com>: | |
8730 | * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. | |
8731 | (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, | |
8732 | lt_cv_file_magic_test_file): Set to appropriate values for HP-UX | |
8733 | IA64. | |
8734 | * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. | |
8735 | * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, | |
8736 | soname_spec, sys_lib_search_path_spec): Ditto. | |
8737 | ||
e82380cc JT |
8738 | 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com> |
8739 | ||
8740 | * configure.in (*-*-netbsd*): New. Skip target-newlib, | |
8741 | target-libiberty, and target-libgloss. Skip Java-related | |
8742 | libraries if not supported for NetBSD on target CPU. | |
8743 | ||
1319fb9c NC |
8744 | 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com> |
8745 | ||
8746 | * configure.in: Import StrongARM and XScale target_configdirs from | |
8747 | FSF GCC version. | |
8748 | ||
b020f6ac L |
8749 | 2002-01-16 H.J. Lu (hjl@gnu.org) |
8750 | ||
8751 | * config.guess: Import from master sources, rev 1.225. | |
8752 | * config.sub: Import from master sources, rev 1.238. | |
8753 | ||
8754 | * MAINTAINERS: Updated notes on config.guess and config.sub. | |
8755 | ||
a0c1c920 NC |
8756 | 2002-01-11 Steve Ellcey <sje@cup.hp.com> |
8757 | ||
8758 | * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX, | |
8759 | ld and gdb are not supported. | |
8760 | ||
a9fa5e1f JJ |
8761 | 2002-01-07 Jeff Johnston <jjohnstn@redhat.com> |
8762 | ||
8763 | * Change reference to Cygnus Solutions to be Red Hat. | |
8764 | ||
94077108 JJ |
8765 | 2002-01-07 Jeff Johnston <jjohnstn@redhat.com> |
8766 | ||
8767 | * COPYING.NEWLIB: Update generic copyright date. | |
8768 | ||
05ecd75c MS |
8769 | 2002-01-07 Mark Salter <msalter@redhat.com> |
8770 | ||
8771 | * configure.in: Remove target-bsp and target-cygmon from arm builds. | |
8772 | Allow target-libgloss to be built for arm, strongarm, and xscale. | |
8773 | ||
a106bb62 BE |
8774 | 2002-01-03 Ben Elliston <bje@redhat.com> |
8775 | ||
8776 | * MAINTAINERS: Update URL for config.* scripts. | |
8777 | ||
0e254642 AM |
8778 | 2001-12-18 Alan Modra <amodra@bigpond.net.au> |
8779 | ||
8780 | * config.sub: Import latest version. | |
8781 | * config.guess: Likewise. | |
8782 | ||
0a0d0041 TF |
8783 | 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com> |
8784 | ||
8785 | * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem | |
8786 | options for i[3456]86-pc-linux* native builds. | |
8787 | ||
d932cae7 NC |
8788 | 2001-12-05 Laurent Guerby <guerby@acm.org> |
8789 | ||
8790 | * MAINTAINERS: gcc adopts symlink-tree, refer more to | |
80413487 | 8791 | libiberty. |
d932cae7 NC |
8792 | |
8793 | Import this patch from gcc: | |
5481b376 | 8794 | |
d932cae7 NC |
8795 | 2000-12-09 Laurynas Biveinis <lauras@softhome.net> |
8796 | ||
8797 | * symlink-tree: handle DOS-style absolute paths. | |
8798 | ||
49b7683b DD |
8799 | 2001-11-28 DJ Delorie <dj@redhat.com> |
8800 | Zack Weinberg <zack@codesourcery.com> | |
8801 | ||
8802 | When build != host, create libiberty for the build machine. | |
8803 | ||
8804 | * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace | |
8805 | CONFIG_ARGUMENTS. | |
8806 | (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): | |
8807 | New variables. | |
8808 | (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables | |
8809 | and rules. | |
8810 | (all.normal): Depend on ALL_BUILD_MODULES. | |
8811 | (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. | |
8812 | (all-build-libiberty): Depend on configure-build-libiberty. | |
8813 | ||
8814 | * configure: Calculate and substitute proper value for | |
8815 | ALL_BUILD_MODULES. | |
8816 | * configure.in: Create the build subdirectory. | |
8817 | Calculate and substitute TARGET_CONFIGARGS (formerly | |
8818 | CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new). | |
8819 | ||
26ef82f4 GK |
8820 | 2001-11-26 Geoffrey Keating <geoffk@redhat.com> |
8821 | ||
8822 | * config.sub: Update to version 1.232 on subversion. | |
8823 | ||
43e64072 NC |
8824 | 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com> |
8825 | ||
8826 | * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo | |
8827 | files from .po files for a distribution. | |
8828 | ||
66f6c0d5 HPN |
8829 | 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com> |
8830 | ||
8831 | * COPYING.NEWLIB: Mention preserved notice in specific parts. | |
8832 | ||
4a02fdb2 JH |
8833 | 2001-11-13 Jeff Holcomb <jeffh@redhat.com> |
8834 | ||
8835 | Merged from net gcc: | |
8836 | 2001-07-30 Jeff Sturm <jsturm@one-pont.com> | |
8837 | * ltcf-c.sh: Use $objext, not $ac_objext. | |
8838 | 2001-07-27 Mark Kettenis <kettenis@gnu.org> | |
8839 | * ltcf-cxx.sh: Add support for GNU. | |
8840 | 2001-07-22 Timothy Wall <twall@redhat.com> | |
8841 | * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve | |
8842 | default settings if using GNU tools with that configuration. | |
8843 | * ltcf-cxx.sh: Ditto. | |
8844 | * ltcf-gcj.sh: Ditto. | |
8845 | 2001-07-21 Michael Chastain <chastain@redhat.com> | |
8846 | * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some | |
8847 | HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. | |
8848 | * ltmain.sh: Mark as gcc-local. | |
8849 | ||
227b9953 JH |
8850 | 2001-11-13 Jeff Holcomb <jeffh@redhat.com> |
8851 | ||
8852 | * Makefile.in (all-bison): Revert 2001-10-24. | |
8853 | Don't depend on texinfo. | |
8854 | ||
cbbab8fb JJ |
8855 | 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com> |
8856 | ||
80413487 | 8857 | * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work. |
cbbab8fb | 8858 | |
922b2485 DD |
8859 | 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com> |
8860 | ||
8861 | * configure.in (--enable-languages): Be more permissive about | |
8862 | syntax. Check for empty lists better. Warn about $LANGUAGES. | |
8863 | ||
f08fa01d HPN |
8864 | 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com> |
8865 | ||
8866 | * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0. | |
8867 | ||
fee3da4e JH |
8868 | 2001-10-24 Jeff Holcomb <jeffh@redhat.com> |
8869 | ||
8870 | Makefile.in (all-bison): Don't depend on texinfo. | |
8871 | ||
73fb1ef9 AM |
8872 | 2001-10-03 Alan Modra <amodra@bigpond.net.au> |
8873 | ||
8874 | * gettext.m4: Test po/POTFILES.in exists before trying to read. | |
8875 | ||
373688ac AO |
8876 | 2001-09-29 Alexandre Oliva <aoliva@redhat.com> |
8877 | ||
8878 | * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX). | |
8879 | ||
9c07660b HPN |
8880 | 2001-09-28 Hans-Peter Nilsson <hp@axis.com> |
8881 | ||
8882 | * config.sub, config.guess: Import latest from subversions. | |
8883 | ||
3f152009 AO |
8884 | 2001-09-21 Alexandre Oliva <aoliva@redhat.com> |
8885 | ||
8886 | * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, | |
8887 | DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, | |
8888 | RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to | |
8889 | avoid quotes nesting problems. | |
8890 | (NATIVE_CHECK_MODULES): Ditto, just for consistency. | |
8891 | (DO_X): Export only variables that are set. | |
8892 | ||
8f6a59e5 BE |
8893 | 2001-09-19 Ben Elliston <bje@redhat.com> |
8894 | ||
8895 | * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on | |
8896 | Solaris when testing for the /usr/ucb/cc compiler; it has incorrect | |
8897 | semantics. Use the shell built-in "type" command instead. | |
8898 | ||
a1ec19fa TS |
8899 | 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> |
8900 | ||
8901 | * config.sub: Reverted the earlier change, this version is not the | |
8902 | master file. | |
8903 | ||
4008bd9b TS |
8904 | 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> |
8905 | ||
8906 | * config.sub: Change machine triplets from mipsel*-* to mips*el-*. | |
8907 | Add support for mips64. | |
8908 | ||
dd1e52a4 JH |
8909 | 2001-09-03 Jeff Holcomb <jeffh@redhat.com> |
8910 | ||
8911 | * configure.in: Enable libstdc++-v3 for h8300 targets. | |
8912 | ||
91549d1c EC |
8913 | 2001-08-30 Eric Christopher <echristo@redhat.com> |
8914 | Jason Eckhardt <jle@redhat.com> | |
8915 | ||
8916 | * config.sub: Add support for mipsisa32. | |
8917 | ||
cf966cf9 EC |
8918 | 2001-08-30 Eric Christopher <echristo@redhat.com> |
8919 | ||
8920 | * config.sub, config.guess: Import latest from subversions. | |
8921 | ||
82208dc5 AM |
8922 | 2001-08-20 Alan Modra <amodra@bigpond.net.au> |
8923 | ||
8924 | * config.sub, config.guess: Import latest from subversions. | |
8925 | ||
4dca8403 DD |
8926 | 2001-07-26 DJ Delorie <dj@redhat.com> |
8927 | ||
8928 | * MAINTAINERS: Clarify libiberty merge rules and procedures. | |
8929 | ||
1107dce2 AM |
8930 | 2001-06-19 Alan Modra <amodra@bigpond.net.au> |
8931 | ||
8932 | * Makefile.in: Revert 2001-06-17. | |
8933 | (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/. | |
8934 | ||
e09a6604 L |
8935 | 2001-06-17 H.J. Lu <hjl@gnu.org> |
8936 | ||
8937 | * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. | |
8938 | (gas+binutils.tar.bz2): Likewise. | |
8939 | (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make. | |
8940 | ||
31a8b634 AC |
8941 | Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com> |
8942 | ||
8943 | * Makefile.in (VER): When present, extract the version number from | |
5481b376 | 8944 | the file version.in. |
31a8b634 | 8945 | |
dc70af01 AO |
8946 | 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com> |
8947 | ||
8948 | * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If | |
8949 | gcc/xgcc is built, use -print-prog-name to find out the program | |
8950 | name to use. | |
8951 | ||
839bbd8c AO |
8952 | 2001-06-04 Mark Mitchell <mark@codesourcery.com> |
8953 | ||
8954 | * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris, | |
8955 | with_gcc]: Use `gcc -shared' to build a shared library. | |
8956 | ||
566e9a30 AO |
8957 | 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca> |
8958 | ||
8959 | * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared | |
8960 | archives. | |
8961 | ||
e877bb69 AO |
8962 | 2001-05-28 Simon Patarin <simon.patarin@inria.fr> |
8963 | ||
8964 | * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared | |
8965 | libraries when using g++ with native linker. | |
8966 | ||
1605288b AO |
8967 | 2001-05-28 Alexandre Oliva <aoliva@redhat.com> |
8968 | ||
8969 | * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256. | |
8970 | ||
11a383ba TR |
8971 | 2001-05-24 Tom Rix <trix@redhat.com> |
8972 | ||
8973 | * configure.in : enable ld for aix | |
cf966cf9 | 8974 | |
18611226 AO |
8975 | 2001-05-22 Alexandre Oliva <aoliva@redhat.com> |
8976 | ||
8977 | * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) | |
8978 | [aix4*|aix5*]: Prepend blank. | |
8979 | ||
6be7c12c AO |
8980 | 2001-05-20 Alexandre Oliva <aoliva@redhat.com> |
8981 | ||
8982 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, | |
8983 | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number | |
8984 | of subdir/configure scripts to use the new libtool.m4. | |
8985 | ||
4ed00bba L |
8986 | 2001-05-14 H.J. Lu <hjl@gnu.org> |
8987 | ||
8988 | * config.if (libc_interface): Set to -libc6.2- for cross | |
8989 | compiling to Linux/glibc 2.2. | |
8990 | ||
b1af961c AO |
8991 | 2001-05-03 Alexandre Oliva <aoliva@redhat.com> |
8992 | ||
8993 | * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable | |
8994 | libgcj. | |
8995 | ||
5ec3e74e AO |
8996 | 2001-04-26 Alexandre Oliva <aoliva@redhat.com> |
8997 | ||
8998 | * configure.in (noconfigdirs): Don't reset it from scratch in the | |
8999 | target case; only append to it. | |
9000 | ||
b3ed1d6b AO |
9001 | 2001-04-26 Alexandre Oliva <aoliva@redhat.com> |
9002 | ||
9003 | * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*, | |
9004 | sparc-*-solaris2.8]: Disable ${libgcj}. | |
9005 | ||
96111c10 AO |
9006 | 2001-04-25 Alexandre Oliva <aoliva@redhat.com> |
9007 | ||
9008 | * configure.in (libgcj_saved): Copy from $libgcj. | |
9009 | (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is | |
9010 | --disable-libgcj. | |
9011 | ||
b5bf43f2 AO |
9012 | 2001-04-20 Alexandre Oliva <aoliva@redhat.com> |
9013 | ||
9014 | * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a | |
9015 | 1.641.2.228. | |
9016 | ||
8cc32590 AO |
9017 | 2001-04-12 Alexandre Oliva <aoliva@redhat.com> |
9018 | ||
9019 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, | |
9020 | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226. | |
9021 | ||
dec0cb0c AO |
9022 | 2001-04-01 Alexandre Oliva <aoliva@redhat.com> |
9023 | ||
9024 | * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): | |
9025 | New macros. | |
9026 | (bootstrap, cross): Use RECURSE_FLAGS. | |
9027 | * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE. | |
9028 | ||
6a9c3886 AO |
9029 | 2001-03-27 Alexandre Oliva <aoliva@redhat.com> |
9030 | ||
9031 | * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3. | |
9032 | ||
d4fc7db8 NC |
9033 | 2001-03-23 Nick Clifton <nickc@redhat.com> |
9034 | ||
9035 | * README-maintainer-mode: Add note about inability to use "make | |
9036 | distclean" in maintainer mode. | |
9037 | ||
7389ff65 AO |
9038 | 2001-03-22 Alexandre Oliva <aoliva@redhat.com> |
9039 | ||
9040 | Re-installed: | |
9041 | 2001-01-02 Laurynas Biveinis <lauras@softhome.net> | |
9042 | * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add | |
9043 | '-DPIC' to ac_cv_prog_cc_pic for DJGPP. | |
9044 | * ltcf-cxx.sh: Likewise. | |
9045 | * ltcf-gcj.sh: Likewise. | |
9046 | ||
b3e0dc8e PB |
9047 | 2001-03-22 Philip Blundell <philb@gnu.org> |
9048 | ||
9049 | * config.sub, config.guess: Import latest from subversions. | |
9050 | ||
469b781c AO |
9051 | 2001-03-22 Alexandre Oliva <aoliva@redhat.com> |
9052 | ||
9053 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, | |
9054 | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198. | |
9055 | ||
b0dad762 MC |
9056 | 2001-03-20 Michael Chastain <chastain@redhat.com> |
9057 | ||
9058 | * Makefile.in: all-m4 depends on all-texinfo. | |
9059 | ||
c559bb17 AO |
9060 | 2001-03-08 Alexandre Oliva <aoliva@redhat.com> |
9061 | ||
9062 | * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. | |
9063 | ||
fef4ae2e JJ |
9064 | 2001-02-22 Jeff Johnston <jjohnstn@redhat.com> |
9065 | ||
9066 | * COPYING.NEWLIB: Remove DJ Delorie's address because it is no | |
9067 | longer valid. | |
9068 | ||
8d6dd99d NC |
9069 | 2001-02-16 Nick Clifton <nickc@redhat.com> |
9070 | ||
9071 | * configure.in (noconfigdirs): Allow configuration of texinfo | |
9072 | for Cygwin hosts. | |
9073 | ||
a85d7ed0 NC |
9074 | 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> |
9075 | ||
9076 | * config.guess: Add linux target for S/390. | |
9077 | * config.sub: Likewise. | |
9078 | * configure.in: Likewise. | |
9079 | ||
51221c5e DD |
9080 | 2001-02-06 Ben Elliston <bje@redhat.com> |
9081 | ||
9082 | * configure: Output host type to stdout, not stderr. | |
9083 | ||
9dec4c71 MS |
9084 | 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
9085 | ||
9086 | * config.guess: Import from subversions.gnu.org (revision 1.181). | |
9087 | * config.sub: Import from subversions.gnu.org (revision 1.199). | |
9088 | ||
9add9c04 AM |
9089 | 2001-01-30 Alan Modra <alan@linuxcare.com.au> |
9090 | ||
9091 | * config.guess: Handle hppa64-linux systems. | |
9092 | ||
8679174d MS |
9093 | 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
9094 | ||
9095 | * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works): | |
9096 | Don't unset, it's non-portable and no longer necessary, set to empty | |
9097 | instead. | |
9098 | ||
02d01ed4 MS |
9099 | 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
9100 | ||
9101 | * ltconfig: Shell portability fix for the tagname validity check. | |
9102 | ||
4cc5853d MS |
9103 | 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
9104 | ||
9105 | * ltcf-cxx.sh: Use parentheses around eval $ac_compile. | |
9106 | ||
7487e485 AO |
9107 | 2001-01-27 Alexandre Oliva <aoliva@redhat.com> |
9108 | ||
9109 | * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types. | |
9110 | * ltcf-cxx.sh, ltcf-gcj.sh: Likewise. | |
9111 | ||
f332af52 AO |
9112 | 2001-01-24 Alexandre Oliva <aoliva@redhat.com> |
9113 | ||
9114 | * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we | |
9115 | keep at least one of build_libtool_libs or build_old_libs set to | |
9116 | yes. | |
9117 | ||
ef099754 AO |
9118 | 2001-01-24 Alexandre Oliva <aoliva@redhat.com> |
9119 | ||
9120 | * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'. | |
9121 | * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on. | |
9122 | ||
8341f2fc | 9123 | 2000-11-07 Philip Blundell <pb@futuretv.com> |
ebf0fa2e | 9124 | |
8341f2fc AJ |
9125 | * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*. |
9126 | ||
9127 | 2000-11-03 Philip Blundell <pb@futuretv.com> | |
9128 | ||
9129 | * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info | |
9130 | files. | |
ebf0fa2e | 9131 | |
c320a39f JJ |
9132 | 2001-01-15 Jeff Johnston <jjohnstn@redhat.com> |
9133 | ||
9134 | * COPYING.NEWLIB: Put into source repository. | |
9135 | ||
8817b92e BE |
9136 | 2001-01-15 Ben Elliston <bje@redhat.com> |
9137 | ||
9138 | * configure.in (host_tools): Add sid. | |
9139 | Always configure cgen. | |
9140 | * Makefile.in (all-sid): New target. | |
9141 | (check-sid, clean-sid, install-sid): Likewise. | |
9142 | ||
35590697 AJ |
9143 | 2001-01-07 Andreas Jaeger <aj@suse.de> |
9144 | ||
80413487 | 9145 | * config.sub, config.guess: Update from subversions. |
35590697 | 9146 | |
6ee6cea6 AO |
9147 | 2000-12-12 Alexandre Oliva <aoliva@redhat.com> |
9148 | ||
9149 | * configure.in: Disable language-specific target libraries for | |
9150 | languages that aren't enabled. | |
9151 | ||
077b8428 NC |
9152 | 2000-11-24 Nick Clifton <nickc@redhat.com> |
9153 | ||
9154 | * configure.in (xscale-elf): Add target. | |
9155 | (xscale-coff): Add target. | |
9156 | (c4x, c5x, tic54x): Move after ARM targets. | |
9157 | ||
9e28a1ed AO |
9158 | 2000-11-23 Alexandre Oliva <aoliva@redhat.com> |
9159 | ||
9160 | * ltcf-gcj.sh: Added file, required by 2000-11-18 merge. | |
9161 | ||
be98a80a ILT |
9162 | 2000-11-20 Ian Lance Taylor <ian@zembu.com> |
9163 | ||
9164 | * ltcf-cxx.sh: Added file, required by 2000-11-18 merge. | |
9165 | ||
5cec67bf AO |
9166 | 2000-11-18 Alexandre Oliva <aoliva@redhat.com> |
9167 | ||
9168 | * Makefile.in: Merge with GCC and libgcj. | |
9169 | (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of | |
9170 | configure-target-<library> when their configure scripts need the C | |
9171 | or C++ library to have already been built to work properly. | |
9172 | (do_proto_toplev): Set them to an empty string. | |
9173 | ||
d932cae7 | 9174 | 2000-11-18 Alexandre Oliva <aoliva@redhat.com> |
0da52010 AO |
9175 | |
9176 | * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. | |
9177 | (REALLY_SET_LIB_PATH): Use them. | |
9178 | ||
d932cae7 | 9179 | 2000-11-06 Christopher Faylor <cgf@cygnus.com> |
7c6a44d3 CF |
9180 | |
9181 | * config.sub: Add support for Sun Chorus | |
9182 | ||
8602ff0c NC |
9183 | 2000-11-02 Per Lundberg <plundis@chaosdev.org> |
9184 | ||
9185 | * config.sub: Add support for the *-storm-chaos OS. | |
9186 | ||
f9e0997d NC |
9187 | 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr> |
9188 | ||
80413487 RH |
9189 | * configure.in (noconfigdirs): Don't compile some |
9190 | of the libraries for 68HC11 & 68hc12 targets. | |
f9e0997d | 9191 | |
d64552c5 AO |
9192 | 2000-09-30 Alexandre Oliva <aoliva@redhat.com> |
9193 | ||
9194 | * ltconfig, ltmain.sh, libtool.m4: Updated from libtool | |
9195 | multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt | |
9196 | all affected `configure' scripts. | |
9197 | ||
97f60b31 AO |
9198 | 2000-09-25 Alexandre Oliva <aoliva@redhat.com> |
9199 | ||
9200 | * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and | |
9201 | ltcf-c.sh. | |
9202 | ||
6e8dd58f PB |
9203 | 2000-09-12 Philip Blundell <philb@gnu.org> |
9204 | ||
9205 | * config.sub, config.guess: Update from subversions. | |
9206 | ||
103a2e99 AO |
9207 | 2000-09-06 Alexandre Oliva <aoliva@redhat.com> |
9208 | ||
51601921 AO |
9209 | * Makefile.in (all-zlib): Added dummy target. |
9210 | ||
103a2e99 AO |
9211 | * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool |
9212 | multi-language branch. | |
9213 | ||
2809b4b9 AO |
9214 | 2000-09-05 Alexandre Oliva <aoliva@redhat.com> |
9215 | ||
9216 | * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. | |
9217 | (bootstrap*): Depend on all-bootstrap. | |
9218 | ||
7450026c AO |
9219 | 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com> |
9220 | ||
9221 | * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian | |
9222 | crosses, but add gcc/include to the header search path for them. | |
9223 | ||
6cf86f7f AO |
9224 | 2000-08-31 Alexandre Oliva <aoliva@redhat.com> |
9225 | ||
9226 | * ltconfig, ltmain.sh: Updated from libtool multi-language branch. | |
9227 | * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch. | |
9228 | * gettext.m4: New file, extracted from aclocal.m4. | |
9229 | ||
ce2ea6e3 AO |
9230 | 2000-08-22 Alexandre Oliva <aoliva@redhat.com> |
9231 | ||
9232 | * config-ml.in (CC, CXX): Avoid trailing whitespace. | |
9233 | (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to | |
9234 | sub-configures. | |
9235 | ||
9765193e DE |
9236 | 2000-08-20 Doug Evans <dje@casey.transmeta.com> |
9237 | ||
9238 | * Makefile.in (ALL_MODULES): Add all-cgen. | |
9239 | (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. | |
9240 | (all-cgen): New target. | |
9241 | (all-opcodes,all-sim): Depend on all-cgen. | |
9242 | * configure.in (host_tools): Add cgen. | |
9243 | Only configure cgen if --enable-cgen-maint. | |
9244 | ||
d7b32520 AO |
9245 | 2000-08-17 Alexandre Oliva <aoliva@redhat.com> |
9246 | ||
9247 | * config-ml.in (CC, CXX): Don't introduce a leading space. | |
9248 | ||
e52ef561 AO |
9249 | 2000-08-16 Alexandre Oliva <aoliva@redhat.com> |
9250 | ||
9251 | * configure.in (libstdcxx_flags): Use | |
9252 | libstdc++-v3/src/libstdc++.INC. | |
9253 | ||
88f9c2a0 AO |
9254 | 2000-08-15 Alexandre Oliva <aoliva@redhat.com> |
9255 | ||
9256 | * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES. | |
9257 | ||
98fbe43f JM |
9258 | 2000-08-11 Jason Merrill <jason@redhat.com> |
9259 | ||
9260 | * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, | |
9261 | CXX_FOR_TARGET): Add -B$$r/gcc/ here. | |
9262 | (FLAGS_FOR_TARGET): Not here. | |
9263 | (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages. | |
9264 | ||
279ddab4 DD |
9265 | 2000-08-07 DJ Delorie <dj@redhat.com> |
9266 | ||
9267 | * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean | |
9268 | "if we're also building gcc, and it's a gcc that will run on the | |
9269 | build machine, we want to use its includes instead of the system's | |
9270 | default includes". | |
9271 | ||
60523a83 AO |
9272 | 2000-08-03 Alexandre Oliva <aoliva@redhat.com> |
9273 | ||
24ffec7a AO |
9274 | * configure.in (libstdcxx_flags): Don't use `"'. |
9275 | ||
60523a83 AO |
9276 | * config-ml.in: Adjust multilib search paths to the |
9277 | appropriate multilib tree. | |
9278 | ||
daf644b5 AO |
9279 | 2000-08-02 Alexandre Oliva <aoliva@redhat.com> |
9280 | ||
9281 | * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to | |
9282 | commas in $LANGUAGES. | |
9283 | ||
63266560 DD |
9284 | 2000-08-01 Alexandre Oliva <aoliva@redhat.com> |
9285 | ||
9286 | * configure.in (qCXX_FOR_TARGET): Use echo instead of expr. | |
9287 | ||
9288 | 2000-07-31 Alexandre Oliva <aoliva@redhat.com> | |
9289 | ||
9290 | * configure.in (qCXX_FOR_TARGET): Quote `&' characters in | |
9291 | CXX_FOR_TARGET for sed. | |
9292 | ||
9293 | 2000-07-30 Alexandre Oliva <aoliva@redhat.com> | |
9294 | ||
9295 | * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): | |
9296 | Do not override if already set in the environment or in configure. | |
9297 | Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. | |
9298 | (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses. | |
9299 | ||
9e449d3e AO |
9300 | 2000-07-27 Alexandre Oliva <aoliva@redhat.com> |
9301 | ||
9302 | * Makefile.in (FLAGS_FOR_TARGET): New macro. | |
9303 | (GCC_FOR_TARGET): Use it. | |
9304 | (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... | |
9305 | * configure.in: ... here. | |
9306 | (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. | |
9307 | (libstdcxx_flags): Define and append to CXX_FOR_TARGET. | |
9308 | ||
8bbd92e0 AO |
9309 | 2000-07-24 Alexandre Oliva <aoliva@redhat.com> |
9310 | ||
fd1f87b2 AO |
9311 | * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC). |
9312 | (configure-target-libchill, configure-target-libobjc): Likewise. | |
9313 | ||
8bbd92e0 AO |
9314 | * configure.in: Use the same cache file for all target libs. |
9315 | * config-ml.in: But different cache files per multilib variant. | |
9316 | ||
25c6c112 JL |
9317 | 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG> |
9318 | ||
9319 | * configure (topsrcdir): Don't use dirname. | |
9320 | ||
ba73c63f JM |
9321 | 2000-07-20 Jason Merrill <jason@redhat.com> |
9322 | ||
9323 | * configure.in: Remove all references to libg++ and librx. | |
9324 | ||
9325 | * configure, configure.in, Makefile.in: Unify gcc and binutils. | |
9326 | ||
1af08294 HPN |
9327 | 2000-07-20 Hans-Peter Nilsson <hp@axis.com> |
9328 | ||
9329 | * config.sub: Update to subversions version 2000-07-06. | |
9330 | ||
ba73c63f JM |
9331 | 2000-07-12 Andrew Haley <aph@cygnus.com> |
9332 | ||
9333 | * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts. | |
9334 | (target_makefile_frag): Use mt-ia64pic on IA-64 targets. | |
9335 | ||
9336 | 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com> | |
cffaa281 JL |
9337 | |
9338 | * symlink-tree: Check number of arguments. | |
9339 | ||
d932cae7 | 9340 | 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com> |
ec9914b0 AC |
9341 | |
9342 | * texinfo/texinfo.tex: Update to version 2000-05-28.15. | |
9343 | ||
ba73c63f JM |
9344 | 2000-07-05 Jim Wilson <wilson@cygnus.com> |
9345 | ||
9346 | * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library | |
9347 | search path for a g++ extracted from the build tree. This | |
9348 | will allow link tests run by configure scripts in | |
9349 | subdirectories to succeed. | |
9350 | ||
92ee2f86 UC |
9351 | 2000-07-01 Koundinya K <kk@ddeorg.soft.net> |
9352 | ||
80413487 | 9353 | * ltconfig: Add support for mips-dde-sysv4.2MP |
35590697 | 9354 | |
23f2f29f CV |
9355 | 2000-06-28 Corinna Vinschen <vinschen@cygnus.com> |
9356 | ||
9357 | * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or | |
9358 | `os2'. Force ac_cv_exeext to be ".exe" in that case. | |
9359 | ||
f04f5a67 TW |
9360 | 2000-06-19 Timothy Wall <twall@cygnus.com> |
9361 | ||
9362 | * configure.in (noconfigdirs): Set noconfigdirs for tic54x target. | |
9363 | * config.sub: Add tic54x target. | |
9364 | ||
11da68be NC |
9365 | 2000-06-07 Phillip Thomas <pthomas@suse.de> |
9366 | ||
9367 | * README-maintainer-mode: New file: Contains notes on using | |
9368 | --enable-maintainer-mode with binutils. | |
9369 | ||
d932cae7 | 9370 | 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com> |
449f3b6c AC |
9371 | |
9372 | * texinfo/texinfo.tex: Update. Version from makeinfo 4.0. | |
9373 | ||
d932cae7 | 9374 | 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com> |
ac73857d AC |
9375 | |
9376 | * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000. | |
9377 | * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000 | |
9378 | ||
9442cea3 L |
9379 | 20000-05-21 H.J. Lu (hjl@gnu.org) |
9380 | ||
80413487 RH |
9381 | * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc |
9382 | directory are used if they exist. Make sure | |
9383 | $(build_tooldir)/include is searched for header files, | |
9384 | $(build_tooldir)/lib/ for library files. | |
9442cea3 | 9385 | (GCC_FOR_TARGET): Likewise. |
80413487 | 9386 | (CXX_FOR_TARGET): Likewise. |
9442cea3 | 9387 | |
d932cae7 | 9388 | 2000-05-18 Jeffrey A Law (law@cygnus.com) |
09e90eb4 JL |
9389 | |
9390 | * configure.in (hppa*64*-*-*): Do build ld for this configuration. | |
9391 | ||
d932cae7 | 9392 | 2000-05-17 Alexandre Oliva <aoliva@cygnus.com> |
f4bd37da AO |
9393 | |
9394 | * Makefile.in (configure-target-libiberty): Depend on | |
9395 | configure-target-newlib. | |
9396 | ||
ba73c63f JM |
9397 | 2000-05-16 Alexandre Oliva <aoliva@cygnus.com> |
9398 | ||
9399 | * configure.in, Makefile.in: Merge all libffi-related | |
9400 | configury stuff from the libgcj tree. | |
9401 | ||
d932cae7 | 9402 | 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com> |
82b43a09 AC |
9403 | |
9404 | Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>: | |
9405 | * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories. | |
9406 | ||
d932cae7 | 9407 | 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com> |
b5a23627 AC |
9408 | |
9409 | Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>: | |
9410 | * Makefile.in (do-djunpack): New target. Update djunpack.bat with | |
35590697 | 9411 | current version information. Add to proto-toplev directory. |
b5a23627 AC |
9412 | (gdb-taz): Build do-djunpack. |
9413 | ||
ba73c63f JM |
9414 | 2000-05-15 David Edelsohn <edelsohn@gnu.org> |
9415 | ||
9416 | * configure.in: Special case powerpc*-*-aix* target_makefile_frag. | |
9417 | ||
7c86ed39 L |
9418 | 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
9419 | ||
9420 | * ltmain.sh: Preserve in relink_command any environment | |
9421 | variables that may affect the linker behavior. | |
9422 | ||
d932cae7 | 9423 | 2000-05-12 Jeffrey A Law (law@cygnus.com) |
640c6684 JL |
9424 | |
9425 | * config.sub (basic_machine): Recognize hppa64 as a valid cpu type. | |
9426 | ||
d932cae7 | 9427 | 2000-05-10 Jim Wilson <wilson@cygnus.com> |
2315914d JW |
9428 | |
9429 | * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs. | |
9430 | ||
ed0a91a5 EZ |
9431 | 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
9432 | ||
9433 | * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst | |
80413487 | 9434 | with the version name. |
ed0a91a5 | 9435 | |
ba73c63f | 9436 | 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com> |
6cafa39f | 9437 | |
ba73c63f | 9438 | * config.if: Tweak. |
6cafa39f | 9439 | |
ba73c63f | 9440 | 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il> |
66156876 | 9441 | |
ba73c63f | 9442 | * djunpack.bat: New file. |
66156876 | 9443 | |
d932cae7 | 9444 | 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com> |
fd751128 AC |
9445 | |
9446 | * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2, | |
35590697 AJ |
9447 | gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2, |
9448 | dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2, | |
9449 | insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make. | |
fd751128 | 9450 | |
ba73c63f JM |
9451 | 2000-04-16 Dave Pitts <dpitts@cozx.com> |
9452 | ||
80413487 RH |
9453 | * config.sub (case $basic_machine): Change default for "ibm-*" |
9454 | to "openedition". | |
ba73c63f | 9455 | |
d932cae7 | 9456 | 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com> |
b35ece4e AC |
9457 | |
9458 | * Makefile.in (gdb-taz): New target. GDB specific archive. | |
9459 | (do-md5sum): New target. | |
9460 | (MD5PROG): Define. | |
9461 | (PACKAGE): Default to TOOL. | |
9462 | (VER): Default to a shell script. | |
9463 | (taz): Rewrite target. Move real work to do-proto-toplev. Include | |
35590697 | 9464 | md5 checksum generation. |
b35ece4e AC |
9465 | (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link. |
9466 | (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link. | |
9467 | (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, | |
35590697 | 9468 | insight.tar.bz2): Use gdb-taz to create archive. |
b35ece4e | 9469 | |
d932cae7 | 9470 | 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com> |
a2d91340 AC |
9471 | |
9472 | * configure (warn_cflags): Delete. | |
9473 | ||
ba73c63f | 9474 | 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com> |
80413487 | 9475 | Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> |
3ce7077a | 9476 | |
80413487 RH |
9477 | * configure.in (enable_libstdcxx_v3): Add. |
9478 | (target_libs): Add bits here to switch between libstdc++-v2 and | |
9479 | libstdc++-v3. | |
9480 | * config.if: And this file too. | |
9481 | * Makefile.in: Add libstdc++-v3 targets. | |
35590697 | 9482 | |
ba73c63f JM |
9483 | 2000-04-05 Michael Meissner <meissner@redhat.com> |
9484 | ||
9485 | * config.sub (d30v): Add d30v as a basic machine type. | |
3ce7077a | 9486 | |
d332c5ac JM |
9487 | 2000-03-29 Jason Merrill <jason@casey.cygnus.com> |
9488 | ||
9489 | * configure.in: -linux-gnu*, not -linux-gnu. | |
9490 | ||
d932cae7 | 9491 | 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com> |
6dcbc97b AC |
9492 | |
9493 | * Makefile.in (taz): Set PACKAGE to TOOL when not defined. | |
9494 | (do-tar-bz2): Replace TOOL with PACKAGE. | |
9495 | (gdb.tar.bz2): Remove GDBTK from GDB package. | |
9496 | (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2, | |
35590697 | 9497 | dejagnu.tar.bz2): New packages. |
6dcbc97b | 9498 | |
96ce09a7 ILT |
9499 | 2000-02-27 Andreas Jaeger <aj@suse.de> |
9500 | ||
9501 | * configure.in: Add entry for mips*-*-linux*, move catch all | |
9502 | *-*-*linux* entry below this one. | |
9503 | ||
2031769e ILT |
9504 | 2000-02-27 Ian Lance Taylor <ian@zembu.com> |
9505 | ||
9506 | * ltconfig, ltmain.sh: Update to libtool 1.3.4. | |
9507 | ||
4bab746c NC |
9508 | 2000-02-24 Nick Clifton <nickc@cygnus.com> |
9509 | ||
9510 | * config.sub: Support an OS of "wince". | |
9511 | ||
d932cae7 | 9512 | 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com> |
ada59422 AC |
9513 | |
9514 | * config.guess, config.sub: Updated to match config's 2000-02-15 | |
35590697 | 9515 | version. |
ada59422 | 9516 | |
5b93d8bb AM |
9517 | 2000-02-23 Linas Vepstas <linas@linas.org> |
9518 | ||
9519 | * config.sub: Add support for Linux/IBM 370. | |
9520 | * configure.in: Likewise. | |
9521 | ||
2fb651f6 NC |
9522 | 2000-02-22 Nick Clifton <nickc@cygnus.com> |
9523 | ||
9524 | * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets. | |
9525 | ||
b8441c25 CF |
9526 | 2000-02-20 Christopher Faylor <cgf@cygnus.com> |
9527 | ||
9528 | * config.guess: Guess "cygwin" rather than "cygwin32". | |
9529 | ||
d332c5ac JM |
9530 | 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
9531 | ||
9532 | * configure (gcc_version): When setting, narrow search to | |
9533 | lines containing `version_string'. | |
9534 | ||
ba73c63f JM |
9535 | 2000-02-15 Denis Chertykov <denisc@overta.ru> |
9536 | ||
9537 | * config.sub: Add support for avr target. | |
9538 | ||
d932cae7 | 9539 | 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com> |
ba73c63f JM |
9540 | |
9541 | * config.sub: Add mmix-knuth-mmixware. | |
9542 | ||
9543 | 2000-01-27 Christopher Faylor <cgf@redhat.com> | |
9544 | ||
9545 | * Makefile.in (CC_FOR_TARGET): Add new winsup directory | |
9546 | structure stuff to -L library search. | |
9547 | (CXX_FOR_TARGET): Ditto. | |
9548 | (CROSS_CHECK_MODULES): Fix spelling mistake. | |
9549 | ||
9550 | 2000-01-24 Mark Mitchell <mark@codesourcery.com> | |
9551 | ||
9552 | * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke | |
9553 | the C++ compiler. | |
9554 | ||
9555 | 2000-01-12 Richard Henderson <rth@cygnus.com> | |
9556 | ||
9557 | * configure.in: Don't build some bits for beos. | |
9558 | ||
9559 | 2000-01-12 Joel Sherrill (joel@OARcorp.com) | |
9560 | ||
9561 | * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well | |
9562 | as include files. | |
9563 | ||
91b2c84d GK |
9564 | 2000-01-06 Geoff Keating <geoffk@cygnus.com> |
9565 | ||
9566 | * configure.in: Use mt-aix43 to handle *_TARGET defs, | |
9567 | not mh-aix43. | |
9568 | ||
ba73c63f JM |
9569 | 1999-12-14 Richard Henderson <rth@cygnus.com> |
9570 | ||
9571 | * config.guess (alpha-osf, alpha-linux): Detect ev67. | |
9572 | * config.sub: Accept alphaev[78], alphaev8. | |
9573 | ||
9574 | 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
9575 | ||
9576 | * config.guess, config.sub: Update from autoconf. | |
9577 | ||
9578 | Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | |
9579 | ||
9580 | * config-ml.in (sparc*-*-*): Disable sparcv9 support if the | |
9581 | necessary libraries are missing. | |
9582 | ||
9583 | 1999-10-25 Andreas Schwab <schwab@suse.de> | |
9584 | ||
9585 | * configure: Fix quoting inside arguments of eval. | |
9586 | ||
9587 | 1999-10-21 Nick Clifton <nickc@cygnus.com> | |
9588 | ||
9589 | * config-ml.in: Allow suppression of some ARM multilibs. | |
9590 | ||
9591 | Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org> | |
9592 | ||
9593 | * config.guess: Add OS/390 match pattern. | |
9594 | * config.sub: Add mvs, openedition targets. | |
9595 | * configure.in (i370-ibm-opened*): New. | |
9596 | ||
ef14edc4 ILT |
9597 | 1999-09-04 Steve Chamberlain <sac@pobox.com> |
9598 | ||
9599 | * config.sub: Add support for configuring for pj. | |
9600 | ||
afb478e8 NC |
9601 | 1999-08-31 Nick Clifton <nickc@cygnus.com> |
9602 | ||
fd6848f6 | 9603 | * config.sub (maybe_os): Add support for configuring for fr30. |
afb478e8 | 9604 | |
ba73c63f | 9605 | 1999-08-25 Nick Clifton <nickc@cygnus.com> |
ceaa7778 NC |
9606 | |
9607 | * configure.in: Do not configure or build ld for AIX | |
9608 | platforms. ld is known to be broken on these platforms. | |
9609 | ||
ba73c63f JM |
9610 | Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> |
9611 | ||
9612 | * config-ml.in: Pass compiler flag corresponding to multidirs to | |
9613 | subdir configures. | |
9614 | ||
c363de44 ILT |
9615 | 1999-08-09 Ian Lance Taylor <ian@zembu.com> |
9616 | ||
9617 | * Makefile.in (LDFLAGS): Define. | |
9618 | ||
dc8bc5a6 ILT |
9619 | 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> |
9620 | ||
9621 | * configure.in (i[3456]-*-mingw32*): Don't put gprof in | |
9622 | noconfigdirs. | |
9623 | (*-*-cygwin*): Likewise. | |
9624 | ||
6ca3858e ILT |
9625 | 1999-08-08 Ian Lance Taylor <ian@zembu.com> |
9626 | ||
71141bb6 ILT |
9627 | * mkdep: New file. |
9628 | * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. | |
9629 | (BINUTILS_SUPPORT_DIRS): Add mkdep. | |
9630 | ||
6ca3858e ILT |
9631 | From Eli Zaretskii <eliz@is.elta.co.il>: |
9632 | * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly | |
9633 | long file name when using DJGPP on MS-DOS. | |
9634 | ||
ba73c63f JM |
9635 | Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com) |
9636 | ||
9637 | * config.sub (vxworks case): Use os=-vxworks, not os=vxworks. | |
9638 | ||
2735a327 AM |
9639 | 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au> |
9640 | ||
9641 | * Makefile.in (check-target-libio): Remove all-target-libstdc++ | |
9642 | dependency as this causes "make check" to globally "make all" | |
9643 | ||
ba73c63f JM |
9644 | Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com> |
9645 | ||
9646 | * configure.in (target_libs): Added target-zlib. | |
9647 | * Makefile.in (ALL_TARGET_MODULES): Added zlib. | |
9648 | (CONFIGURE_TARGET_MODULES): Likewise. | |
9649 | (CHECK_TARGET_MODULES): Likewise. | |
9650 | (INSTALL_TARGET_MODULES): Likewise. | |
9651 | (CLEAN_TARGET_MODULES): Likewise. | |
9652 | (configure-target-zlib): New target. | |
9653 | (all-target-zlib): Likewise. | |
9654 | (all-target-libjava): Depend on all-target-zlib. | |
9655 | (configure-target-libjava): Depend on configure-target-zlib. | |
9656 | ||
9657 | * Makefile.in (configure-target-libjava): Depend on | |
9658 | configure-target-newlib. | |
9659 | (configure-target-boehm-gc): New target. | |
9660 | (configure-target-qthreads): New target. | |
9661 | ||
80413487 RH |
9662 | * configure.in (target_libs): Added target-qthreads. |
9663 | * Makefile.in (ALL_TARGET_MODULES): Added qthreads. | |
9664 | (CONFIGURE_TARGET_MODULES): Likewise. | |
9665 | (CHECK_TARGET_MODULES): Likewise. | |
9666 | (INSTALL_TARGET_MODULES): Likewise. | |
9667 | (CLEAN_TARGET_MODULES): Likewise. | |
9668 | (all-target-qthreads): New target. | |
9669 | (configure-target-libjava): Depend on configure-target-qthreads. | |
9670 | (all-target-libjava): Depend on all-target-qthreads. | |
ba73c63f JM |
9671 | |
9672 | * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc. | |
9673 | (CONFIGURE_TARGET_MODULES): Likewise. | |
9674 | (CHECK_TARGET_MODULES): Likewise. | |
9675 | (INSTALL_TARGET_MODULES): Likewise. | |
9676 | (CLEAN_TARGET_MODULES): Likewise. | |
9677 | (all-target-libjava): New target. | |
9678 | (all-target-boehm-gc): Likewise. | |
9679 | * configure.in (target_libs): Added libjava, boehm-gc. | |
9680 | ||
08d836d6 ILT |
9681 | 1999-07-22 Ian Lance Taylor <ian@zembu.com> |
9682 | ||
9683 | * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and | |
9684 | configure.bat in SUPPORT_FILES. | |
9685 | (gas+binutils.tar.bz2): Likewise. | |
9686 | ||
9687 | * makeall.bat: Remove; obsolete. | |
9688 | ||
8f36e47c ILT |
9689 | 1999-07-21 Ian Lance Taylor <ian@zembu.com> |
9690 | ||
9691 | From Mark Elbrecht: | |
9692 | * configure.bat: Remove; obsolete. | |
9693 | ||
56e82f25 ILT |
9694 | 1999-07-11 Ian Lance Taylor <ian@zembu.com> |
9695 | ||
9696 | * configure: Add -W -Wall to the default CFLAGS when compiling with | |
9697 | gcc. | |
9698 | ||
1001d816 JL |
9699 | Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca> |
9700 | ||
9701 | * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*. | |
9702 | ||
106117aa MM |
9703 | 1999-06-30 Mark Mitchell <mark@codesourcery.com> |
9704 | ||
9705 | * configure.in: Build ld on IRIX6. | |
9706 | ||
c376f4ed ILT |
9707 | 1999-06-12 Ian Lance Taylor <ian@zembu.com> |
9708 | ||
9709 | * Makefile.in: Change distribution targets to use bzip2 instead of | |
9710 | gzip. | |
9711 | (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex. | |
c1b640f7 | 9712 | (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo. |
c376f4ed | 9713 | |
306b7445 NC |
9714 | 1999-06-04 Nick Clifton <nickc@cygnus.com> |
9715 | ||
9716 | * config.sub: Add mcore target. | |
9717 | ||
d932cae7 | 9718 | 1999-05-30 Cort Dougan <cort@cs.nmt.edu> |
af754d91 RH |
9719 | |
9720 | * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux. | |
9721 | ||
d932cae7 | 9722 | 1999-05-25 H.J. Lu (hjl@gnu.org) |
ba73c63f JM |
9723 | |
9724 | * config.guess (dummy): Changed to $dummy. | |
9725 | ||
6c3175b0 NC |
9726 | 1999-05-24 Nick Clifton <nickc@cygnus.com> |
9727 | ||
ba73c63f JM |
9728 | * config.sub: Tidied up case statements. |
9729 | ||
9730 | 1999-05-22 Ben Elliston <bje@cygnus.com> | |
9731 | ||
9732 | * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake | |
9733 | <jiro@din.or.jp>. | |
9734 | ||
9735 | * config.guess: Merge with FSF version. Future changes will be | |
9736 | more accurately recorded in this ChangeLog. | |
9737 | * config.sub: Likewise. | |
9738 | ||
d932cae7 | 9739 | 1999-05-20 Stephen L Moshier <moshier@world.std.com> |
ba73c63f JM |
9740 | |
9741 | * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. | |
6c3175b0 | 9742 | |
252b5132 RH |
9743 | 1999-04-30 Tom Tromey <tromey@cygnus.com> |
9744 | ||
9745 | * ltmain.sh: [mode link] Always use CC given by ltconfig. | |
9746 | ||
9747 | 1999-04-23 Tom Tromey <tromey@cygnus.com> | |
9748 | ||
9749 | * ltconfig, ltmain.sh: Update to libtool 1.2f. | |
9750 | ||
9751 | 1999-04-20 Drew Moseley <dmoseley@cygnus.com> | |
9752 | ||
9753 | * configure.in (noconfigdirs): Don't build libstub for arm-elf targets. | |
9754 | (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets. | |
9755 | Bad merge removed these two changes. | |
9756 | ||
ba73c63f | 9757 | Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com) |
80b200a1 | 9758 | Martin Heller (Ing.-Buero_Heller@t-online.de) |
ba73c63f JM |
9759 | |
9760 | * config.guess (interix Alpha): Add. | |
9761 | ||
252b5132 RH |
9762 | 1999-04-11 Richard Henderson <rth@cygnus.com> |
9763 | ||
9764 | * configure.in (i?86-*-beos*): Do config gperf; don't config | |
9765 | gdb, newlib, or libgloss. | |
9766 | ||
d932cae7 | 9767 | 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br> |
35590697 | 9768 | |
ba73c63f JM |
9769 | * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to |
9770 | link a trivial program with -mabi=64. If it fails, remove mabi=64 | |
9771 | from multidirs. | |
9772 | ||
d932cae7 | 9773 | 1999-04-10 Philipp Thomas (kthomas@gwdg.de) |
ba73c63f JM |
9774 | |
9775 | * config.sub: Set basic_machine to i586 when target_alias = k6-*. | |
9776 | ||
252b5132 RH |
9777 | 1999-04-08 Nick Clifton <nickc@cygnus.com> |
9778 | ||
9779 | * config.sub: Add support for mcore targets. | |
9780 | ||
9781 | 1999-04-07 Michael Meissner <meissner@cygnus.com> | |
9782 | ||
9783 | * configure.in (d30v-*): Use config/mt-d30v as makefile fragment, | |
9784 | not mt-ospace, in order to shut up assembler warning about using | |
9785 | symbols that are named the same as registers. | |
9786 | ||
9787 | 1999-04-07 Drew Moseley <dmoseley@cygnus.com> | |
9788 | ||
9789 | * Makefile.in (all-target-cygmon): Added all-target-bsp to the | |
9790 | dependency list for all-target-cygmon. | |
9791 | ||
9792 | 1999-04-05 Doug Evans <devans@casey.cygnus.com> | |
9793 | ||
9794 | * config-ml.in: Check $host, not $target, for selective multilibs. | |
9795 | (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs, | |
9796 | thumb interworking, and underscore prefix multilibs. | |
9797 | ||
9798 | 1999-04-04 Ian Lance Taylor <ian@zembu.com> | |
9799 | ||
9800 | * missing: Update to version from current automake. | |
9801 | ||
9802 | Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org) | |
9803 | ||
9804 | * configure (gxx_include_dir): Removed. | |
9805 | ||
9806 | * configure.in (gxx_include_dir): Handle it. | |
9807 | * Makefile.in: Likewise. | |
9808 | ||
9809 | 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com> | |
9810 | ||
9811 | * config.sub (mips64vr4111,mips64vr4111el) Add. | |
9812 | ||
9813 | 1999-03-21 Ben Elliston <bje@cygnus.com> | |
9814 | ||
80413487 | 9815 | * config.guess: Correct typo for detecting ELF on FreeBSD. |
252b5132 RH |
9816 | |
9817 | Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net> | |
9818 | ||
252b5132 RH |
9819 | * configure.in (pc-msdosdjgpp): Set host_makefile_frag to |
9820 | config/mh-djgpp. | |
9821 | ||
9822 | Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com> | |
9823 | ||
9824 | * Makefile.in (all-target-bsp): Added all-gcc all-binutils and | |
9825 | all-target-newlib to dependency list for all-target-bsp. | |
9826 | ||
9827 | Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu> | |
9828 | ||
9829 | * config.sub: Add i386-uwin support. | |
9830 | * config.guess: Likewise. | |
9831 | ||
9832 | Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | |
9833 | ||
9834 | * configure.in: cleanup, add mh-*pic handling for arm, special | |
9835 | case powerpc*-*-aix* | |
9836 | ||
9837 | Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com> | |
9838 | ||
9839 | * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a | |
9840 | can be built. | |
9841 | ||
9842 | Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com> | |
9843 | ||
9844 | * configure.in: Added bsp support to arm-*-coff and arm-*-elf | |
35590697 | 9845 | targets. |
252b5132 RH |
9846 | |
9847 | 1999-03-02 Nick Clifton <nickc@cygnus.com> | |
9848 | ||
9849 | * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL | |
9850 | ||
d932cae7 | 9851 | 1999-02-28 Geoffrey Noer <noer@cygnus.com> |
252b5132 RH |
9852 | |
9853 | * config.sub: Check for "cygwin*" rather than "cygwin32*" | |
9854 | ||
9855 | 1999-02-24 Nick Clifton <nickc@cygnus.com> | |
9856 | ||
9857 | * config.sub: Fix typo in arm recognition. | |
9858 | ||
d932cae7 | 9859 | 1999-02-24 Drew Moseley <dmoseley@cygnus.com> |
252b5132 RH |
9860 | |
9861 | * configure.in (noconfigdirs): Changed target_configdirs to | |
9862 | include target-bsp only for m68k-*-elf* and m68k-*-coff* | |
9863 | rather than m68k-*-* since it is not known to work on | |
9864 | m68k-aout. Ditto for arm-*-*oabi. | |
9865 | ||
d932cae7 | 9866 | 1999-02-24 Stan Shebs <shebs@andros.cygnus.com> |
252b5132 RH |
9867 | |
9868 | * configure.in (*-*-windows*): Remove, no longer used. | |
252b5132 RH |
9869 | |
9870 | 1999-02-19 Ben Elliston <bje@cygnus.com> | |
9871 | ||
9872 | * config.guess: Automatically recognise ELF on FreeBSD. From Niall | |
9873 | Smart and improved by Andrew Cagney. | |
9874 | ||
d932cae7 | 9875 | 1999-02-18 Marc Espie <espie@cvs.openbsd.org> |
252b5132 RH |
9876 | |
9877 | * config.guess: Recognize openbsd-*-hppa. | |
9878 | ||
d932cae7 | 9879 | 1999-02-17 H.J. Lu (hjl@gnu.org) |
252b5132 RH |
9880 | |
9881 | * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) | |
9882 | only if it is not empty. | |
9883 | ||
9884 | 1999-02-17 Nick Clifton <nickc@cygnus.com> | |
9885 | ||
9886 | Patch from: Scott Bambrough <scottb@corelcomputer.com> | |
35590697 | 9887 | |
fd6848f6 | 9888 | * config.guess: Modified to recognize uname's armv* syntax. |
252b5132 RH |
9889 | |
9890 | * config.sub: Modified to recognize uname's armv* syntax. | |
9891 | ||
9892 | 1999-02-17 Mark Salter <msalter@cygnus.com> | |
9893 | ||
9894 | * configure.in: Added target-bsp for sparclite. | |
9895 | ||
d932cae7 | 9896 | 1999-02-08 Richard Henderson <rth@cygnus.com> |
252b5132 RH |
9897 | |
9898 | * config.sub: Recognize alphapca5[67] and up to alphaev8. | |
9899 | ||
9900 | 1999-02-08 Nick Clifton <nickc@cygnus.com> | |
9901 | ||
9902 | * configure.in: Add support for strongarm port. | |
9903 | * config.sub: Add support for strongarm target. | |
9904 | ||
d932cae7 | 9905 | 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu> |
35590697 | 9906 | |
252b5132 RH |
9907 | * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of |
9908 | the old name config/mh-cygwin32. | |
9909 | Enable texinfo. | |
9910 | ||
d932cae7 | 9911 | 1999-02-04 Ian Lance Taylor <ian@cygnus.com> |
252b5132 RH |
9912 | |
9913 | * configure.in: Do build ld for ix86 Solaris. | |
9914 | ||
d932cae7 | 9915 | 1999-02-02 Jim Wilson <wilson@cygnus.com> |
252b5132 RH |
9916 | |
9917 | * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of | |
9918 | $AR_FOR_TARGET. Likewise for RANLIB. | |
9919 | ||
d932cae7 | 9920 | 1999-02-02 Catherine Moore <clm@cygnus.com> |
35590697 | 9921 | |
80413487 RH |
9922 | * config.sub (oabi): Recognize. |
9923 | * configure.in (arm-*-oabi): Handle. | |
252b5132 | 9924 | |
d932cae7 | 9925 | 1999-01-30 Robert Lipe (robertlipe@usa.net) |
252b5132 RH |
9926 | |
9927 | * config.guess: Improve detection of i686 on UnixWare 7. | |
9928 | ||
d932cae7 | 9929 | 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu> |
252b5132 RH |
9930 | |
9931 | * config.guess: Add support for i386-pc-interix. | |
9932 | * config.sub: Likewise. | |
9933 | * configure.in: Likewise. | |
252b5132 | 9934 | |
d932cae7 | 9935 | 1999-01-18 Christopher Faylor <cgf@cygnus.com> |
252b5132 RH |
9936 | |
9937 | * Makefile.in: Remove unneeded all-target-libio from | |
9938 | from all-target-winsup target since it is now unneeded. | |
9939 | Add all-target-libtermcap in its place since it is now | |
9940 | needed. | |
9941 | ||
d932cae7 | 9942 | 1998-12-30 Christopher Faylor <cgf@cygnus.com> |
252b5132 RH |
9943 | |
9944 | * configure.in: makefile stub for cygwin target is probably | |
9945 | unnecessary. Remove it for now. | |
252b5132 | 9946 | |
d932cae7 | 9947 | 1998-12-30 Christopher Faylor <cgf@cygnus.com> |
252b5132 RH |
9948 | |
9949 | * configure.in: libtermcap.a should be built when cygwin is the | |
9950 | target as well as the host. | |
9951 | * config.guess: Allow mixed case in cygwin uname output. | |
9952 | * Makefile.in: Add libtermcap target. | |
252b5132 | 9953 | |
d932cae7 | 9954 | 1998-12-23 Jeffrey A Law (law@cygnus.com) |
252b5132 RH |
9955 | |
9956 | * config.sub: Clean up handling of hppa2.0. | |
9957 | ||
d932cae7 | 9958 | 1998-12-22 Rodney Brown (rodneybrown@pmsc.com) |
252b5132 RH |
9959 | |
9960 | * config.guess: Use C code to identify more HP machines. | |
9961 | ||
9962 | Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com) | |
9963 | ||
9964 | * config.sub: Handle hppa2.0. | |
9965 | ||
ba73c63f JM |
9966 | Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com> |
9967 | ||
9968 | * configure.in: Add cygmon for x86-coff and x86-elf. Configure | |
35590697 | 9969 | cygmon for all sparclite targets, regardless of object format. |
ba73c63f JM |
9970 | |
9971 | 1998-12-15 Mark Salter <msalter@cygnus.com> | |
9972 | ||
9973 | * configure.in: Added target-bsp for several target architectures. | |
9974 | ||
9975 | * Makefile.in: Added rules for bsp. | |
9976 | ||
252b5132 RH |
9977 | Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com) |
9978 | ||
9979 | * config.guess: Improve detection of hppa2.0 processors. | |
9980 | ||
9981 | Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie> | |
9982 | ||
9983 | * config.guess: Recognize FreeBSD using ELF automatically. | |
9984 | ||
9985 | 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> | |
9986 | ||
9987 | * configure (skip-this-dir): Add handling for new shell script, which | |
9988 | might be created by a sub-directory's configure to indicate, this particular | |
9989 | directory is "unwanted". | |
9990 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. | |
9991 | ||
252b5132 RH |
9992 | Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com> |
9993 | ||
9994 | * ltconfig: import from libtool, after changing libtool to | |
9995 | account for the cygwin name change. | |
9996 | ||
9997 | Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com> | |
9998 | ||
9999 | * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also | |
10000 | include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32. | |
10001 | ||
10002 | Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com> | |
10003 | ||
10004 | * configure.in: Add libtermcap to list of cygwin dependencies. | |
10005 | ||
d932cae7 | 10006 | 1998-11-17 Geoffrey Noer <noer@cygnus.com> |
252b5132 | 10007 | |
80413487 RH |
10008 | * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that |
10009 | they include winsup/include when it's a cygwin target. | |
252b5132 RH |
10010 | |
10011 | 1998-11-12 Tom Tromey <tromey@cygnus.com> | |
10012 | ||
10013 | * configure.in (host_tools): Added zip. | |
10014 | * Makefile.in (all-target-libjava): Depend on all-zip. | |
10015 | (all-zip): New target. | |
10016 | (ALL_MODULES): Added all-zip. | |
10017 | (NATIVE_CHECK_MODULES): Added check-zip. | |
10018 | (INSTALL_MODULES): Added install-zip. | |
10019 | (CLEAN_MODULES): Added clean-zip. | |
10020 | ||
d932cae7 | 10021 | 1998-11-12 Geoffrey Noer <noer@cygnus.com> |
252b5132 RH |
10022 | |
10023 | * Makefile.in: lose "32" from comment about cygwin. | |
10024 | ||
d932cae7 | 10025 | 1998-11-05 Nick Clifton <nickc@cygnus.com> |
252b5132 RH |
10026 | |
10027 | * configure.in: Use -Os to build target libraries for the fr30. | |
10028 | ||
d932cae7 | 10029 | 1998-11-04 Dave Brolley <brolley@cygnus.com> |
252b5132 RH |
10030 | |
10031 | * config.sub: Add fr30. | |
10032 | ||
d932cae7 | 10033 | 1998-11-02 Geoffrey Noer <noer@cygnus.com> |
252b5132 | 10034 | |
80413487 | 10035 | * configure.in: drop "32" from config/mh-cygwin32. Check |
252b5132 RH |
10036 | cygwin* instead of cygwin32*. |
10037 | * config.sub: Check cygwin* instead of cygwin32*. | |
10038 | ||
d932cae7 | 10039 | 1998-10-22 Robert Lipe <robertl@dgii.com> |
ba73c63f JM |
10040 | |
10041 | * config.guess: Match any version of Unixware7. | |
10042 | ||
252b5132 RH |
10043 | 1998-10-20 Syd Polk <spolk@cygnus.com> |
10044 | ||
10045 | * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1 | |
10046 | if desired. | |
10047 | ||
d932cae7 | 10048 | 1998-10-18 Jeffrey A Law (law@cygnus.com) |
252b5132 RH |
10049 | |
10050 | * config.if (cxx_interface, libstdcxx_interface): Do not try to set | |
10051 | these if the appropriate directories and files to not exist. | |
10052 | ||
d932cae7 | 10053 | 1998-10-14 Jeffrey A Law (law@cygnus.com) |
252b5132 RH |
10054 | |
10055 | * Makefile.in (DEVO_SUPPORT): Add config.if. | |
10056 | ||
d932cae7 | 10057 | 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de> |
ba73c63f JM |
10058 | |
10059 | * configure: Add pattern to replace "build_tooldir"'s | |
10060 | definition in the generated Makefile with "tooldir"'s | |
10061 | actual value. | |
10062 | ||
252b5132 RH |
10063 | Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com) |
10064 | ||
10065 | * config.sub: Bring back lost sparcv9. | |
10066 | ||
ba73c63f JM |
10067 | * Makefile.in (all-snvavigator): Remove all-flexlm dependency. |
10068 | ||
10069 | Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com) | |
10070 | ||
10071 | * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to | |
10072 | CC_FOR_TARGET and friends. | |
10073 | ||
10074 | Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br> | |
35590697 | 10075 | |
ba73c63f JM |
10076 | * Makefile.in (build_tooldir): New variable, same as tooldir. |
10077 | (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add | |
10078 | -B$(build_tooldir)/bin/. | |
10079 | (BASE_FLAGS_TO_PASS): Pass build_tooldir down. | |
10080 | ||
252b5132 RH |
10081 | Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com> |
10082 | ||
10083 | * config.sub: Add support for i[34567]86-pc-udk. | |
10084 | * configure.in: Likewise. | |
10085 | ||
10086 | Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com> | |
10087 | ||
10088 | * Makefile.in: add bzip2 package building bits for user | |
10089 | tools module | |
10090 | * configure.in: ditto | |
10091 | ||
ba73c63f JM |
10092 | Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com) |
10093 | ||
10094 | * Makefile.in (TARGET_CONFIGDIRS): Add libobjc. | |
10095 | (ALL_TARGET_MODULES): Add all-target-libobjc. | |
10096 | (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. | |
10097 | (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. | |
10098 | (all-target-libchill): Add dependencies. | |
10099 | * configure.in (target_libs): Add libchill. | |
35590697 | 10100 | |
252b5132 RH |
10101 | 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de> |
10102 | ||
ba73c63f | 10103 | * configure.in (target_subdir): Remove duplicate line. |
252b5132 RH |
10104 | |
10105 | Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com> | |
10106 | ||
10107 | * Makefile.in (all-automake): fix dependencies. | |
10108 | ||
10109 | Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com) | |
10110 | ||
10111 | * configure.in: Minor cleanups for building in the $(target_alias) | |
10112 | subdir. | |
10113 | ||
10114 | 1998-09-22 Jim Wilson <wilson@cygnus.com> | |
10115 | ||
10116 | * Makefile.in (bootstrap): Set r and s before make all. Use | |
10117 | BASE_FLAGS_TO_PASS in make all. | |
10118 | (cross): Likewise. | |
10119 | ||
10120 | 1998-09-20 Mark Mitchell <mark@markmitchell.com> | |
10121 | ||
10122 | * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'. | |
10123 | ||
252b5132 RH |
10124 | Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com> |
10125 | ||
10126 | * config.sub: Fix typo in last change. | |
10127 | ||
10128 | 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | |
10129 | ||
10130 | * config.sub: Add support for C4x target. | |
10131 | * configure.in: Likewise. | |
10132 | ||
10133 | 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com> | |
10134 | ||
10135 | * config.sub: Recognize sparcv9 just like sparc64. | |
10136 | ||
10137 | Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com> | |
10138 | ||
10139 | * config.guess: Match "Pent II" or "PentII" for OpenServer. | |
10140 | ||
10141 | Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com) | |
10142 | ||
10143 | * config.guess: Correctly identify Pentium II sco boxes. | |
10144 | ||
10145 | * config.guess: Fix "tr" code. From Weiwen Liu. | |
10146 | ||
10147 | Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM> | |
10148 | ||
10149 | * configure.in: Do not assume x86-svr4 or x86-unixware can handle | |
10150 | stabs. | |
10151 | ||
10152 | Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com) | |
10153 | ||
10154 | * Makefile.in (TARGET_CONFIGDIRS): Add libchill. | |
10155 | (ALL_TARGET_MODULES): Add all-target-libchill. | |
10156 | (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. | |
10157 | (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. | |
10158 | (all-target-libchill): Add dependencies. | |
10159 | * configure.in (target_libs): Add libchill. | |
10160 | ||
10161 | Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de> | |
10162 | ||
10163 | * config.guess: Avoid assumptions about "tr" behaves when | |
10164 | LANG is set to something other than English. | |
10165 | ||
10166 | Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org) | |
10167 | ||
10168 | * configure (gxx_include_dir): Changed to | |
10169 | '${prefix}/include/g++'-${libstdcxx_interface}. | |
10170 | ||
10171 | * config.if: New to determine the interfaces. | |
10172 | ||
10173 | Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com) | |
10174 | ||
10175 | * config.guess: Detect and handle MPE/IX. | |
10176 | * config.sub: Deal with MPE/IX. | |
10177 | ||
10178 | Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu> | |
10179 | ||
10180 | * configure.in: Use mh-aix43. | |
10181 | ||
10182 | 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de> | |
10183 | ||
10184 | * configure: Fix --without/--disable cases for gxx-include-dir. | |
10185 | ||
10186 | Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com> | |
10187 | ||
10188 | * mdata-sh: Imported. Needed for automake support. | |
10189 | ||
10190 | Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org> | |
10191 | ||
ba73c63f | 10192 | * Makefile.in (taz): Try "chmod -R og=u ." before |
252b5132 RH |
10193 | "chmod og=u `find . -print`". |
10194 | ||
10195 | Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com> | |
10196 | ||
ba73c63f | 10197 | * configure.in: Add arm-elf and thumb-elf support. |
252b5132 RH |
10198 | |
10199 | Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com> | |
10200 | ||
10201 | * Makefile.in: Undo previous patch. | |
10202 | ||
10203 | Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com> | |
10204 | ||
10205 | * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES | |
10206 | to here ... | |
10207 | (install-no-fixedincludes): and here | |
10208 | (INSTALL_MODULES): ... from here. | |
10209 | ||
10210 | Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com> | |
10211 | ||
10212 | * config.sub: Merge with FSF. | |
10213 | ||
10214 | * config.guess: Merge with FSF. | |
10215 | ||
10216 | Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com> | |
10217 | ||
10218 | * configure (extraconfigdirs): New variable. | |
10219 | (SUBDIRS): Add extraconfigdirs and recurse on them too. | |
10220 | * Makefile.in (all): Move higher in file. | |
10221 | (EXTRA_TARGET_HOST_ALL_MODULES): New variable. | |
10222 | (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables. | |
10223 | (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES. | |
10224 | (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES. | |
10225 | (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES. | |
10226 | ||
10227 | 1998-07-23 Brendan Kehoe <brendan@cygnus.com> | |
10228 | ||
10229 | * Makefile.in (all-target-libjava): Depend on all-gcc and | |
10230 | all-target-newlib. | |
10231 | (configure-target-libjava): Depend on $(ALL_GCC). | |
10232 | ||
10233 | Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com> | |
10234 | ||
10235 | * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II. | |
10236 | (*-pc-unixware7) Add detection for Pentium II, Pentium Pro. | |
10237 | ||
10238 | Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com> | |
10239 | ||
10240 | * ylwrap: Change absolute path checks to check for DOS style path | |
10241 | names. | |
10242 | ||
10243 | * ylwrap: Don't use a full path name if the source file is in the | |
10244 | same directory. From hjl@lucon.org (H.J. Lu). | |
10245 | ||
10246 | * config-ml.in: Default to being verbose, to match Feb 18 change to | |
10247 | configure. | |
10248 | ||
10249 | Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com> | |
10250 | ||
10251 | Brought over from egcs: | |
10252 | ||
10253 | Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) | |
10254 | ||
10255 | * configure.in (target_subdir): Set to ${target_alias} instead | |
10256 | of "libraries". | |
10257 | ||
10258 | Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com> | |
10259 | ||
10260 | * configure.in (target_subdir): Set to libraries if enable_multilib. | |
10261 | ||
10262 | Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com> | |
10263 | ||
10264 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any | |
10265 | multilibs, force reconfiguration the first time we create | |
10266 | multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'. | |
10267 | ||
10268 | Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com> | |
10269 | ||
10270 | * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to | |
10271 | avoid confusion with --no-recursion. | |
10272 | ||
10273 | Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com> | |
10274 | ||
10275 | * configure.in: Win32 hosts shouldn't use install -x | |
10276 | * install-sh: remove -x option, and special .exe-handling | |
10277 | hack. | |
10278 | ||
10279 | Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com> | |
10280 | ||
10281 | * config.guess: Recognize i586-pc-beos. | |
10282 | * configure.in: Don't build some bits for beos. | |
10283 | ||
10284 | Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com> | |
10285 | ||
10286 | * configure: If CC is set but CFLAGS is not, and CC is gcc, make | |
10287 | CFLAGS default to -O2. | |
10288 | ||
10289 | * ltmain.sh: Add some hacks to make SunOS --enable-shared work | |
10290 | when using GNU ld. | |
10291 | ||
10292 | Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com> | |
10293 | ||
10294 | * ltmain.sh: Correct install when using a different shell. | |
10295 | ||
10296 | Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com> | |
10297 | ||
10298 | * ltconfig, ltmain.sh: Update to libtool 1.2b. | |
10299 | ||
10300 | Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de> | |
10301 | ||
10302 | * makefile.vms: Update to build binutils/makefile.vms. Add install | |
10303 | target. | |
10304 | ||
10305 | Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com> | |
10306 | ||
10307 | * ltconfig: Update to correct AIX handling. | |
10308 | ||
10309 | Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) | |
10310 | ||
10311 | * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR. | |
10312 | ||
10313 | * configure.in (target_subdir): Set to ${target_alias} instead | |
10314 | of "libraries". | |
10315 | ||
10316 | 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de> | |
10317 | ||
10318 | * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. | |
10319 | (Makefile): Depend on $(gcc_version_trigger). | |
10320 | ||
10321 | * configure (gcc_version): Change default initializer to empty | |
10322 | string. | |
10323 | (gcc_version_trigger): New variable; pass this variable down | |
10324 | to subdir configures to enable them checking gcc's version | |
10325 | themselves. Emit make macros for both gcc_version vars. | |
10326 | (topsrcdir): Initialize reliably. | |
10327 | (recursion line): Remove --with-gcc-version=${gcc_version}. | |
10328 | ||
10329 | 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> | |
10330 | ||
10331 | * configure (enable_version_specific_runtime_libs): Implement new flag | |
10332 | --enable-version-specific-runtime-libs which installs C++ runtime stuff | |
10333 | in $(libsubdir); emit definition in each generated Makefile. | |
10334 | (gxx_include_dir): Initialize depending on | |
10335 | $enable_version_specific_runtime_libs. | |
10336 | ||
10337 | 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de> | |
10338 | ||
10339 | * configure (gcc_version): Initialize properly depending on | |
10340 | how and where configure is started. | |
10341 | (recursion line): Pass a --with-gcc-version=${gcc_version} | |
10342 | to configures in subdirs. | |
10343 | ||
10344 | Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com> | |
10345 | ||
10346 | * configure.in (noconfigdirs): Add configure pattern for mips tx39 | |
35590697 | 10347 | cygmon |
252b5132 RH |
10348 | |
10349 | Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com> | |
10350 | ||
10351 | * configure.in: Add cygmon and libstub support for mn10200. | |
10352 | ||
10353 | 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de> | |
10354 | ||
10355 | * configure (gcc_version): Add new variable describing the | |
10356 | particular gcc version we're building. | |
10357 | * Makefile.in (libsubdir): Add new macro for the directory | |
10358 | in which the compiler finds executables, libraries, etc. | |
10359 | (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias | |
10360 | and libsubdir. | |
10361 | ||
10362 | Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br> | |
10363 | ||
ba73c63f JM |
10364 | * Makefile.in (local-clean): Remove *.log. |
10365 | (warning.log): Built with warn_summary from build.log. | |
10366 | (mail-report.log): Run test_summary. | |
10367 | (mail-report-with-warnings.log): Run test_summary including | |
10368 | warning.log in the report. | |
252b5132 RH |
10369 | |
10370 | Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com> | |
10371 | ||
10372 | * config.guess: Detection of Pentium II for *-sco-3.2v5*. | |
10373 | ||
10374 | Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com> | |
10375 | ||
10376 | * Makefile.in (grep): Grep no longer depends on libiberty. | |
10377 | ||
10378 | Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com> | |
10379 | ||
10380 | * Makefile.in: all-snavigator needs all-libgui. | |
10381 | ||
10382 | Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com> | |
10383 | ||
10384 | * configure.in: Add cygmon and libstub support for mn10300. | |
10385 | ||
10386 | Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com> | |
10387 | ||
10388 | * missing: Update to version from automake 1.3. | |
10389 | ||
10390 | * ltmain.sh: On installation, don't get confused if the same name | |
10391 | appears more than once in the list of library names. | |
10392 | ||
10393 | Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com> | |
10394 | ||
10395 | * config.sub: Accept m68060 and m5200 as CPU names. | |
10396 | ||
10397 | Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com> | |
10398 | ||
10399 | * configure: Use && rather than using -a in test, because odd | |
10400 | strings can confuse test. | |
10401 | * configure.in: Likewise. | |
10402 | ||
10403 | Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com> | |
10404 | ||
10405 | * ltconfig, ltmain.sh: Bring in Visual C++ support. | |
10406 | ||
10407 | Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br> | |
10408 | ||
10409 | * Makefile.in (boostrap2-lean, bootstrap3-lean, | |
ba73c63f JM |
10410 | bootstrap4-lean): New targets. |
10411 | ||
10412 | Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com) | |
10413 | ||
10414 | * mpw-* Delete. Not used. | |
252b5132 RH |
10415 | |
10416 | Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com) | |
10417 | ||
10418 | * COPYING.LIB: Update FSF address. | |
10419 | ||
10420 | Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com> | |
10421 | ||
10422 | * ltconfig, ltmain.sh: Update to libtool 1.2a. | |
10423 | ||
10424 | * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via | |
10425 | GAS_SUPPORT_DIRS. | |
10426 | ||
10427 | Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com> | |
10428 | ||
10429 | * ltconfig, ltmain.sh: Avoid producing a version number if | |
10430 | -version-info was not used. | |
10431 | ||
10432 | Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com> | |
10433 | ||
10434 | * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are | |
10435 | building with newlib. | |
10436 | ||
10437 | 1998-04-30 Paul Eggert <eggert@twinsun.com> | |
10438 | ||
ba73c63f | 10439 | * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end; |
35590697 | 10440 | Solaris `make' causes it to continue to next definition. |
252b5132 | 10441 | |
afb8d725 JM |
10442 | Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com) |
10443 | ||
10444 | * Makefile.in (install-gdbtk): Call this 'install-gdb' so that | |
10445 | the right GUI libraries and files are installed along with GDB. | |
10446 | ||
252b5132 RH |
10447 | Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com> |
10448 | ||
10449 | * configure.in: Change alpha to alpha* in several places. | |
10450 | ||
10451 | Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com> | |
10452 | ||
10453 | * config.sub: Recognize sparc86x. | |
10454 | ||
10455 | Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com> | |
ba73c63f | 10456 | |
252b5132 RH |
10457 | * configure.in (--enable-target-optspace): Remove debug echo. |
10458 | ||
10459 | Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com> | |
10460 | ||
10461 | * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS. | |
10462 | ||
10463 | Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com> | |
10464 | ||
10465 | * ltconfig: Update cygwin32 support. | |
10466 | ||
10467 | * Makefile.in (GAS_SUPPORT_DIRS): Add intl. | |
10468 | (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise. | |
10469 | (GDB_SUPPORT_DIRS): Likewise. | |
10470 | ||
10471 | Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com> | |
10472 | ||
10473 | * configure.in (target_makefile_frag): If --enable-target-optspace, | |
10474 | use -Os to compile target libraries rather than -O2. Default to | |
10475 | using -Os for d10v and m32r if --{enable,disable}-target-optspace is | |
10476 | not used. | |
10477 | * configure.in (target_cflags): Ditto for d30v. | |
10478 | ||
10479 | Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com> | |
10480 | ||
10481 | * Makefile.in (all-bfd): Depend on all-intl. | |
10482 | (all-binutils): Likewise. | |
10483 | (all-gas): Likewise. | |
10484 | (all-gprof): Likewise. | |
10485 | (all-ld): Likewise. | |
10486 | ||
252b5132 RH |
10487 | 1998-04-19 Brendan Kehoe <brendan@cygnus.com> |
10488 | ||
10489 | * configure.in (host_tools): Fix typo, lbtool -> libtool. | |
10490 | ||
10491 | Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com> | |
10492 | ||
10493 | * Makefile.in (all-bfd): Depend upon all-libiberty. | |
10494 | ||
10495 | * ltconfig, ltmain.sh: Bring in newer cygwin32 support. | |
10496 | ||
10497 | Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com> | |
10498 | ||
10499 | * Makefile.in: Add libstub. | |
10500 | ||
10501 | * configure.in: Ditto. Build libstub for targets that have cygmon | |
10502 | support. | |
10503 | ||
10504 | Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com> | |
10505 | ||
10506 | * configure.in: Don't set PICFLAG on ix86-cygwin32. | |
10507 | ||
10508 | Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com> | |
10509 | ||
10510 | * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and | |
10511 | use mh-sysv5 if specified. Support gprof on SCO Open Server. | |
10512 | ||
10513 | Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se> | |
10514 | ||
10515 | * configure: Define DEFAULT_M4 by searching PATH. | |
10516 | * Makfile.in: Use DEFAULT_M4. | |
10517 | ||
10518 | Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com> | |
10519 | ||
10520 | * ltconfig: Add cygwin32 support. | |
10521 | ||
10522 | * Makefile.in, configure.in: Add libtool as a native only directory | |
ba73c63f JM |
10523 | to configure and build. |
10524 | ||
10525 | Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com) | |
10526 | ||
10527 | * Makefile.in (INSTALL_MODULES): Remove texinfo. | |
252b5132 RH |
10528 | |
10529 | Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be> | |
10530 | ||
10531 | * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened. | |
10532 | ||
10533 | Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com> | |
10534 | ||
10535 | * Makefile.in: add ash make rules | |
10536 | * configure.in: add ash to native_only and host_tools lists | |
10537 | ||
10538 | Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com> | |
10539 | ||
10540 | * Makefile.in (all-gettext, all-intl): New targets. | |
10541 | (ALL_MODULES): Added all-gettext, all-intl. | |
10542 | (CROSS_CHECK_MODULES): Added check-gettext, check-intl. | |
10543 | (INSTALL_MODULES): Added install-gettext, install-intl. | |
10544 | (CLEAN_MODULES): Added clean-gettext, clean-intl. | |
10545 | ||
10546 | * configure.in (host_tools): Added gettext. | |
10547 | (native_only): Likewise. | |
10548 | (noconfigdirs) [various cases]: Likewise. | |
10549 | (host_libs): Added intl. | |
10550 | ||
afb8d725 JM |
10551 | Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com> |
10552 | ||
10553 | * configure: Do not disable building gdbtk for cygwin32 hosts. | |
10554 | ||
ba73c63f JM |
10555 | Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com> |
10556 | ||
10557 | * configure.in: Add thumb-coff target. | |
10558 | * config.sub: Add thumb-coff target. | |
10559 | ||
252b5132 RH |
10560 | Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com) |
10561 | ||
10562 | * Makefile.in: Revert yesterday's change. | |
10563 | (all-target-winsup): all-target-librx stays out of here. | |
10564 | ||
10565 | Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com) | |
10566 | ||
ba73c63f JM |
10567 | * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES, |
10568 | CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES, | |
10569 | INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup): | |
252b5132 RH |
10570 | Remove references to librx and libg++. |
10571 | ||
10572 | Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com> | |
10573 | ||
10574 | * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to | |
10575 | recursive makes | |
10576 | ||
10577 | Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com> | |
10578 | ||
10579 | * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B | |
10580 | for newlib directory. | |
10581 | (CXX_FOR_TARGET): Likewise. | |
10582 | ||
10583 | Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com) | |
10584 | ||
10585 | * ltconfig: Update after libtool/ltconfig.in change for | |
10586 | hpux11. | |
10587 | ||
10588 | Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com> | |
10589 | ||
10590 | * ltconfig, ltmain.sh: Update to libtool 1.2. | |
10591 | ||
10592 | Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de> | |
10593 | ||
10594 | * Makefile.in (install-gcc): Don't specify LANGUAGES here. | |
10595 | (install-gcc-cross): Instead, override LANGUAGES here. | |
10596 | ||
10597 | 1998-03-18 Dave Love <d.love@dl.ac.uk> | |
10598 | ||
10599 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a | |
10600 | non-existent file since /dev/null loses with bash 2.0/autoconf 2.12. | |
10601 | ||
10602 | Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com> | |
10603 | ||
10604 | * configure.in: Add Thumb-pe target. | |
10605 | ||
10606 | Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com> | |
ba73c63f | 10607 | |
252b5132 RH |
10608 | * Makefile.in - changed sn targets to snavigator |
10609 | * configure.in - changed sn targets to snavigator | |
10610 | ||
10611 | Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de> | |
10612 | ||
10613 | * config-ml.in: After building symlink tree call make distclean | |
10614 | if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens | |
10615 | to be the case for libiberty. | |
10616 | ||
10617 | Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu) | |
10618 | ||
10619 | * configure: When making link, also check the current | |
10620 | directory. The configure scripts may create one. | |
10621 | ||
10622 | Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com> | |
10623 | ||
10624 | * config.sub: Accept alphapca56 and alphaev6 properly. | |
10625 | ||
10626 | Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | |
10627 | ||
10628 | * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1. | |
10629 | ||
252b5132 RH |
10630 | Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de |
10631 | ||
80413487 | 10632 | * config.sub (sco5): Fix typo. |
252b5132 RH |
10633 | |
10634 | Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com> | |
10635 | ||
10636 | * Makefile.in (INSTALL_MODULES): Move install-tcl before | |
10637 | install-itcl. | |
10638 | (install-itcl): Remove dependency on install-tcl. | |
10639 | ||
10640 | Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com> | |
10641 | ||
10642 | * configure.in: Remove libgloss from noconfigdirs for MN10300. | |
10643 | ||
252b5132 RH |
10644 | Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com> |
10645 | ||
10646 | * configure.in: Don't build libgui for a cygwin32 target when not on | |
10647 | a cygwin32 host. | |
10648 | ||
10649 | Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com) | |
10650 | ||
10651 | * configure (redirect): Set to null, so default behavior of | |
10652 | configure is now --verbose. | |
10653 | ||
10654 | 1998-02-16 Dave Love <d.love@dl.ac.uk> | |
10655 | ||
10656 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with | |
10657 | CONFIG_SITE=/dev/null to forestall lossage with site configuration. | |
10658 | ||
10659 | Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de> | |
10660 | ||
10661 | * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add | |
10662 | this change to sync Makefile.in with its ChangeLog entries. | |
10663 | ||
10664 | Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org> | |
10665 | ||
10666 | * ltmain.sh (mkdir): Check that the directory doesn't exist | |
10667 | before we exit with error, so that we don't get races during | |
10668 | parallel builds. | |
10669 | ||
10670 | Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com> | |
10671 | ||
10672 | * ltconfig, ltmain.sh: Update from libtool 1.0i. | |
10673 | ||
10674 | Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de> | |
10675 | ||
10676 | * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and | |
10677 | PICFLAG_FOR_TARGET. | |
10678 | (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET. | |
10679 | ||
10680 | * configure: Emit a definition for the new macro enable_shared | |
10681 | into each Makefile. | |
10682 | ||
252b5132 RH |
10683 | Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com) |
10684 | ||
10685 | * configure.in (host_tools, native_only): Add libtool. | |
10686 | ||
10687 | Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com> | |
10688 | ||
10689 | * configure.in: add target-gperf to noconfigdirs for Cygwin32. | |
10690 | Fix typo in ming config comment. | |
10691 | ||
10692 | Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com> | |
10693 | ||
10694 | * ltconfig, ltmain.sh: Update from libtool 1.0h. | |
10695 | ||
10696 | Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com> | |
10697 | ||
10698 | * config.sub: Add tic30 cases, and map c30 to tic30. | |
10699 | ||
ba73c63f JM |
10700 | Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com> |
10701 | ||
10702 | * Makefile.in (TARGET_CONFIGDIRS): Add libf2c. | |
10703 | (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly | |
10704 | (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly | |
10705 | (CLEAN_TARGET_MODULES): Similarly | |
10706 | (all-target-libf2c): Add dependences. | |
35590697 | 10707 | * configure.in (target_libs): Add libf2c. |
ba73c63f | 10708 | |
252b5132 RH |
10709 | Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com> |
10710 | ||
ba73c63f JM |
10711 | * configure.in: Remove expect from noconfigdirs when target |
10712 | is cygwin32. OK to build expect and dejagnu with Canadian | |
10713 | Cross. | |
252b5132 RH |
10714 | |
10715 | Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com> | |
10716 | ||
10717 | * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32 | |
10718 | host. | |
10719 | ||
10720 | * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32 | |
10721 | and mingw32. | |
10722 | ||
10723 | Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de> | |
10724 | ||
10725 | * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix) | |
10726 | here as it is not defined in the toplevel Makefile. | |
10727 | ||
10728 | Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de> | |
10729 | ||
10730 | * configure (package_makefile_rules_frag): New variable, which names | |
10731 | a file with generic rules, ... | |
10732 | Change comment to mention we now have FIVE parts. | |
10733 | * configure: Undo last change. | |
10734 | ||
10735 | Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi> | |
10736 | ||
10737 | * config.guess: More accurate determination of HP processor types. | |
10738 | * config.sub: More accurate determination of HP processor types. | |
10739 | ||
10740 | Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de> | |
10741 | ||
10742 | * configure (package_makefile_frag): Move inserting the | |
10743 | ${package_makefile_frag} to where it should be according | |
10744 | to the comment. | |
10745 | ||
ba73c63f | 10746 | Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk> |
252b5132 RH |
10747 | |
10748 | * config.guess: Add support for Linux/ARM. | |
10749 | ||
10750 | Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com> | |
10751 | ||
10752 | * .cvsignore: Remove *-info and *-install since they match | |
10753 | release-info and mpw-install, which we don't want to just ignore. | |
10754 | ||
10755 | Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com> | |
10756 | ||
10757 | * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1. | |
10758 | ||
10759 | Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za> | |
10760 | ||
10761 | * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and | |
10762 | local_prefix to sub-make invocations. | |
10763 | ||
10764 | Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org) | |
10765 | ||
10766 | * configure.in: Check makefile fragments in the source | |
10767 | directory. | |
10768 | ||
10769 | Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br> | |
10770 | ||
ba73c63f JM |
10771 | * configure.in: Check whether host and target makefile |
10772 | fragments exist before adding them to *_makefile_frag. | |
252b5132 RH |
10773 | |
10774 | Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com> | |
10775 | ||
10776 | * configure.in (target_configdirs): Add cygmon for sparc64-elf. | |
ba73c63f | 10777 | |
252b5132 RH |
10778 | Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com> |
10779 | ||
10780 | * configure.in: Make sure we only replace RPATH_ENVVAR on | |
10781 | lines which begin with RPATH_ENVVAR, i.e. add "^" to the | |
10782 | regexp to sed. | |
10783 | ||
10784 | * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down | |
10785 | to sub-makes. | |
10786 | ||
10787 | 1998-01-13 Lee Iverson (leei@ai.sri.com) | |
10788 | ||
10789 | * config-ml.in (multi-do): LDFLAGS must include multilib | |
10790 | designator. | |
10791 | ||
10792 | Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com) | |
10793 | ||
10794 | * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5. | |
10795 | ||
10796 | Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu> | |
10797 | ||
10798 | * config.sub: Add mingw32 support. | |
10799 | * configure.in: Likewise. | |
252b5132 RH |
10800 | |
10801 | Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com> | |
10802 | ||
10803 | * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1 | |
10804 | ||
10805 | Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com) | |
10806 | ||
10807 | * Makefile.in (INSTALL_TARGET): Do install-gcc first. | |
10808 | * configure (gxx_include_dir): Provide a definition for subdirs | |
10809 | which do not use autoconf. | |
10810 | ||
10811 | Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com) | |
10812 | ||
10813 | * config.guess: Sync with egcs. Picks up new alpha support, | |
10814 | BeOS & some additional linux support. | |
10815 | ||
ba73c63f | 10816 | Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com) |
252b5132 RH |
10817 | |
10818 | * config.guess: HP 9000/803 is a PA1.1 machine. | |
10819 | ||
ba73c63f JM |
10820 | Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com> |
10821 | ||
10822 | * configure.in: It's alpha*-... | |
252b5132 RH |
10823 | |
10824 | Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu) | |
10825 | ||
ba73c63f JM |
10826 | * configure.in (host_makefile_frag, target_makefile_frag): |
10827 | Handle multiple config files. | |
10828 | (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and | |
10829 | alpha-*-*. | |
252b5132 RH |
10830 | |
10831 | Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com> | |
10832 | ||
10833 | * mkdep: New file. | |
10834 | ||
10835 | Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com> | |
10836 | ||
10837 | * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc. | |
10838 | ||
10839 | Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com> | |
10840 | ||
10841 | * Makefile.in: Add libgui directory. | |
10842 | (GDB_TK): Add all-libgui. | |
10843 | * configure.in: Add libgui directory. | |
10844 | * configure: Add all-libgui to GDB_TK. | |
10845 | ||
10846 | Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com> | |
10847 | ||
10848 | * config-ml.in (multidirs): Add m32r to multilib list. | |
10849 | ||
10850 | Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com> | |
10851 | ||
10852 | * Makefile.in (all-target-gperf): Change dependency to | |
10853 | all-target-libstdc++. | |
10854 | ||
10855 | Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com> | |
10856 | ||
10857 | * config.guess: Add BeOS support. | |
10858 | ||
10859 | Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com> | |
10860 | ||
10861 | Source directory cvs renamed to cvssrc: | |
10862 | * configure.in (host_tools): Change cvs to cvssrc. | |
10863 | (native_only): Likewise. | |
10864 | (noconfigdirs) [various cases]: Likewise. | |
10865 | * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc. | |
10866 | (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc. | |
10867 | (INSTALL_MODULES): Change install-cvs to install-cvssrc. | |
10868 | (CLEAN_MODULES): Change clean-cvs to clean-cvssrc. | |
10869 | (all-cvssrc): Rename target from all-cvs. | |
10870 | ||
10871 | Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com) | |
10872 | ||
10873 | * configure (gxx_include_dir): Fix thinko. | |
10874 | ||
10875 | Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com) | |
10876 | ||
10877 | * Makefile.in (INSTALL_TARGET_CROSS): Define. | |
10878 | (install-cross, install-gcc-cross): New targets. | |
10879 | ||
10880 | Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com> | |
10881 | ||
10882 | * configure.in (noconfigdirs): Add support for Thumb target. | |
10883 | ||
10884 | * config.sub (maybe_os): Add support for Thumb target. | |
10885 | ||
10886 | Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com> | |
10887 | ||
10888 | * Makefile.in: Add rules for cygmon. | |
10889 | ||
10890 | * configure.in: Build cygmon for sparc-elf and sparclite-aout. | |
10891 | ||
10892 | Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com) | |
10893 | ||
10894 | * Makefile.in (INSTALL_TARGET): Do install-gcc first. | |
10895 | * configure (gxx_include_dir): Provide a definition for subdirs | |
10896 | which do not use autoconf. | |
10897 | ||
10898 | Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com> | |
10899 | ||
10900 | * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's | |
35590697 | 10901 | 11/18/97 build |
252b5132 RH |
10902 | |
10903 | Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com) | |
10904 | ||
10905 | * From Franz Sirl. | |
10906 | * config.guess (powerpc*-*-linux): Handle glibc2 beta release | |
10907 | found on RedHat Linux systems. | |
10908 | ||
10909 | Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com) | |
10910 | ||
10911 | * config.guess (alpha stuff): Merge with FSF to avoid incorrect | |
10912 | guesses. | |
10913 | ||
10914 | Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com) | |
10915 | ||
10916 | * configure.in (i[3456]86-ncr-sysv4.3*): Tweak. | |
10917 | ||
10918 | Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu> | |
10919 | ||
10920 | * ltmain.sh: If mkdir fails, check whether the directory was created | |
10921 | anyhow by some other process. | |
10922 | ||
10923 | Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com> | |
10924 | ||
10925 | * configure.in (d30v-*-*): Configure all directories. | |
10926 | ||
10927 | Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com> | |
10928 | ||
10929 | * configure.in (d30v-*-*): Configure newlib, libiberty directories | |
10930 | for the D30V. | |
10931 | ||
10932 | Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com> | |
10933 | ||
10934 | * configure.in (d30v-*-*): Configure target-libgloss on the D30V. | |
10935 | ||
10936 | Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com> | |
10937 | ||
80413487 RH |
10938 | * include/libiberty.h: Add extern "C" { so it can be used with C++ |
10939 | progrms. | |
10940 | * include/remote-sim.h: Add extern "C" { so it can be used with C++ | |
10941 | programs. | |
252b5132 RH |
10942 | |
10943 | Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com> | |
10944 | ||
10945 | * configure.in (d30v-*-*): Configure GCC now. | |
10946 | ||
10947 | Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com> | |
10948 | ||
10949 | * configure.in: Remove a "second pass" of tweaking noconfigdirs, | |
10950 | is no longer needed. | |
10951 | ||
10952 | Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com> | |
10953 | ||
10954 | * Makefile.in: check-target-libio depends on all-target-libstdc++. | |
10955 | ||
10956 | Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de) | |
10957 | ||
10958 | * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap | |
10959 | targets using "$@" to provide support for similar but not identical | |
10960 | targets without having to duplicate code. | |
10961 | ||
10962 | Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de> | |
10963 | ||
10964 | * makefile.vms: Fix to work with DEC C. | |
10965 | ||
10966 | Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com> | |
10967 | ||
10968 | * config.sub: Add mips-tx39-elf to marketing names. | |
10969 | ||
10970 | Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com> | |
10971 | ||
10972 | * ltmain.sh: Handle symlinks in generated script. | |
10973 | ||
10974 | Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com> | |
10975 | ||
10976 | * configure: Handle autoconf style directory options: --bindir, | |
10977 | --datadir, --includedir, --infodir, --libdir, --libexecdir, | |
10978 | --mandir, --oldincludedir, --sbindir, --sharedstatedir, | |
10979 | --sysconfdir. | |
10980 | * Makefile.in (sbindir, libexecdir, sysconfdir): New variables. | |
10981 | (sharedstatedir, localstatedir, oldincludedir): New variables. | |
10982 | (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir, | |
10983 | infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir, | |
10984 | sbindir, sharedstatedir, and sysconfdir. | |
10985 | ||
10986 | Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu> | |
10987 | ||
10988 | * Makefile.in (bootstrap-lean): New target. | |
10989 | ||
10990 | Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com> | |
10991 | ||
10992 | * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db, | |
35590697 | 10993 | sn, and gnuserv from noconfigdirs. |
252b5132 RH |
10994 | |
10995 | Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com> | |
10996 | ||
10997 | * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh. | |
10998 | ||
10999 | Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com) | |
11000 | ||
ba73c63f | 11001 | * Makefile.in (cross): New target. |
252b5132 RH |
11002 | |
11003 | Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br> | |
ba73c63f | 11004 | Jeff Law <law@cygnus.com> |
252b5132 RH |
11005 | |
11006 | * Makefile.in (bootstrap2, bootstrap3): New targets. | |
11007 | (all-bootstrap): Remove outdated and confusing target. | |
11008 | (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down. | |
11009 | ||
afb8d725 JM |
11010 | Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com> |
11011 | ||
11012 | * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for | |
35590697 | 11013 | windows. Consistent with gdb/configure. |
afb8d725 | 11014 | |
252b5132 RH |
11015 | 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com> |
11016 | ||
252b5132 RH |
11017 | * configure.in: Name Linux target fragment. |
11018 | ||
11019 | * configure: Rewrite so that project Makefile fragment is inserted | |
11020 | first and appears last in the resulting Makefile. | |
11021 | ||
11022 | Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
11023 | ||
11024 | * Makefile.in (install-itcl): Install tcl first. | |
11025 | ||
252b5132 | 11026 | Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com> |
ba73c63f | 11027 | |
252b5132 RH |
11028 | * configure.in: remove bison from noconfigdirs for Cygwin32 host |
11029 | ||
11030 | Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu) | |
11031 | ||
11032 | * Makefile.in (local-distclean): Also remove mh-frag mt-frag. | |
11033 | ||
11034 | * configure.in (skipdirs): Add target-librx for Linux. | |
11035 | (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic. | |
11036 | ||
11037 | Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com) | |
11038 | ||
11039 | * Makefile.in (bootstrap): New target. | |
11040 | ||
11041 | Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com) | |
11042 | ||
11043 | * config.sub: Accept 'amigados' for backward compatability. | |
11044 | ||
11045 | Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com> | |
11046 | ||
11047 | * config.guess: Merge with FSF. | |
11048 | ||
ba73c63f JM |
11049 | Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com> |
11050 | ||
11051 | * config.sub: Change 'amigados' to 'amigaos' to match current usage. | |
11052 | ||
252b5132 RH |
11053 | Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com> |
11054 | ||
11055 | * config.sub: Add "marketing-names" patch. | |
11056 | ||
11057 | Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com) | |
11058 | ||
80413487 | 11059 | * configure.in (*-*-rtems*): Do not build libgloss for rtems. |
252b5132 RH |
11060 | |
11061 | Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com) | |
11062 | ||
11063 | * config.sub: Handle v850-elf. | |
11064 | ||
ba73c63f JM |
11065 | Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com> |
11066 | ||
11067 | * .cvsignore (*-install): Remove. | |
11068 | ||
252b5132 RH |
11069 | Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com> |
11070 | ||
11071 | * ltconfig: Set CONFIG_SHELL in libtool. | |
11072 | * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh | |
11073 | ||
11074 | Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com> | |
11075 | ||
11076 | * configure.in (target_subdir): Set to libraries if enable_multilib. | |
11077 | ||
11078 | Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com> | |
11079 | ||
11080 | * config.guess: Update from gcc directory. | |
11081 | ||
11082 | Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
11083 | ||
11084 | * Makefile.in (all-sim): Depends on all-readline. | |
11085 | ||
11086 | Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com> | |
11087 | ||
11088 | * Makefile.in (BISON, YACC): Use $$s. | |
11089 | (all-bison): Depend on all-texinfo. | |
11090 | ||
11091 | Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com> | |
11092 | ||
11093 | * Makefile.in (BISON): Add -L flag. | |
11094 | (YACC): Likewise. | |
11095 | ||
11096 | Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com> | |
11097 | ||
35590697 AJ |
11098 | * configure.in (noconfigdirs): Add support for v850e target. |
11099 | ||
252b5132 RH |
11100 | * config.sub (maybe_os): Add support for v850e target. |
11101 | ||
11102 | Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com> | |
11103 | ||
35590697 AJ |
11104 | * configure.in (noconfigdirs): Add support for v850ea target. |
11105 | ||
252b5132 RH |
11106 | * config.sub (maybe_os): Add support for v850ea target. |
11107 | ||
11108 | Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com> | |
11109 | ||
11110 | * config.sub: Add mipstx39. Delete r3900. | |
11111 | ||
11112 | Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
11113 | ||
11114 | * Makefile.in (all-autoconf): Depends on all-texinfo. | |
11115 | ||
11116 | Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com> | |
11117 | ||
11118 | * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and | |
11119 | eabi targets. | |
11120 | ||
11121 | Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com> | |
11122 | ||
11123 | * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible. | |
11124 | ||
11125 | * configure: When handling a Canadian Cross, handle YACC as well as | |
11126 | BISON. Just set BISON to bison. When setting YACC, prefer bison. | |
80413487 | 11127 | * Makefile.in (all-bison): Depend upon all-texinfo. |
252b5132 RH |
11128 | |
11129 | Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com> | |
11130 | ||
11131 | * Makefile.in (BISON): bison, not byacc or bison -y. | |
11132 | (YACC): bison -y or byacc or yacc. | |
11133 | (various): Add *-bison as appropriate. | |
11134 | (taz): No need to mess with BISON anymore. | |
11135 | ||
11136 | Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com> | |
11137 | ||
11138 | * configure: If OSTYPE matches *win32*, try to find a good value for | |
11139 | CONFIG_SHELL. | |
11140 | ||
11141 | Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com> | |
11142 | ||
11143 | * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in | |
11144 | configure.in if it is present. | |
11145 | ||
11146 | Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com> | |
11147 | ||
11148 | * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new. | |
11149 | ||
11150 | Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com> | |
11151 | ||
11152 | * config.sub: Recognize `arc' cpu. | |
11153 | * configure.in: Likewise. | |
11154 | * config-ml.in: Likewise. | |
11155 | ||
11156 | Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com> | |
11157 | ||
11158 | * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs. | |
11159 | ||
11160 | Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com> | |
11161 | ||
11162 | * configure: Changed sed delimiter from ':' to '|' when | |
11163 | attempting to substitute ${config_shell} for SHELL. On | |
11164 | NT ${config_shell} may contain a ':' in it. | |
11165 | ||
11166 | Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com> | |
11167 | ||
11168 | * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells. | |
11169 | ||
11170 | Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com> | |
11171 | ||
11172 | * Makefile.in (AS_FOR_TARGET): Change as.new to as-new. | |
11173 | ||
11174 | Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com> | |
11175 | ||
11176 | * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new. | |
11177 | ||
11178 | * ylwrap: If the program is a relative path, force it to be | |
11179 | absolute. | |
11180 | ||
11181 | Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
11182 | ||
11183 | * configure (tooldir): Set BISON to `bison -y' and not just bison. | |
11184 | ||
11185 | Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com> | |
11186 | ||
11187 | * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present, | |
35590697 AJ |
11188 | correctly specify the target build directory $(TARGET_SUBDIR)/winsup |
11189 | for libraries. | |
252b5132 RH |
11190 | |
11191 | Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com> | |
11192 | ||
11193 | * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values | |
35590697 | 11194 | separated by spaces. |
252b5132 RH |
11195 | |
11196 | Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com> | |
11197 | ||
11198 | * ylwrap: New file. | |
11199 | * Makefile.in (DEVO_SUPPORT): Add ylwrap. | |
11200 | ||
11201 | * ltmain.sh: Handle /bin/sh at start of install program. | |
11202 | ||
11203 | * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing. | |
11204 | ||
11205 | * ltconfig, ltmain.sh: New files, from libtool 1.0. | |
11206 | * missing: New file, from automake 1.2. | |
11207 | ||
11208 | Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com> | |
11209 | ||
11210 | * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add | |
11211 | check-tk to CHECK_X11_MODULES. | |
11212 | ||
11213 | Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com> | |
11214 | ||
11215 | * config.sub: Merge with FSF. | |
11216 | ||
11217 | Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com> | |
11218 | ||
11219 | * config.guess: Merge with FSF. | |
11220 | ||
11221 | Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE> | |
11222 | ||
11223 | * configure: Treat msdosdjgpp like go32. | |
11224 | * configure.in: Likewise. Don't remove gprof for go32. | |
11225 | ||
11226 | * configure: Change Makefile.tem2 to Makefile.tm2. | |
11227 | ||
11228 | Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com> | |
11229 | ||
11230 | * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep. | |
11231 | ||
11232 | Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com> | |
11233 | ||
11234 | * install-sh (chmodcmd): Set to null if the DST directory already | |
11235 | exists. Same as Nov 11th change. | |
11236 | ||
11237 | Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com> | |
11238 | ||
35590697 | 11239 | * configure (GDB_TK): Needs itcl and tix. |
252b5132 RH |
11240 | |
11241 | Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com> | |
11242 | ||
11243 | * config.guess: Update from FSF. | |
11244 | ||
11245 | Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com> | |
11246 | ||
11247 | * Makefile.in (GDB_TK): Depend on itcl and tix. | |
11248 | ||
11249 | Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com> | |
11250 | ||
11251 | * Makefile.in (INSTALL_PROGRAM_ARGS): New variable. | |
11252 | (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS). | |
11253 | (INSTALL_SCRIPT): New variable. | |
11254 | (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT. | |
11255 | * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS | |
11256 | to -x. | |
11257 | * install-sh: Add support for -x option. | |
11258 | ||
11259 | Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com> | |
11260 | ||
11261 | * configure.in, Makefile.in: Treat tix like itcl. | |
11262 | ||
11263 | Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com> | |
11264 | ||
11265 | * Makefile.in (WINDRES): New variable. | |
11266 | (WINDRES_FOR_TARGET): New variable. | |
11267 | (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET. | |
11268 | (EXTRA_HOST_FLAGS): Add WINDRES. | |
11269 | (EXTRA_TARGET_FLAGS): Add WINDRES. | |
11270 | (EXTRA_GCC_FLAGS): Add WINDRES. | |
11271 | ($(DO_X)): Pass down WINDRES. | |
11272 | ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring. | |
11273 | * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like | |
11274 | DLLTOOL_FOR_TARGET. | |
11275 | ||
11276 | Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com> | |
11277 | ||
11278 | * configure.in: configure sim before gdb for win32-x-ppc | |
11279 | ||
11280 | Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com> | |
11281 | ||
11282 | Move gperf into the toplevel, from libg++. | |
11283 | * configure.in (target_tools): Add target-gperf. | |
11284 | (native_only): Add target-gperf. | |
11285 | * Makefile.in (all-target-gperf): New target, depend on | |
11286 | all-target-libg++. | |
11287 | (configure-target-gperf): Empty rule. | |
11288 | (ALL_TARGET_MODULES): Add all-target-gperf. | |
11289 | (CONFIGURE_TARGET_MODULES): Add configure-target-gperf. | |
11290 | (CHECK_TARGET_MODULES): Add check-target-gperf. | |
11291 | (INSTALL_TARGET_MODULES): Add install-target-gperf. | |
11292 | (CLEAN_TARGET_MODULES): Add clean-target-gperf. | |
11293 | ||
11294 | Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com) | |
35590697 | 11295 | |
252b5132 RH |
11296 | * config.sub (mn10200): Recognize new basic machine. |
11297 | ||
11298 | Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com> | |
11299 | ||
11300 | * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing | |
11301 | --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough. | |
11302 | ||
11303 | Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com> | |
11304 | ||
11305 | * configure.in: If we're building mips-sgi-irix6* native, turn on | |
11306 | ENABLE_MULTILIB and set TARGET_SUBDIR. | |
11307 | ||
11308 | Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com> | |
11309 | ||
11310 | * Makefile.in (all-sn): Depend on all-grep. | |
11311 | ||
11312 | Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com> | |
11313 | ||
11314 | * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets. | |
11315 | ||
11316 | * configure: Set CFLAGS and CXXFLAGS, and substitute them into | |
11317 | Makefile. From Jeff Makey <jeff@cts.com>. | |
11318 | * Makefile.in: Add comment for CFLAGS and CXXFLAGS. | |
11319 | ||
11320 | * Makefile.in (DISTBISONFILES): Remove. | |
11321 | (taz): Don't futz with DISTBISONFILES. Change BISON to use | |
11322 | $(DEFAULT_YACC). | |
11323 | ||
11324 | * configure.in: Build itl, db, sn, etc., when building for native | |
35590697 | 11325 | cygwin32. |
252b5132 RH |
11326 | |
11327 | * Makefile.in (LD): New variable. | |
11328 | (EXTRA_HOST_FLAGS): Pass down LD. | |
11329 | ($(DO_X)): Likewise. | |
11330 | ||
11331 | Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com> | |
11332 | ||
11333 | * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh. | |
11334 | ||
11335 | Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com> | |
11336 | ||
11337 | * configure.in (targargs): Strip out any supplied --build argument | |
35590697 | 11338 | before adding our own. Always add --build. |
252b5132 RH |
11339 | |
11340 | Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com> | |
11341 | ||
11342 | * configure.in (targargs): Pass --build if we're doing | |
11343 | a cross-compile. | |
11344 | ||
11345 | Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com> | |
11346 | ||
ba73c63f | 11347 | * configure: Use '|' instead of ":" as the separator in |
252b5132 RH |
11348 | sed. Otherwise sed chokes on NT path names with drive |
11349 | designators. Also look for "?:*" as the leading characters in an | |
11350 | absolute pathname. | |
11351 | ||
11352 | Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com> | |
11353 | ||
11354 | * config.sub: Support for r3900. | |
11355 | ||
11356 | Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com> | |
11357 | ||
11358 | * configure.in: Use install-sh, not install.sh. | |
11359 | ||
11360 | Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com> | |
11361 | ||
11362 | * Makefile.in (taz): Improve check for BISON so it doesn't try to | |
11363 | apply it twice. | |
11364 | ||
11365 | Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com> | |
11366 | ||
11367 | * Makefile.in (INSTALL_MODULES): Put install-opcodes before | |
11368 | install-binutils. | |
11369 | ||
11370 | Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com> | |
11371 | ||
11372 | * Makefile.in: Add automake targets. | |
11373 | * configure.in (host_tools): Add automake. | |
11374 | ||
11375 | Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com> | |
11376 | ||
11377 | * configure: Default CXX to c++, not gcc. | |
11378 | * Makefile.in (CXX): Set to c++, not gcc. | |
11379 | (CXX_FOR_TARGET): When cross, transform c++, not gcc. | |
11380 | ||
11381 | Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com> | |
11382 | ||
11383 | * install-sh: try appending a .exe if source file doesn't | |
11384 | exist | |
11385 | ||
11386 | Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com> | |
11387 | ||
11388 | * configure.in: Turn on multilib by default. | |
11389 | (cross_only): Remove target-libiberty. | |
11390 | ||
11391 | * Makefile.in (all-gcc): Don't depend on libiberty. | |
11392 | ||
11393 | Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com> | |
11394 | ||
11395 | * config.guess: improve algorithm for recognizing Gnu Hurd x86. | |
11396 | ||
11397 | Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com> | |
11398 | ||
11399 | * Makefile.in (DEVO_SUPPORT): Add mpw-install. | |
11400 | (DISTBISONFILES): Add ld/Makefile.in | |
11401 | ||
11402 | Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com> | |
11403 | ||
11404 | * configure.in: if target is cygwin32 but host isn't cygwin32, | |
11405 | don't configure gdb tcl tk expect, not just gdb. | |
11406 | ||
11407 | Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com> | |
11408 | ||
11409 | * configure.in: Added gnuserv everywhere sn appears. | |
11410 | ||
11411 | * Makefile.in (ALL_MODULES): Added all-gnuserv. | |
11412 | (CROSS_CHECK_MODULES): Added check-gnuserv. | |
11413 | (INSTALL_MODULES): Added install-gnuserv. | |
11414 | (CLEAN_MODULES): Added clean-gnuserv. | |
11415 | (all-gnuserv): New target. | |
11416 | ||
11417 | Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org> | |
11418 | ||
11419 | * config.guess: Fixes for MIPS OpenBSD systems. | |
11420 | ||
11421 | Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com> | |
11422 | ||
11423 | * Makefile.in (INSTALL_XFORM): Remove. | |
11424 | (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM. | |
11425 | ||
11426 | * mkinstalldirs: New file, copied from automake. | |
11427 | * Makefile.in (installdirs): Rename from install-dirs. Use | |
11428 | mkinstalldirs. Change all users. | |
11429 | (DEVO_SUPPORT): Add mkinstalldirs. | |
11430 | ||
11431 | Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com> | |
11432 | ||
11433 | * install-sh: Rename from install.sh. | |
11434 | * Makefile.in (INSTALL): Change install.sh to install-sh. | |
11435 | (DEVO_SUPPORT): Likewise. | |
11436 | ||
11437 | * configure: Use ${config_shell} with ${moveifchange}. From Thomas | |
11438 | Graichen <graichen@rzpd.de>. | |
11439 | ||
11440 | Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se> | |
11441 | ||
11442 | * config.guess: Recognize OpenBSD systems correctly. | |
11443 | ||
11444 | Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
11445 | ||
11446 | * README, Makefile.in (ETC_SUPPORT): Remove references to | |
11447 | cfg-paper*, configure.{texi,man,info*}._ | |
11448 | ||
11449 | Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com> | |
11450 | ||
11451 | * Makefile.in (all.normal): Ensure that gcc is built after all | |
11452 | the x11 - ie gdb - targets. | |
11453 | ||
11454 | Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de> | |
11455 | ||
11456 | * makefile.vms: Don't run conf-a-gas. | |
11457 | ||
11458 | Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com> | |
11459 | ||
80413487 | 11460 | * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*. |
252b5132 RH |
11461 | |
11462 | Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com> | |
11463 | ||
11464 | * configure.in: Remove noconfigdirs case since gdb also | |
11465 | configures and builds for tic80-coff. | |
11466 | ||
11467 | Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com> | |
11468 | ||
11469 | * configure: Set cache_file to config.cache. | |
11470 | * Makefile.in (local-distclean): Remove config.cache. | |
11471 | ||
11472 | Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com> | |
11473 | ||
11474 | * COPYING: Update FSF address. | |
11475 | ||
11476 | Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com> | |
11477 | ||
11478 | * configure.in (tic80-*-*): Remove G++ libraries and libgloss from | |
11479 | noconfigdirs. | |
11480 | ||
11481 | Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com> | |
11482 | ||
11483 | * Makefile.in (install-dirs): Don't crash if prefix, and hence | |
11484 | MAKEDIRS, is empty. | |
11485 | ||
11486 | Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com> | |
11487 | ||
11488 | * config.sub: Tweak mn10300 entry. | |
11489 | ||
11490 | Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com> | |
11491 | ||
11492 | * configure.in (host_tools): Put sim before gdb, so gdb's | |
11493 | configure.tgt can determine if the simulator was configured. | |
11494 | ||
11495 | Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com> | |
11496 | ||
11497 | * config.sub: Move BeOS $os case to be with other Cygnus | |
11498 | local cases. | |
11499 | ||
11500 | Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com> | |
11501 | ||
11502 | * config.sub: Remove misplaced comment that broke Linux. | |
11503 | ||
11504 | Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com> | |
11505 | ||
11506 | * config.sub: Add BeOS support. | |
11507 | ||
11508 | Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com> | |
11509 | ||
11510 | * Makefile.in (CHECK_X11_MODULES): Don't run check-tk. | |
11511 | ||
11512 | Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com> | |
11513 | ||
11514 | * configure.in (noconfigdirs): Remove tcl and tk from | |
11515 | noconfigdirs for cygwin32 builds. | |
11516 | ||
11517 | Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com> | |
11518 | ||
11519 | * configure.in (tic80-*-*): Remove ld from noconfigdirs. | |
11520 | ||
11521 | Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com> | |
11522 | ||
11523 | * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove | |
11524 | make-all.com, use makefile.vms instead. | |
11525 | ||
11526 | Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com> | |
11527 | ||
11528 | * config.sub: Accept -lnews*. | |
11529 | ||
11530 | Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au> | |
11531 | ||
11532 | * configure.in (noconfigdirs): Disable target-newlib, | |
35590697 | 11533 | target-examples and target-libiberty for d30v. |
252b5132 RH |
11534 | |
11535 | Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | |
11536 | ||
11537 | * configure.in (noconfigdirs): Enable ld for d30v. | |
11538 | ||
11539 | Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com> | |
11540 | ||
11541 | * configure.in (tic80-*-*): Build compiler. | |
11542 | ||
11543 | Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com> | |
11544 | ||
11545 | * configure.in (d30v-*): Remove sim directory from list of | |
35590697 | 11546 | unsupported d30v directories |
252b5132 RH |
11547 | |
11548 | Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com> | |
11549 | ||
35590697 AJ |
11550 | * config.sub, configure.in: Add d30v target cpu. |
11551 | ||
252b5132 RH |
11552 | Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de> |
11553 | ||
11554 | * makefile.vms: New file. | |
11555 | * make-all.com: Remove. | |
11556 | ||
11557 | Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com> | |
11558 | ||
11559 | * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS. | |
11560 | ||
11561 | Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com> | |
11562 | ||
11563 | * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl. | |
11564 | ||
11565 | Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com> | |
11566 | ||
11567 | * Makefile.in (ALL_MODULES): Added all-db. | |
11568 | (CROSS_CHECK_MODULES): Addec check-db. | |
11569 | (INSTALL_MODULES): Added install-db. | |
11570 | (CLEAN_MODULES): Added clean-db. | |
11571 | ||
11572 | Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com> | |
11573 | ||
11574 | * config.guess: Merge with latest FSF sources. | |
11575 | ||
11576 | Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com> | |
11577 | ||
11578 | * Makefile.in (ALL_MODULES): Added all-itcl. | |
11579 | (CROSS_CHECK_MODULES): Added check-itcl. | |
11580 | (INSTALL_MODULES): Added install-itcl. | |
11581 | (CLEAN_MODULES): Added clean-itcl. | |
11582 | ||
11583 | Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com> | |
11584 | ||
11585 | * configure.in: build gdb for mn10200 | |
11586 | ||
11587 | Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com> | |
11588 | ||
11589 | * Makefile.in (all-target-winsup): Depend on all-target-libio. | |
11590 | ||
11591 | Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com> | |
11592 | ||
11593 | * configure.in (tic80-*-*): Turn off most targets right now. | |
11594 | ||
11595 | Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com> | |
11596 | ||
11597 | * Makefile.in (MAKEINFO): Check for the existence of the Makefile, | |
11598 | rather than the makeinfo program. | |
11599 | (do-info): Depend upon all-texinfo. | |
11600 | ||
11601 | Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com> | |
11602 | ||
11603 | * configure.in: Remove uses of config/mh-linux. | |
11604 | ||
11605 | * config.sub, config.guess: Merge with latest FSF sources. | |
11606 | ||
11607 | Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com> | |
11608 | ||
11609 | * config.sub (case $basic_machine): Add tic80 entries. | |
11610 | ||
11611 | Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com> | |
11612 | ||
11613 | * config.sub, config.guess: Merge with latest FSF sources. | |
11614 | ||
11615 | Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com> | |
11616 | ||
11617 | * mpw-build.in: Build ld before gcc, use NewFolderRecursive. | |
11618 | * mpw-config.in: Test for NewFolderRecursive. | |
11619 | * mpw-install: Use symbolic name for startup filename. | |
11620 | * mpw-README: Add various additional details. | |
11621 | ||
11622 | Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com> | |
11623 | ||
11624 | * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs. | |
11625 | ||
11626 | Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com) | |
11627 | ||
11628 | * configure.in: Do build gcc and the target libraries for | |
11629 | the mn10200. | |
11630 | ||
11631 | Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com> | |
11632 | ||
11633 | * configure.in: don't avoid building gdb for mn10300 any more | |
11634 | * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS | |
11635 | instead of single-quoting it. | |
11636 | ||
11637 | Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com> | |
11638 | ||
11639 | * configure.in: Don't use --with-stabs on IRIX 6. | |
11640 | ||
11641 | Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com> | |
11642 | ||
11643 | * configure.in (m32r): Build gdb, libg++ now. | |
11644 | ||
11645 | Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
11646 | ||
11647 | * configure.in (mips*-sgi-irix6*): Remove gdb and related | |
11648 | directories from noconfigdirs. | |
11649 | ||
11650 | Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com> | |
11651 | ||
11652 | * config.sub (basic_machine): added mips16 configuration | |
11653 | ||
11654 | Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
11655 | ||
11656 | * config.sub: Handle d10v-unknown. | |
11657 | ||
11658 | Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com> | |
11659 | ||
11660 | * config.sub: Handle v850-unknown. | |
11661 | ||
11662 | Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com> | |
11663 | ||
11664 | * Makefile.in: add findutils | |
11665 | * configure.in: add findutils to list of host_tools | |
11666 | ||
11667 | Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com) | |
11668 | ||
11669 | * config.sub: Handle mn10200 and mn10300. | |
11670 | ||
11671 | Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
11672 | ||
11673 | * configure.in (d10v-*): Do not build librx. | |
11674 | ||
11675 | Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com) | |
11676 | ||
11677 | * configure.in (mn10300): Build everything except gdb & libgloss. | |
11678 | ||
11679 | Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com> | |
11680 | ||
11681 | * config.guess: Patch for Dansk Data Elektronik servers, | |
11682 | from Niels Skou Olsen <nso@dde.dk>. | |
11683 | ||
11684 | For ncr, use /bin/uname rather than uname, since GNU uname does not | |
11685 | support -p. Suggested by Mark Mitchell <mmitchell@usa.net>. | |
11686 | ||
11687 | Patch for MIPS R4000 running System V, | |
11688 | from Eric S. Raymond <esr@snark.thyrsus.com>. | |
11689 | ||
11690 | Fix thinko for nextstep. | |
11691 | ||
11692 | Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn. | |
11693 | ||
11694 | Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu> | |
11695 | * config.guess: Guess mips-dec-mach_bsd4.3. | |
11696 | ||
11697 | Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com> | |
11698 | * config.guess (i?86-ncr-sysv*): Emit just enough of the minor | |
11699 | release numbers. | |
11700 | * config.guess (mips-mips-riscos*): Emit just enough of the | |
11701 | release number. | |
11702 | ||
11703 | Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com> | |
11704 | * config.guess (sparc-auspex-sunos*): Added. | |
11705 | (f300-fujitsu-*): Added. | |
11706 | ||
11707 | Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com> | |
11708 | * config.guess: Recognize a Tadpole as a sparc. | |
11709 | ||
11710 | Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu> | |
11711 | ||
11712 | * config.guess: Don't assume that NextStep version is either 2 or | |
11713 | 3. NextStep 4 (aka OpenStep 4) has come out now. | |
11714 | ||
11715 | Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu> | |
11716 | ||
11717 | * config.guess: Support Cray T90 that reports itself as "CRAY TS". | |
11718 | From Rik Faith <faith@cs.unc.edu>. | |
11719 | ||
11720 | Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> | |
11721 | ||
11722 | * config.sub: Contributions from bug-gnu-utils to: | |
11723 | Support plain "hppa" (no version given) architecture, reported by | |
11724 | OpenStep. | |
11725 | OpenBSD like NetBSD. | |
11726 | LynxOs is not a hardware supplier. | |
11727 | ||
11728 | * config.guess: Contributions from bug-gnu-utils to add support for: | |
35590697 | 11729 | OpenBSD like NetBSD. |
252b5132 RH |
11730 | Stratus systems. |
11731 | More Pyramid systems. | |
11732 | i[n>4]86 Intel chips. | |
11733 | M680[n>4]0 Motorola chips. | |
11734 | Use unknown instead of lynx for hardware manufacturer. | |
11735 | ||
11736 | Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com> | |
11737 | ||
11738 | * install.sh (chmodcmd): Set to null if the DST directory already | |
11739 | exists. | |
11740 | ||
11741 | Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
11742 | ||
11743 | * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do | |
11744 | not use mt-ppc target Makefile fragment any more. | |
11745 | ||
11746 | Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com) | |
11747 | ||
11748 | * configure.in (*-*-windows): Exclude everything but those dirs | |
11749 | needed to build windows. | |
11750 | ||
11751 | Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com> | |
11752 | ||
11753 | * Makefile.in (all-target-winsup): Depend on all-target-librx. | |
11754 | ||
11755 | Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com) | |
11756 | ||
11757 | * configure.in: Exclude mmalloc from i386-windows. | |
252b5132 RH |
11758 | |
11759 | Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com) | |
11760 | ||
11761 | * Undo my previous change. | |
11762 | ||
11763 | Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com> | |
11764 | ||
11765 | * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET | |
11766 | unconditionally. | |
11767 | (MAKEOVERRIDES): Define (revert this part of October 18 change). | |
11768 | ||
11769 | Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com) | |
11770 | ||
11771 | * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the | |
11772 | host to add it's own flags. | |
252b5132 RH |
11773 | |
11774 | Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com> | |
11775 | ||
11776 | * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET. | |
11777 | ||
11778 | Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com> | |
11779 | ||
11780 | * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile. | |
11781 | (CXX_FOR_TARGET): Likewise. | |
11782 | (GCC_FOR_TARGET): Define. | |
11783 | (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET. | |
11784 | (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether | |
11785 | CC_FOR_TARGET was specified on the command line. | |
11786 | (MAKEOVERRIDES): Don't define. | |
11787 | ||
11788 | Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com> | |
11789 | ||
11790 | * configure.in (m32r): Fix spelling of libg++ libs. | |
11791 | ||
11792 | Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com> | |
11793 | ||
11794 | * config.sub (-apple*): Remove, now redundant. | |
11795 | ||
11796 | Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com> | |
11797 | ||
11798 | * configure: Don't get confused by CPU-VENDOR-linux-gnu. | |
11799 | ||
11800 | * configure: Rework yesterday's sed script patch. | |
11801 | ||
11802 | * config.sub: Merge with FSF. | |
11803 | ||
11804 | Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com> | |
11805 | ||
11806 | * config.guess: Merge from FSF. | |
11807 | ||
11808 | 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | |
80413487 RH |
11809 | * config.guess: Use pc instead of unknown, for pc clone systems. |
11810 | Change linux to linux-gnu. | |
252b5132 RH |
11811 | |
11812 | Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
80413487 | 11813 | * config.guess: Avoid non-portable tr syntax. |
252b5132 RH |
11814 | |
11815 | Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com) | |
11816 | ||
11817 | * test-build.mk (HOLES): Add "xargs" for gdb. | |
11818 | ||
11819 | * configure: Avoid hpux10.20 sed bug. | |
11820 | ||
11821 | Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com) | |
11822 | ||
4bddf3ad | 11823 | * configure.in: Add support for windows host |
252b5132 RH |
11824 | (that is a build done under the Microsoft build environment). |
11825 | ||
11826 | Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com> | |
11827 | ||
11828 | * Makefile.in: Replace all uses of srcroot with s, to shrink | |
11829 | command line lengths. | |
11830 | ||
11831 | Patches from Geoffrey Noer <noer@cygnus.com>: | |
11832 | * configure.in: If configuring for newlib, pass --with-newlib to | |
11833 | subdirectories. | |
11834 | * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a | |
11835 | -Bnewlib/ and -Lwinsup to gcc. | |
11836 | (CXX_FOR_TARGET): Likewise. | |
11837 | ||
11838 | Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com> | |
11839 | ||
11840 | * Makefile.in (ETC_SUPPORT): Add configure. | |
11841 | ||
11842 | Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com) | |
11843 | ||
35590697 | 11844 | * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux |
252b5132 RH |
11845 | host configuration file. |
11846 | ||
11847 | Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com) | |
11848 | ||
11849 | * configure.in: Break mn10x00 support into separate | |
11850 | mn10200 and mn10300 configurations. | |
11851 | * config.sub: Likewise. | |
11852 | ||
11853 | Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com) | |
11854 | ||
11855 | * configure.in: Add lots of stuff to noconfigdirs for | |
11856 | the mn10x00 targets. | |
11857 | ||
11858 | * config.sub, configure.in: Add mn10x00 support. | |
11859 | ||
11860 | Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de> | |
11861 | ||
11862 | * make-all.com: Call conf-a-gas, not config-a-gas. | |
11863 | ||
11864 | Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk> | |
11865 | ||
11866 | * configure.in (noconfigdirs): Don't build libgloss for arm-coff | |
35590697 | 11867 | targets. |
252b5132 RH |
11868 | |
11869 | Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com> | |
11870 | ||
11871 | * mpw-README: Add much more detail for native PowerMac. | |
11872 | * mpw-install: New file. | |
11873 | * mpw-configure: Add --norecursion and --help options. | |
11874 | * mpw-config.in: Translate readme and install files when | |
11875 | copying to objdir. | |
11876 | * mpw-build.in: Don't always depend on byacc and flex. | |
11877 | (install-only-top): New action. | |
11878 | ||
11879 | Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com) | |
11880 | ||
11881 | * configure.in: You can now configure GDB for the v850. | |
11882 | ||
11883 | Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com> | |
11884 | ||
11885 | * configure.in (noconfigdirs): Don't configure any C++ dirs | |
11886 | if targeting D10V. | |
11887 | ||
11888 | Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com> | |
11889 | ||
11890 | * config.sub: Recognize mips64vr5000. | |
11891 | ||
11892 | Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com> | |
11893 | ||
11894 | * configure.in: Use a single line for host_tools and native_only. | |
11895 | ||
11896 | Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com> | |
11897 | ||
11898 | * config.sub, configure.in: Add entries for m32r. | |
11899 | ||
11900 | Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com> | |
11901 | ||
11902 | * Makefile.in (inet-install): Don't run install-gzip. | |
11903 | ||
11904 | Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com) | |
11905 | ||
11906 | * configure.in: Don't config lots of things for *-*-windows*. | |
11907 | ||
11908 | Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com> | |
11909 | ||
11910 | * mpw-config.in: Test for mpw-true, true, and null-command scripts. | |
11911 | (host_libs, host_tools): Copy from configure.in. | |
11912 | * mpw-configure: Don't complain about directories not found. | |
11913 | ||
11914 | Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
11915 | ||
11916 | * configure.in (i[345]86): Recognize i686 for pentium pro. | |
11917 | (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration | |
11918 | file. | |
11919 | ||
11920 | * config.guess (i[345]86): Ditto. | |
11921 | ||
11922 | Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | |
11923 | ||
11924 | * configure.in (noconfigdirs): Removed gdb for D10V. | |
11925 | ||
11926 | Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com) | |
11927 | ||
11928 | * configure.in: Remove ld, target-libio, target-libg++, and | |
11929 | target-libstdc++ from noconfigdirs. | |
11930 | ||
11931 | Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com> | |
11932 | ||
11933 | * configure: Fix three locations where shell scripts were | |
11934 | being run directly rather than with config_shell. | |
11935 | ||
11936 | Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com> | |
11937 | ||
11938 | * configure.in (v850-*-*): Set up initial $noconfigdirs. | |
11939 | * config.sub (basic_machine): Recognize v850. | |
11940 | ||
11941 | Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com> | |
11942 | ||
11943 | * mpw-configure: Handle multiple enable/disable options and | |
11944 | pass them down recursively, handle -c and -s flags appropriately | |
11945 | depending on choice of compiler, add escape mechanism for | |
11946 | quoted arguments to gC. | |
11947 | ||
11948 | Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
11949 | ||
11950 | * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and | |
11951 | solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS | |
11952 | so that -mrelocatable-lib and -mno-eabi are used. | |
11953 | ||
11954 | * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does | |
11955 | not support --print-multi-lib, don't abort. | |
11956 | ||
252b5132 RH |
11957 | Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de> |
11958 | ||
11959 | * make-all.com: Run config-a-gas. | |
11960 | * setup.com: Don't copy subdirectory files around. | |
11961 | ||
11962 | Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com> | |
11963 | ||
11964 | * configure.in (*-*-ose): Remove exclusion of libgloss for this | |
11965 | target, it now compiles correctly. | |
11966 | ||
11967 | Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com> | |
11968 | ||
11969 | * mpw-config.in: Generate Mac include for elf/dwarf2.h. | |
11970 | ||
11971 | Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | |
11972 | ||
35590697 | 11973 | * configure.in (d10v-*-*): Remove ld from $noconfigdirs. |
252b5132 RH |
11974 | |
11975 | Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com> | |
11976 | ||
11977 | * configure.in (native_only): Add prms. | |
11978 | ||
11979 | Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com> | |
11980 | ||
11981 | * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com. | |
11982 | (BINUTILS_SUPPORT_DIRS): Likewise. | |
11983 | ||
11984 | Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
11985 | ||
11986 | * configure.in (d10v-*-*): Don't configure ld or gdb until the | |
11987 | d10v support is added. | |
11988 | ||
11989 | Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | |
11990 | ||
11991 | * configure.in (d10v-*-*): New target. | |
11992 | ||
11993 | Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com) | |
11994 | ||
11995 | * config.guess (HP 9000/811): Recognize this as a PA1.1 | |
11996 | machine. | |
11997 | ||
11998 | Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com> | |
11999 | ||
12000 | * Makefile.in (do-tar-gz): New target, split out from tail end of | |
12001 | taz target. Run each command separately, don't use pipes. | |
12002 | (taz): Use it. | |
12003 | ||
12004 | Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com> | |
12005 | ||
12006 | * mpw-configure: Look for g-mpw-make.sed in config/mpw. | |
12007 | * mpw-build.in: No builds should depend on building byacc or flex, | |
12008 | they are assumed to be installed already. | |
12009 | ||
12010 | Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12011 | ||
12012 | * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment | |
12013 | variable that CC_FOR_TARGET needs. | |
12014 | ||
12015 | Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12016 | ||
12017 | * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib | |
12018 | options have changed since the last time the subdirectory was | |
12019 | configured, and if it has, reconfigure. | |
12020 | (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which | |
12021 | CONFIGURE_TARGET_MODULES uses to remember the old multilib options. | |
12022 | ||
12023 | Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com> | |
12024 | ||
12025 | * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES, | |
12026 | CLEAN_MODULES): Add bash. | |
12027 | (all-bash): New target. | |
12028 | ||
12029 | Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com> | |
12030 | ||
12031 | * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5. | |
12032 | ||
12033 | Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12034 | ||
12035 | * config.sub (basic_machine): Recognize d10v as a valid processor. | |
12036 | ||
12037 | Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com> | |
12038 | ||
12039 | * mpw-configure: Add support for --bindir. | |
12040 | * mpw-build.in: Use a GCC-specific build script for GCC actions. | |
12041 | ||
12042 | Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com> | |
12043 | ||
12044 | * configure.in: add bash, time, gawk to list of hosttools and things | |
12045 | to only build for native toolchains | |
12046 | ||
12047 | Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
12048 | ||
12049 | * Makefile.in (docdir): Remove. | |
12050 | ||
12051 | Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) | |
12052 | ||
12053 | * Makefile.in (datadir): Set to $(prefix)/share. | |
12054 | ||
12055 | Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com> | |
12056 | ||
12057 | * configure.in: build diff and patch for cygwin32-hosted | |
12058 | toolchains. | |
12059 | ||
12060 | Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil> | |
12061 | ||
12062 | * config.sub: Accept -rtems*. | |
12063 | ||
12064 | Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com> | |
12065 | ||
80413487 | 12066 | * configure.in: enable dosrel for cygwin32-hosted builds, |
80b200a1 ZW |
12067 | remove diff from the list of things not buildable |
12068 | via Canadian Cross | |
252b5132 RH |
12069 | |
12070 | Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com> | |
12071 | ||
12072 | * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we | |
35590697 | 12073 | don't get ". ". |
252b5132 RH |
12074 | |
12075 | Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com> | |
12076 | ||
12077 | * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately. | |
12078 | ||
12079 | Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com> | |
12080 | ||
12081 | * Makefile.in (taz): Handle case where tex3patch didn't even get | |
12082 | checked out. Also, if it was found, put the symlink in a new util | |
12083 | subdirectory. | |
12084 | ||
12085 | Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12086 | ||
12087 | * config.guess (*:Linux:*:*): Add support for PowerPC Linux. | |
12088 | ||
12089 | Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de) | |
12090 | ||
12091 | * config.sub: Recognize -openvms. | |
12092 | * configure.in (alpha*-*-*vms*): Set noconfigdirs. | |
12093 | * make-all.com, setup.com: New files. | |
12094 | ||
12095 | Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com> | |
12096 | ||
12097 | * Makefile.in (taz): tex3patch moved to texinfo/util. | |
12098 | ||
12099 | Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com> | |
12100 | ||
afb8d725 | 12101 | * configure: enable_gdbtk=no for cygwin32-hosted toolchains |
252b5132 RH |
12102 | * configure.in: remove make from disable-if-Can-Cross list |
12103 | enable gdb if ${host} and ${target} are cygwin32 | |
12104 | ||
12105 | Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com> | |
12106 | ||
12107 | * config.guess (i?86-ncr-sysv*): Emit minor release numbers. | |
12108 | Recognize the NCR 4850 machine and NCR Pentium-based platforms. | |
12109 | ||
12110 | Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu> | |
12111 | ||
12112 | * config.guess: Combine mips-mips-riscos cases, and use cpp to | |
12113 | distinguish sysv/svr4/bsd variants. | |
12114 | Based on a patch from Harlan Stenn <harlan@pfcs.com>. | |
12115 | ||
12116 | Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com> | |
12117 | ||
12118 | * configure.in: Added copyright notice. | |
12119 | * move-if-change: Added copyright notice. | |
12120 | ||
12121 | Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12122 | ||
12123 | * configure.in (powerpcle-*-solaris*): Until we get shared | |
12124 | libraries working, don't build gdb, sim, make, tcl, tk, or | |
12125 | expect. | |
12126 | ||
12127 | Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com> | |
12128 | ||
12129 | * config.guess: Merge with FSF: | |
12130 | ||
12131 | Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
12132 | * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux. | |
12133 | ||
12134 | Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | |
12135 | * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110. | |
12136 | ||
12137 | Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu> | |
12138 | * config.guess: Combine two OSF1 rules. | |
12139 | Also recognize field test versions. From mjr@zk3.dec.com. | |
12140 | * config.guess (dgux): Use /usr/bin/uname rather than uname, | |
12141 | because GNU uname does not support -p. From pmr@pajato.com. | |
12142 | ||
12143 | Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com> | |
12144 | ||
12145 | * Makefile.in (MAKEDIRS): Removed $(tooldir). | |
12146 | ||
12147 | Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com> | |
12148 | ||
12149 | * mpw-README: Document GCCIncludes. | |
12150 | ||
12151 | Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com> | |
12152 | ||
12153 | * configure.in (alpha-*-linux*): Set enable_shared to yes. | |
12154 | ||
12155 | Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com> | |
12156 | ||
12157 | * mpw-configure: Handle --enable-FOO and --disable-FOO. | |
12158 | ||
12159 | Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com> | |
12160 | ||
12161 | * configure.in (*-*-cygwin32): Configure make. | |
12162 | ||
12163 | Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com> | |
12164 | ||
12165 | * Makefile.in (inet-install): Quote value of INSTALL_MODULES. | |
12166 | ||
12167 | Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com> | |
12168 | ||
12169 | * Makefile.in (all-inet): Depend on all-perl. | |
12170 | ||
12171 | * Makefile.in (inet-install): New target. | |
12172 | ||
12173 | * Makefile.in (all-inet): Depend on all-tcl. | |
12174 | (all-inet): Depend on all-send-pr. | |
12175 | ||
12176 | Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12177 | ||
12178 | * configure.in (powerpcle-*-solaris*): Turn off tk and tcl | |
12179 | temporarily. | |
12180 | ||
12181 | Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com> | |
12182 | ||
12183 | * configure.in: Don't configure --with-gnu-ld on AIX. | |
12184 | ||
12185 | Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net> | |
12186 | ||
12187 | * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily. | |
12188 | ||
12189 | Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com> | |
12190 | ||
12191 | * Makefile.in (ALL_MODULES): Added all-inet. | |
12192 | (CROSS_CHECK_MODULES): Added check-inet. | |
12193 | (INSTALL_MODULES): Added install-inet. | |
12194 | (CLEAN_MODULES): Added clean-inet. | |
12195 | (all-indent): New target. | |
12196 | ||
12197 | * configure.in (host_tools): Added inet. | |
12198 | (native_only): Added inet. | |
12199 | (noconfigdirs): Added inet. | |
12200 | ||
12201 | Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com> | |
12202 | ||
12203 | * configure.in: Don't configure libgloss if we are not configuring | |
12204 | newlib. | |
12205 | ||
12206 | Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com> | |
12207 | ||
12208 | * configure.in: Don't configure libgloss for unsupported | |
12209 | architectures. | |
12210 | ||
12211 | Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12212 | ||
12213 | * Makefile.in (CLEAN_MODULES): Add clean-apache. | |
12214 | ||
12215 | Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com> | |
12216 | ||
12217 | * Makefile.in (ALL_MODULES): Include all-apache. | |
12218 | (CROSS_CHECK_MODULES): Include check-apache. | |
12219 | (INSTALL_MODULES): Include install-apache. | |
12220 | (all-apache): New target. | |
12221 | ||
12222 | * configure.in: Added apache everywhere perl is seen. | |
12223 | ||
12224 | Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12225 | ||
12226 | * Makefile.in: Add support for clean-{module} and | |
12227 | clean-target-{module} rules. | |
12228 | ||
12229 | Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com> | |
12230 | ||
12231 | * configure.in (*-*-ose) do not build libgloss. | |
12232 | ||
12233 | Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12234 | ||
12235 | * config.guess (prep*:SunOS:5.*:*): Turn into | |
12236 | powerpele-unknown-solaris2. | |
12237 | ||
12238 | Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com> | |
12239 | ||
12240 | * configure.in: Permit --enable-shared to specify a list of | |
12241 | directories. | |
12242 | ||
12243 | Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com) | |
12244 | ||
12245 | * configure.in (host==solaris): Pass only the first word of $CC | |
12246 | to /usr/bin/which when checking if we're using /usr/ccs/bin/cc. | |
12247 | ||
12248 | Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com) | |
12249 | ||
12250 | * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE). | |
12251 | ||
12252 | Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com> | |
12253 | ||
12254 | * Makefile.in (ALL_MODULES): Include all-perl. | |
12255 | (CROSS_CHECK_MODULES): Include check-perl. | |
12256 | (INSTALL_MODULES): Include install-perl. | |
12257 | (ALL_X11_MODULES): Include all-guile. | |
12258 | (CHECK_X11_MODULES): Include check-guile. | |
12259 | (INSTALL_X11_MODULES): Include install-guile. | |
12260 | (all-perl): New target. | |
12261 | (all-guile): New target. | |
12262 | ||
12263 | * configure.in (host_tools): Include perl and guile. | |
12264 | (native_only): Include perl and guile. | |
12265 | (noconfigdirs): Don't build guile and perl; no ports have been | |
12266 | done. | |
12267 | ||
12268 | Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au> | |
12269 | ||
80413487 RH |
12270 | * configure (--enable-*): Handle quoted option lists such as |
12271 | --enable-sim-cflags='-g0 -O' better. | |
252b5132 RH |
12272 | |
12273 | Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12274 | ||
12275 | * Makefile.in ({,inst}all-target): New rule so we can make and | |
12276 | install all of the target directories easily. | |
12277 | ||
12278 | Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
12279 | ||
12280 | * configure.in: Add missing global flag in sed substitution when | |
12281 | deleting `target-' from ${configdirs}. | |
12282 | ||
12283 | Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com> | |
12284 | ||
12285 | * Makefile.in (DO_X): Don't get confused if CC contains `=' in an | |
12286 | option. | |
12287 | ||
12288 | * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of | |
12289 | config/mh-necv4. | |
12290 | ||
12291 | * install.sh: Correct misspelling of transformbasename. | |
12292 | ||
12293 | * config.guess: Recognize mips-*-sysv*. | |
12294 | ||
12295 | Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com> | |
12296 | ||
12297 | * config.sub: Recognize mon960. | |
12298 | ||
12299 | Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com> | |
12300 | ||
12301 | * configure: Restore Canadian Cross handling of BISON and LEX, | |
12302 | removed in Feb 20 change. | |
12303 | ||
12304 | Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com> | |
12305 | ||
12306 | * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>: | |
12307 | Mention make install. Remove the old copyright date as well the | |
12308 | clumsy and rather pointless copyright on the README file. | |
12309 | ||
12310 | Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com> | |
12311 | ||
12312 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a | |
12313 | Makefile after running symlink-tree, then run `make distclean' to | |
12314 | avoid clobbering any generated files in srcdir. | |
12315 | ||
12316 | Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com> | |
12317 | ||
12318 | * configure.in (m68k-*-netbsd*): Build everything now. | |
12319 | ||
12320 | Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com> | |
12321 | ||
12322 | * Makefile.in (taz): Fix quoting. | |
12323 | ||
12324 | Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com> | |
12325 | ||
12326 | * configure.in (sparclet-*-*): Build everything now. | |
12327 | ||
12328 | Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
12329 | ||
12330 | * configure.in (m68k-*-linux*): New host. | |
12331 | ||
12332 | Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com> | |
12333 | ||
12334 | * configure: Check for bison before byacc. | |
12335 | ||
12336 | Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com) | |
12337 | ||
12338 | * Makefile.in configure: Change the way LEX and BISON/YACC are | |
12339 | set. configure now defines DEFAULT_LEX and DEFAULT_YACC by | |
12340 | searching PATH. These are used as fallbacks by Makefile.in if | |
12341 | flex/bison/byacc aren't in objdir. | |
12342 | ||
12343 | Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com> | |
12344 | ||
12345 | * Makefile.in: Make everything which depends upon all-bfd also | |
12346 | depend upon all-opcodes, in case --with-commonbfdlib is used. | |
12347 | ||
12348 | Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12349 | ||
12350 | * configure.in (host *-*-cygwin32): Don't build gdb if we are | |
12351 | building NT native compilers on Unix. | |
12352 | ||
12353 | Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com> | |
12354 | ||
12355 | * configure.in: Don't get CC from the host Makefile fragment if we | |
12356 | can find gcc in PATH, or if this is a Canadian Cross. Move the | |
12357 | Solaris test for /usr/ucb/cc to the post target script, just after | |
12358 | the compiler sanity test. | |
12359 | ||
12360 | Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com> | |
12361 | ||
12362 | * config.sub: Merge with FSF. | |
12363 | ||
12364 | Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com> | |
12365 | ||
12366 | * Makefile.in (RPATH_ENVVAR): New variable. | |
12367 | (REALLY_SET_LIB_PATH): Use it. | |
12368 | * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH. | |
12369 | ||
12370 | Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com> | |
12371 | ||
12372 | * config.sub, configure.in: Recognize sparclet cpu. | |
12373 | ||
12374 | Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de> | |
12375 | ||
12376 | * config.guess: Support m68k-cbm-sysv4. | |
12377 | ||
12378 | Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
12379 | ||
12380 | * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and | |
12381 | m68k-unknown-linuxaout from linker help string. Put quotes around | |
12382 | $ld_help_string. | |
12383 | ||
12384 | Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com> | |
12385 | ||
12386 | * config.guess (powerpc-harris-powerunix): Add guess for port | |
12387 | to new target. | |
12388 | ||
12389 | Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com> | |
12390 | ||
12391 | * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version. | |
12392 | ||
12393 | Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com> | |
12394 | ||
12395 | * configure.in: If --enable-shared was used, set SET_LIB_PATH to | |
12396 | $(REALLY_SET_LIB_PATH) in Makefile. | |
12397 | * Makefile.in (SET_LIB_PATH): New variable. | |
12398 | (REALLY_SET_LIB_PATH): New variable. | |
12399 | ($(DO_X)): Use $(SET_LIB_PATH). | |
12400 | (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise. | |
12401 | ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise. | |
12402 | ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise. | |
12403 | ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise. | |
12404 | ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise. | |
12405 | ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise. | |
12406 | (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise. | |
12407 | (install-dosrel): Likewise. | |
12408 | (all-opcodes): Depend upon all-libiberty. | |
12409 | ||
12410 | Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com> | |
12411 | ||
12412 | * config.guess (*:CYGWIN*): New | |
12413 | ||
12414 | Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12415 | ||
12416 | * Makefile.in (all-target-winsup): All all-target-libiberty. | |
12417 | ||
12418 | Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com> | |
12419 | ||
12420 | * configure.in (noconfigdirs): Add missing # in front of comment. | |
12421 | ||
12422 | Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com> | |
12423 | ||
12424 | * configure.in: add second pass to things added to noconfigdirs | |
12425 | so *-gm-magic can exclude libgloss properly. | |
12426 | ||
12427 | Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com> | |
12428 | ||
12429 | * mpw-configure (extralibs_name, rez_name): Set correctly | |
12430 | for MWC68K compiler. | |
12431 | ||
12432 | * mpw-README: Add more info on the necessary build tools. | |
12433 | ||
12434 | Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com> | |
12435 | ||
12436 | * configure.in, config.sub: Recognize cygwin32. | |
12437 | ||
12438 | Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu> | |
12439 | ||
12440 | * config.guess, config.sub: Recognize A/UX. | |
12441 | ||
12442 | Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com> | |
12443 | ||
12444 | * config.sub: Merge with gcc/config.sub. | |
12445 | ||
12446 | Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com> | |
12447 | ||
12448 | * mpw-build.in (do-binutils): Add build of stamps. | |
12449 | ||
12450 | Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk> | |
12451 | ||
12452 | * config.sub: Add recognition for mips64vr4100*-* targets. | |
12453 | ||
12454 | Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com> | |
12455 | ||
12456 | * test-build.mk: Add checking of `hpux9' rather than just `hpux'. | |
12457 | Add creation of gconfigargs with `--enable-shared' turned on. | |
12458 | ($(host)-stamp-stage2-configured): Pass $(gconfigargs). | |
12459 | ($(host)-stamp-stage3-configured): Likewise. | |
12460 | (HOLES): Add chatr and ldd. | |
12461 | (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS. | |
12462 | ||
12463 | Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se> | |
12464 | ||
12465 | * configure: Pass --nfp to recursive configures. | |
12466 | ||
12467 | Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com> | |
12468 | ||
12469 | * Makefile.in (DLLTOOL): New. | |
12470 | (DLLTOOL_FOR_TARGET): New. | |
12471 | (EXTRA_HOST_FLAGS): Pass down DLLTOOL. | |
12472 | (EXTRA_TARGET_FLAGS): Ditto. | |
12473 | (EXTRA_GCC_FLAGS): Ditto. | |
12474 | (CONFIGURE_TARGET_MODULES): Ditto. | |
12475 | (DO_X): Ditto. | |
12476 | * configure: Add DLLTOOL. | |
12477 | ||
12478 | Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com> | |
12479 | ||
12480 | SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>: | |
12481 | * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of | |
12482 | mh-sco, since old workarounds no longer needed, and don't | |
12483 | build ld, since libraries have weak symbols in COFF. | |
12484 | ||
12485 | Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com> | |
12486 | ||
12487 | * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'. | |
12488 | ||
12489 | Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com> | |
12490 | ||
12491 | * configure.in: Make sure that ${CC} can be used to compile an | |
12492 | executable. | |
12493 | ||
afb8d725 JM |
12494 | Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net> |
12495 | ||
12496 | * Makefile.in (all-gdb): Depend on $(GDB_TK). | |
12497 | * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or | |
12498 | nothing depending on whether gdbtk is being built. | |
12499 | ||
252b5132 RH |
12500 | Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com> |
12501 | ||
12502 | * Makefile.in (newlib.tar.gz): Delete building of newlib's info files. | |
12503 | ||
12504 | Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com> | |
12505 | ||
12506 | * configure.in (noconfigdirs): Put ld or gas in this early, if the | |
12507 | user specifically used --with-gnu-ld=no or --with-gnu-as=no. | |
12508 | ||
12509 | Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com> | |
12510 | ||
12511 | * config-ml.in: Add support for | |
12512 | --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*. | |
12513 | Simplify setting of multidirs from --disable-foo. | |
12514 | ||
12515 | Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
12516 | ||
12517 | * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables | |
12518 | LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST, | |
12519 | LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are | |
35590697 | 12520 | non-empty, pass them on to the GCC make. |
252b5132 RH |
12521 | (all-bootstrap): New rule that is like all-gcc, except it executes |
12522 | the GCC bootstrap rule instead of the GCC all rule. | |
12523 | ||
12524 | Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com> | |
12525 | ||
12526 | * config-ml.in (ml_realsrcdir): New, to account for ${subdir}. | |
12527 | ||
12528 | Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
12529 | ||
12530 | * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium | |
12531 | DG/UX support. | |
12532 | ||
12533 | Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com> | |
12534 | ||
12535 | * config.sub (i*86*) Change [345] to [3456] | |
12536 | ||
12537 | Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com> | |
12538 | ||
12539 | * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or | |
12540 | --with-gnu-ld=no. | |
12541 | ||
12542 | Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
12543 | ||
12544 | * config-ml.in (rs6000*, powerpc*): Add switches to control which | |
12545 | AIX multilibs get built. | |
12546 | ||
12547 | Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12548 | ||
12549 | * configure.in (i386-win32): Don't build expect if we're not | |
12550 | building the tcl subdir. | |
12551 | ||
12552 | Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12553 | ||
12554 | * Makefile.in: (configure-target-examples, all-target-examples): | |
12555 | New targets, configure and build example programs. | |
12556 | ||
12557 | Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12558 | ||
12559 | * mpw-configure: If an mpw-config.in generated a file mk.sed, | |
12560 | use it as input to sedit the generated MPW makefile. | |
12561 | * mpw-README: Add a suggestion about Gestalt.h. | |
12562 | ||
12563 | Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com> | |
12564 | ||
12565 | * config.sub: Accept *-*-ieee*. | |
12566 | ||
12567 | Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com> | |
12568 | ||
12569 | * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From | |
12570 | Ronald F. Guilmette <rfg@monkeys.com>. | |
12571 | ||
12572 | Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12573 | ||
12574 | * configure.in (host==powerpc-pe): Add many directories to noconfigdirs | |
12575 | for powerpc-pe native. | |
12576 | (target==i386-win32): add tcl, make to noconfigdirs if canadian cross. | |
12577 | (target==powerpc-pe): duplicate i386-win32 entry. | |
12578 | ||
12579 | Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com> | |
12580 | ||
12581 | * configure.in (noconfigdirs): Exclude target-newlib for all versions | |
12582 | of vxworks, not just vxworks5.1. | |
12583 | ||
12584 | Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12585 | ||
12586 | * mpw-configure: Add support for exec-prefix. | |
12587 | ||
12588 | Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
12589 | ||
12590 | * config.guess: Recognize HP model 816 machines as having | |
12591 | a PA1.1 processor. | |
12592 | ||
12593 | Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com> | |
12594 | ||
12595 | * configure: Ignore new autoconf configure options. | |
12596 | ||
252b5132 RH |
12597 | Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu> |
12598 | ||
12599 | * config.guess: Recognize Pentium under SCO. | |
12600 | From Robert Lipe <robertl@arnet.com>. | |
12601 | ||
12602 | Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
12603 | ||
12604 | * configure.in (noconfigdirs): Disable target-libio on v810-*-*. | |
252b5132 RH |
12605 | |
12606 | Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com> | |
12607 | ||
12608 | * configure.in: Don't configure gas for alpha-dec-osf*. | |
12609 | ||
12610 | Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com> | |
12611 | ||
12612 | * configure.in: Default to --with-stabs for some targets for which | |
12613 | it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and | |
12614 | i[345]86*-*-unixware*. | |
12615 | ||
12616 | Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com> | |
12617 | ||
12618 | * config-ml.in: Get list of multidirs using gcc --print-multi-lib | |
12619 | rather than basing it on the target. Simplify handling of options | |
12620 | controlling which directories to configure. Remove extraneous | |
12621 | slash in multi-clean target. | |
12622 | ||
12623 | Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com> | |
12624 | ||
12625 | * config-ml.in: Prefix more variables with ml_ so they don't collide | |
12626 | with configure's. | |
12627 | ||
12628 | Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com> | |
12629 | ||
12630 | * configure: Don't turn -v into --v. | |
12631 | ||
12632 | Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com> | |
12633 | ||
12634 | * configure.in (targargs): Fix typo. | |
12635 | ||
12636 | * Makefile.in (DEVO_SUPPORT): Add symlink-tree. | |
12637 | ||
12638 | Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com> | |
12639 | ||
12640 | * configure.in: Strip --host and --target options from | |
12641 | CONFIG_ARGUMENTS, and always configure for --host only. Add | |
12642 | --with-cross-host option when building with a cross-compiler. | |
12643 | * configure: Canonicalize the arguments put into config.status by | |
12644 | always using `=' for an option with an argument. Pass a presumed | |
12645 | --host or --target explicitly. | |
12646 | ||
12647 | Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12648 | ||
12649 | * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases | |
12650 | into general OS recognition case. | |
12651 | ||
12652 | Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12653 | ||
12654 | * configure.in (target_configdirs): add target-winsup only | |
12655 | for win32 target systems. | |
12656 | ||
12657 | Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com> | |
12658 | ||
12659 | * Makefile.in (all-target-libgloss): Depend upon | |
12660 | configure-target-newlib, since when libgloss is built it looks to | |
12661 | see if the newlib directory exists. | |
12662 | ||
12663 | Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com> | |
12664 | ||
12665 | * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of | |
12666 | cfg-ml-*.in. | |
12667 | ||
12668 | Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com> | |
12669 | ||
12670 | * configure: Handle LD and LD_FOR_TARGET when configuring a | |
12671 | Canadian Cross. | |
12672 | ||
252b5132 RH |
12673 | Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
12674 | ||
12675 | * configure.in (target_libs): add target-winsup. | |
12676 | (target==i386-win32): add patch diff flex make to $noconfigdirs. | |
12677 | (target==ppcle-pe): remove ld from $noconfigdirs. | |
12678 | ||
12679 | Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com> | |
12680 | ||
12681 | * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir. | |
12682 | Preserve relative path names in $srcdir. Build symlink tree if | |
12683 | configuring cross target dir and srcdir=. (= no VPATH support). | |
12684 | (configure-target-libg++): Depend on configure-target-librx. | |
12685 | * cfg-ml-com.in, cfg-ml-pos.in: Deleted. | |
12686 | * config-ml.in: New file. | |
12687 | * symlink-tree: New file. | |
12688 | * configure: Ensure srcdir="." if that's what it is. | |
12689 | ||
12690 | Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12691 | ||
12692 | * mpw-README: Clarify some phrasing, add notes about CodeWarrior | |
12693 | includes and FLEX_SKELETON setting. | |
12694 | * mpw-configure (--with-gnu-ld): New option, controls whether | |
12695 | to use PPCLink or ld with PowerMac GCC. | |
12696 | * mpw-build.in (all-grez, do-grez, install-grez): New targets. | |
12697 | * mpw-config.in: Configure grez if targeting Mac. | |
12698 | ||
12699 | * config.sub: Accept pmac and pmac-mpw as names for PowerMacs, | |
35590697 AJ |
12700 | accept mpw and mac-mpw as names for m68k Macs, change macos7 to |
12701 | just macos. | |
252b5132 RH |
12702 | * configure.in: Configure grez resource compiler if targeting Mac. |
12703 | * Makefile.in (all-grez, install-grez): New targets. | |
12704 | ||
12705 | Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com> | |
12706 | ||
12707 | * configure: CXX defaults to gcc, not g++. If we find | |
35590697 | 12708 | gcc in the path, set CC to gcc -O2. |
252b5132 RH |
12709 | |
12710 | Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com> | |
12711 | ||
12712 | * configure: Default ${build} correctly. Avoid picking up extra | |
12713 | spaces when reading CC and CXX from Makefile. When doing a | |
12714 | Canadian Cross, use plausible default values for numerous | |
12715 | variables. | |
12716 | * configure.in: When doing a Canadian Cross, don't try to | |
12717 | configure tools whose configure script can't handle it. | |
12718 | ||
12719 | Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com> | |
12720 | ||
12721 | * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs. | |
12722 | ||
12723 | Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12724 | ||
12725 | * configure: Remove dubious bug reporting address. | |
12726 | ||
12727 | Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12728 | ||
12729 | * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has | |
12730 | configure script, run that instead of this directory's configure. | |
12731 | In either case, print a message that we're configuring the sub-dir. | |
12732 | ||
12733 | Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12734 | ||
12735 | * configure.in: Before checking for the existence of various files, | |
12736 | use sed to filter out "target-". | |
12737 | ||
12738 | Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com> | |
12739 | ||
12740 | * Makefile.in (DO_X): Split rule to decrease command line length | |
12741 | for systems with small ARG_MAX values. From phdm@info.ucl.ac.be | |
12742 | (Philippe De Muyter). | |
12743 | ||
12744 | Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12745 | ||
12746 | * Makefile.in (all-patch): depend on all-libiberty. | |
12747 | ||
12748 | Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com> | |
12749 | ||
12750 | * configure.in: If the only directory in target_configdirs which | |
12751 | actually exists is libiberty, then set target_configdirs to empty, | |
12752 | to avoid trying to build a target libiberty in a gas or gdb | |
12753 | distribution. | |
12754 | ||
12755 | Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com> | |
12756 | ||
12757 | * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead | |
35590697 AJ |
12758 | of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 |
12759 | systems. | |
252b5132 RH |
12760 | |
12761 | Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com> | |
12762 | ||
12763 | * configure.in (copy_dirs): Use sys-include instead of include | |
12764 | for --with-headers option. | |
12765 | ||
12766 | Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com> | |
12767 | ||
12768 | * Makefile.in, configure.in: Make winsup builds work with | |
12769 | new scheme. | |
12770 | ||
12771 | Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com> | |
12772 | ||
12773 | * configure.in: Build the linker on AIX. | |
12774 | ||
12775 | Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12776 | ||
12777 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR) | |
12778 | where needed. | |
12779 | ||
12780 | Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com> | |
12781 | ||
12782 | * Makefile.in (all-gcc): Fix typo. | |
12783 | ||
12784 | Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12785 | ||
12786 | * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo. | |
12787 | ||
12788 | Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12789 | ||
12790 | * configure.in: Rename libFOO to target-libFOO, and xiberty | |
12791 | to target-xiberty, to provide more flexibility. | |
12792 | (target_subdir): Define. Create if cross. | |
12793 | Set TARGET_SUBDIR in Makefile to ${target_subdir}. | |
12794 | * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty | |
12795 | -> all-target-libiberty, configure-libFOO -> configure-target-libFOO, | |
12796 | check-libFOO -> check-target-libFOO, etc. | |
12797 | ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS. | |
12798 | ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES), | |
12799 | $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly. | |
12800 | (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to | |
12801 | allow ALL_GCC="" to only configure. | |
12802 | (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in. | |
12803 | (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly. | |
12804 | (LIBGXX_SUPPORT_DIRS): Remove xiberty. | |
12805 | ||
12806 | Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com> | |
12807 | ||
12808 | * Makefile.in (taz): Build "info" in etc explicitly. | |
12809 | ||
12810 | Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com) | |
12811 | ||
12812 | * configure.in: Make sure that CC is undefined (as opposed to | |
12813 | null) if toplevel/config/mh-{host} doesn't define it. Fixes a | |
12814 | problem with autoconf trying to configure on a host without GCC. | |
12815 | ||
12816 | Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12817 | ||
12818 | * mpw-configure: Set host alias from choice of host compiler, | |
12819 | only use generic MPW Makefile sed if present, edit a file | |
12820 | named "hacked_Makefile.in" instead of "Makefile.in" if present. | |
12821 | * mpw-README: Add problem notes about CW6 and CW7. | |
12822 | ||
12823 | Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com> | |
12824 | ||
12825 | * Makefile.in (taz): Use ";" instead of ";;". | |
12826 | ||
12827 | Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12828 | ||
12829 | * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in | |
12830 | sub-directory Makefiles, instead of using DISTSTUFFDIRS and | |
12831 | DISTDOCDIRS. | |
12832 | (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used. | |
12833 | (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make. | |
12834 | ||
12835 | Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
12836 | ||
12837 | * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb | |
12838 | and gnats, because they are now subsumed by DISTSTUFFDIRS. | |
12839 | Move bfd to DISTSTUFFDIRS. | |
12840 | ||
12841 | Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12842 | ||
12843 | * Makefile.in (X11_LIB): Removed. | |
12844 | (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS. | |
12845 | ||
12846 | * configure.in (host_makefile_frag): mh-aix & mh-sun removed. | |
12847 | ||
12848 | Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
12849 | ||
12850 | * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory | |
12851 | names. | |
12852 | ||
12853 | Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
12854 | ||
12855 | * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients. | |
12856 | ||
12857 | Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com> | |
12858 | ||
12859 | * configure.in (i[345]86-*-win32): Always build newlib. | |
12860 | Don't configure cvs, autoconf or texinfo. | |
12861 | * Makefile.in (LD_FOR_TARGET): New. | |
12862 | (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES): | |
12863 | Pass down LD_FOR_TARGET. | |
12864 | ||
12865 | Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com> | |
12866 | ||
12867 | * winsup: New directory. | |
12868 | * Makefile.in: Build winsup. | |
12869 | * configure.in: Winsup is configured when target is win32. | |
12870 | Can only build win32 target GDB when native. | |
35590697 | 12871 | |
252b5132 RH |
12872 | Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com) |
12873 | ||
12874 | * config.guess: Recognize HP model 819 machines as having | |
12875 | a PA 1.1 processor. | |
12876 | ||
12877 | Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com> | |
12878 | ||
12879 | * configure: Fix sed loop which substitutes for CC and CXX to | |
12880 | avoid bug found in various sed implementations. | |
12881 | ||
12882 | Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
12883 | ||
12884 | * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for | |
12885 | simulator. Use standard powerpc-*-eabi*. | |
12886 | ||
12887 | Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com> | |
12888 | ||
12889 | * configure.in: Stop putting gas and binutils in noconfigdirs for | |
12890 | powerpc-*-aix* and rs6000-*-*. | |
12891 | ||
12892 | Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com> | |
12893 | ||
12894 | * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building | |
12895 | -mcall-aixdesc libraries. | |
12896 | ||
12897 | Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com> | |
12898 | ||
12899 | Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | |
12900 | ||
12901 | * config.sub (arm | armel | armeb): Fix shell syntax. | |
12902 | ||
12903 | Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
12904 | ||
12905 | * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for | |
12906 | -msoft-float and -mcpu=common support. | |
12907 | (powerpc*-*-eabisim*): Add support for building -mcall-aix | |
12908 | libraries. | |
12909 | ||
12910 | Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com> | |
12911 | ||
12912 | * configure.in: Allow configuration and build of emacs19 for the alpha. | |
12913 | ||
12914 | Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12915 | ||
12916 | * configure.in (CC): Get ^CC, not just any old CC, from | |
12917 | ${host_makefile_frag}. | |
12918 | ||
12919 | Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12920 | ||
35590697 | 12921 | * configure.in (CC): Try to get CC from |
252b5132 RH |
12922 | ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}. |
12923 | ||
12924 | Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12925 | ||
12926 | * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs | |
12927 | only if it exists in $(srcdir). | |
12928 | ||
12929 | Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com> | |
12930 | ||
12931 | * configure: If CC and CXX are not set in the environment, set | |
12932 | them, based on either an existing Makefile or on searching for gcc | |
12933 | in PATH. Substitute for CC and CXX in Makefile. | |
12934 | * configure.in: Remove libm from target_libs. Separate | |
12935 | target_configdirs from configdirs. If CC is not set in | |
12936 | environment, try to get it from a host Makefile fragment. Rewrite | |
12937 | changes of configdirs to use skipdirs instead. A few minor | |
12938 | tweaks. Take directories out of target_configdirs as they are | |
12939 | taken out of configdirs. Remove existing Makefile files from | |
12940 | subdirectories. Substitute for TARGET_CONFIGDIRS and | |
12941 | CONFIG_ARGUMENTS in Makefile. | |
12942 | * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set | |
12943 | by configure.in. | |
12944 | (CONFIG_ARGUMENTS): Likewise. | |
12945 | (CONFIGURE_TARGET_MODULES): New variable. | |
12946 | ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS. | |
12947 | ($(CONFIGURE_TARGET_MODULES)): New target. | |
12948 | (configure-libg++, configure-libio): New targets. | |
12949 | (all-libg++): Depend upon configure-libg++. | |
12950 | (all-libio): Depend upon configure-libio. | |
12951 | (configure-libgloss, all-libgloss): New targets. | |
12952 | (configure-libstdc++): New target. | |
12953 | (all-libstdc++): Depend upon configure-libstdc++. | |
12954 | (configure-librx, all-librx): New targets. | |
12955 | (configure-newlib): New target. | |
12956 | (all-newlib): Depend upon configure-newlib | |
12957 | (configure-xiberty): New target. | |
12958 | (all-xiberty): Depend upon configure-xiberty. | |
12959 | ||
12960 | Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
12961 | ||
12962 | * configure.in (host i[345]86-*-win32): Expand the | |
12963 | noconfigdirs again. | |
12964 | ||
12965 | Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12966 | ||
12967 | * mpw-configure: Fix sed command file name. | |
12968 | ||
12969 | Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com> | |
12970 | ||
35590697 | 12971 | * configure.in (host i[345]86-*-win32): Reduce the |
252b5132 RH |
12972 | noconfigdirs again. |
12973 | ||
12974 | Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com> | |
12975 | ||
12976 | * configure.in: Don't configure ld and gdb for powerpc*-*-winnt* | |
12977 | or powerpc*-*-pe*, since they are not yet supported. | |
12978 | ||
12979 | Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com> | |
12980 | ||
12981 | Add PowerMac support and many other enhancements. | |
12982 | * mpw-configure: New option --cc to select compiler to use, | |
12983 | paste options set according to --cc into the generated | |
12984 | Makefile, generate the Makefile by sed'ing the Unix Makefile.in | |
12985 | if mpw-make.sed is present. | |
12986 | * mpw-config.in: Don't test for gC1, test for mpw-touch, | |
12987 | add forward includes for PowerPC include files. | |
12988 | * mpw-build.in: Build using Makefile.PPC if present. | |
12989 | (do-byacc, etc): Remove separate version resource builds. | |
12990 | (do-gas): Build "stamps" before "all". | |
12991 | (do-gcc): Build "stamps-h" and "stamps-c" before "all". | |
12992 | * mpw-README: Update to reflect --cc option, PowerMac support, | |
12993 | and recently-reported compatibility problems. | |
12994 | ||
12995 | Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com> | |
12996 | ||
12997 | * cfg-ml-com.in (m68*-*-*): Only build multilibs for | |
12998 | embedded m68k systems (-aout, -coff, -elf, -vxworks). | |
12999 | (--with-multilib-top): Pass to recursive invocations. | |
13000 | ||
13001 | Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com> | |
13002 | ||
13003 | * configure.in (noconfigdirs): Disable libg++ and libstdc++ on | |
13004 | v810-*-*. | |
13005 | ||
13006 | Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
13007 | ||
13008 | * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc, | |
13009 | gdb, ld and opcodes on v810-*-*. | |
13010 | ||
252b5132 RH |
13011 | Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com> |
13012 | ||
13013 | * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean. | |
13014 | (local-maintainer-clean): New target. | |
13015 | (maintainer-clean): New target. | |
13016 | (realclean): Just depend upon maintainer-clean. | |
13017 | ||
13018 | Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
13019 | ||
13020 | * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*. | |
13021 | ||
13022 | Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com> | |
13023 | ||
13024 | * configure.in: Build ld in mips*-*-bsd* case. | |
13025 | ||
13026 | Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com> | |
13027 | ||
13028 | * config.sub: Accept -lites* OS. From Ian Dall. | |
13029 | ||
13030 | Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com> | |
13031 | ||
13032 | * config.sub: recognise mips64vr4300 and mips64vr4300el as valid | |
35590697 | 13033 | targets. |
252b5132 RH |
13034 | |
13035 | Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
13036 | ||
13037 | * configure.in: treat i386-win32 canadian cross the same as | |
13038 | i386-go32 canadian cross. | |
13039 | ||
13040 | Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
13041 | ||
13042 | * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC | |
13043 | running under the simulator to build a reduced set of libraries. | |
13044 | (powerpc-*-eabiaix): Add fine grained multilib support added to | |
13045 | other powerpc targets yesterday. | |
13046 | ||
13047 | Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
13048 | ||
13049 | * cfg-ml-com.in (powerpc*): Add support for -disable-biendian, | |
13050 | -disable-softfloat, -disable-relocatable, -disable-aix, and | |
13051 | -disable-sysv to control which multilib libraries get built. | |
13052 | ||
13053 | Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> | |
13054 | ||
13055 | * configure: Add Makefile.tem to list of files to remove in trap | |
13056 | handler. | |
13057 | ||
13058 | Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
13059 | ||
13060 | * config.guess (*Linux*): Add missing "exit"s. | |
13061 | Also, need specific check for alpha-unknown-linux (uses COFF). | |
13062 | ||
13063 | Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
13064 | ||
13065 | * config.guess: Merge with FSF: | |
13066 | ||
13067 | Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu> | |
13068 | * config.guess (AIX4): More robust release numbering discovery. | |
13069 | ||
13070 | Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov) | |
13071 | * config.guess (i386-sequent-ptx): Properly get version number. | |
13072 | ||
13073 | Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de) | |
13074 | * config.guess (mips:*:4*:UMIPS): New case. | |
13075 | ||
13076 | Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com> | |
13077 | ||
13078 | * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu). | |
13079 | (i386-win32 host): Likewise. Don't build readline. | |
13080 | ||
afb8d725 JM |
13081 | Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com> |
13082 | ||
13083 | * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of | |
13084 | SUPPORT_FILES to submakes. | |
13085 | ||
252b5132 RH |
13086 | Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com> |
13087 | ||
13088 | * Makefile.in (GDB_SUPPORT_DIRS): Add utils. | |
13089 | (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and | |
13090 | mpw-configure. | |
13091 | ||
13092 | Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com> | |
13093 | ||
13094 | * configure.in (appdirs): Use =, not ==, in test expression when | |
13095 | trying to build the text to print in the warning message for | |
13096 | Solaris users. | |
13097 | ||
13098 | Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com> | |
13099 | ||
13100 | * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build. | |
13101 | ||
13102 | Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
13103 | ||
13104 | * config.guess: Recognize lynx-2.3. | |
13105 | ||
13106 | Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com> | |
13107 | ||
13108 | * config.sub (z8ksim): Deleted | |
13109 | (z8k-*-coff): New, this is the one true name of the target. | |
13110 | ||
13111 | Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com> | |
13112 | ||
13113 | * cfg-ml-pos.in (dotdot): Work around SunOS sed bug. | |
13114 | ||
13115 | Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com) | |
13116 | ||
13117 | * config.guess (*:Linux:*:*): First try asking the linker what the | |
13118 | default object file format is (elf, aout, or coff). Then if this | |
13119 | fails, try previous methods. | |
13120 | ||
13121 | Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
13122 | ||
13123 | * configure.in: Don't build newlib for *-*-vxworks5.1. | |
13124 | ||
13125 | Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com> | |
13126 | ||
13127 | * configure.in: Don't build newlib for a29k-*-vxworks5.1. | |
13128 | * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1. | |
13129 | ||
13130 | Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com> | |
13131 | ||
13132 | * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.". | |
13133 | ||
13134 | Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com> | |
13135 | ||
13136 | * cfg-ml-com.in: New file. | |
13137 | * cfg-ml-pos.in: New file. | |
13138 | ||
13139 | Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com> | |
13140 | ||
13141 | * COPYING.NEWLIB: Add HP free copyright to list. | |
13142 | ||
13143 | Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com> | |
13144 | ||
13145 | * config.sub: Recognize -eabi* for the system, not just -eabi. | |
13146 | ||
13147 | Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com> | |
13148 | ||
13149 | * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down. | |
13150 | * config.sub, configure.in (win32): New target and host. | |
13151 | ||
13152 | Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com> | |
13153 | ||
13154 | * configure.in: Add i386-pe configuration. | |
13155 | ||
13156 | Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com> | |
13157 | ||
13158 | * mpw-build.in (install): Install GDB after LD. | |
13159 | ||
13160 | Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com> | |
13161 | ||
13162 | * mpw-config.in (elf/mips.h): Always forward-include, needed | |
13163 | for GDB to build. | |
13164 | ||
13165 | Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com> | |
13166 | ||
13167 | * testsuite: New directory for customer acceptance and whole tool | |
13168 | chain tests. | |
13169 | ||
13170 | Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com> | |
13171 | ||
13172 | * configure: If per-host line isn't found, but AC_OUTPUT is found | |
13173 | and a configure script exists, run it instead. | |
13174 | ||
13175 | Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
13176 | ||
13177 | * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays. | |
13178 | ||
13179 | Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com> | |
13180 | ||
13181 | * configure: Set build_{cpu,vendor,os,alias} to host values when | |
13182 | --build isn't specified. | |
13183 | ||
13184 | Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
13185 | ||
13186 | * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros. | |
13187 | (FLAGS_TO_PASS): Pass them. | |
13188 | (EXTRA_TARGET_FLAGS): Ditto. | |
13189 | ||
252b5132 RH |
13190 | Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com> |
13191 | ||
13192 | * Makefile.in (all-libg++): Depend on all-libstdc++. | |
13193 | ||
13194 | Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
13195 | ||
13196 | * configure.in (noconfigdirs): Enable all packages for | |
13197 | i386-unknown-netbsd. | |
13198 | ||
13199 | Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com> | |
13200 | ||
13201 | * configure.in (noconfigdirs): Don't configure tk for i386-go32 | |
13202 | hosted builds (DOS builds) | |
13203 | ||
13204 | Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> | |
13205 | ||
13206 | Changes for ARM based on patches from Richard Earnshaw: | |
13207 | * config.sub: Handle armeb and armel. | |
13208 | * configure.in: Omit arm linker only for riscix. | |
13209 | ||
13210 | Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
13211 | ||
13212 | * config.guess: Update from FSF. | |
13213 | ||
13214 | Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com> | |
13215 | ||
13216 | * config.sub: Recognize powerpcle as the little endian varient of | |
13217 | the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a | |
13218 | powerpcle variant. Convert pentium into i586, not i486. Add p5 | |
13219 | alias for i586. Map new x86 variants p6, k5, nexgen into i586 | |
13220 | temporarily. | |
13221 | ||
13222 | Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu) | |
13223 | ||
13224 | * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*. | |
13225 | ||
13226 | Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu) | |
13227 | ||
13228 | * config.sub: Accept -lites* as a basic system type. | |
13229 | ||
13230 | Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com) | |
13231 | ||
13232 | * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is | |
13233 | installed, and if so return linuxoldld as the system name. | |
13234 | ||
13235 | Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu) | |
13236 | ||
13237 | * config.guess: Add hppa1.1-hp-lites support. | |
13238 | ||
13239 | Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com> | |
13240 | ||
13241 | * configure.in: Don't build newlib for m68k-vxworks5.1. | |
13242 | ||
13243 | Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com> | |
13244 | ||
13245 | * configure.in (mips-sgi-irix6): Use mh-irix5. | |
13246 | ||
13247 | Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com> | |
13248 | ||
13249 | * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test). | |
13250 | ||
13251 | Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
13252 | ||
13253 | * test-build.mk: Enable building of shared libraries on IRIX 5 and | |
80413487 | 13254 | OSF/1. Fix compiler flags. |
252b5132 RH |
13255 | * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags. |
13256 | ||
13257 | Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com> | |
13258 | ||
13259 | * configure.in: Recognize --with-newlib. | |
13260 | (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target. | |
13261 | ||
afb8d725 JM |
13262 | Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com) |
13263 | ||
13264 | * Makefile.in: move {all,check,install}-gdb from *_MODULES | |
13265 | to *_X11_MODULES due to gdbtk needing X include files et al. | |
13266 | ||
252b5132 RH |
13267 | Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com> |
13268 | ||
13269 | Merge in support for Mac MPW as a host. | |
13270 | (Old change descriptions retained for informational value.) | |
13271 | ||
13272 | * mpw-config.in: Add generic include forwards for cpu-specific | |
13273 | include files in aout and elf directories. | |
13274 | ||
13275 | * mpw-configure: Added copyright. | |
13276 | * mpw-config.in: Check for presence of required build tools. | |
13277 | (target_libs): Add newlib. | |
13278 | (target_tools): Add examples. | |
13279 | (Read Me): Generate as "Read Me for MPW" instead. | |
13280 | * mpw-build.in: Base sub-builds on all-foo instead of do-foo. | |
13281 | (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions. | |
13282 | (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first. | |
13283 | ||
13284 | * mpw-configure: Remove subdir-specific makefile hackery, | |
13285 | delete mk.tmp after using it. | |
13286 | ||
13287 | * mpw-build.in (all): Display start and end times. | |
13288 | ||
13289 | * mpw-configure (host_canonical): Set. | |
13290 | (target_cpu): Always add to makefiles. | |
13291 | (ARCHDEFS, EMUL): Add to makefile only if nonempty. | |
13292 | (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile. | |
13293 | (mpw-mh-mpw): Look for in srcdir and srcroot. | |
13294 | Use sed instead of mpw-edit-prefix to edit prefix definitions. | |
13295 | ||
13296 | * mpw-build.in: (install-only): New target. | |
13297 | ||
13298 | * mpw-configure (host_alias, target_alias): Rename from hostalias | |
13299 | and targetalias, add into generated Makefile. | |
13300 | (mk.tmp): If present, add into generated Makefile. | |
13301 | * mpw-build.in (all-gas): Build config.h first before gas proper. | |
13302 | ||
13303 | * mpw-configure (config.status): Write only if changed. | |
13304 | * mpw-config.in (readline): Configure it (not built, just used for | |
13305 | definitions). | |
13306 | ||
13307 | * mpw-config.in (elf/mips.h): Add a forward include. | |
13308 | ||
13309 | * mpw-config.in: Forward-include most .h files in include into | |
13310 | extra-include. | |
13311 | (readline): Don't build. | |
13312 | mpw-build.in (install): Install GDB. | |
13313 | ||
13314 | * mpw-configure (prefix, mpw_prefix): Handle it. | |
13315 | * mpw-config.in (mmalloc, readline): Don't configure. | |
13316 | * mpw-build.in (thisscript): Rename to ThisScript. | |
13317 | Use mpw-build instead of BuildProgram everywhere. | |
13318 | (mmalloc, readline): Don't build. | |
13319 | * mpw-README: New file, basic documentation about the MPW port. | |
13320 | ||
13321 | * mpw-config.in: Use forward-include to create include files. | |
13322 | ||
13323 | * mpw-configure: Add more things to the top of each configured | |
13324 | Makefile, including contents of config/mpw-mh-mpw. | |
13325 | * mpw-config.in (extra-include): Create this directory and fill it | |
13326 | with Posix-like include files when configuring. | |
13327 | ||
13328 | * config.sub (apple, mac, mpw): Add various aliases. | |
13329 | ||
13330 | * mpw-build.in: New file, top-level build script fragment for MPW. | |
13331 | * mpw-configure: New file, configure script for MPW. | |
13332 | * mpw-config.in: New file, config fragment for MPW. | |
13333 | ||
13334 | Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
13335 | ||
13336 | * configure.in (host_libs): Remove glob, since it is gone from the | |
13337 | sources. | |
13338 | ||
13339 | Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
13340 | ||
13341 | * Makefile.in: define empty GDB_NLM_DEPS var. | |
13342 | ||
13343 | * configure.in(target_makefile_frag): use config/mt-netware | |
13344 | for netware targets. | |
13345 | ||
13346 | Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com> | |
13347 | ||
13348 | * config.sub: Merge in recent FSF changes. Remove linux special | |
13349 | cases. | |
13350 | ||
13351 | Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com) | |
13352 | ||
4bddf3ad | 13353 | Revert this change: |
252b5132 RH |
13354 | |
13355 | Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com) | |
13356 | ||
13357 | * build-all.mk: Use CC=cc -Xs on Solaris. | |
13358 | ||
252b5132 RH |
13359 | Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
13360 | ||
13361 | * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us | |
13362 | stop using it. | |
13363 | * Makefile.in: Nuke all references to glob subdirectory. | |
13364 | ||
13365 | Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
13366 | ||
13367 | * configure.in: Fix --enable-shared logic in per-host. | |
13368 | ||
13369 | Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com> | |
13370 | ||
13371 | * configure.in (*-hp-hpux[78]*): Use mh-hpux8. | |
13372 | ||
13373 | Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com) | |
13374 | ||
13375 | * configure.in (noconfigdirs): Don't build gas on AIX, for | |
13376 | powerpc*-*-aix* as well as for rs6000*-*-aix*. | |
13377 | ||
13378 | Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com> | |
13379 | ||
13380 | * configure: Fix --cache-file to work if the file argument is a | |
13381 | relative path. | |
13382 | ||
13383 | Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com> | |
13384 | ||
13385 | * configure: If the --cache-file is used, pass it down to | |
13386 | configure in subdirectories. | |
13387 | ||
13388 | Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com> | |
13389 | ||
13390 | * config.sub: add vxworks29k configuration. | |
13391 | ||
13392 | Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com> | |
13393 | ||
13394 | * Makefile.in (taz): Do "diststuff" part quietly. | |
13395 | ||
13396 | Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com> | |
13397 | ||
13398 | * config.sub: Mini-merge with gcc/config.sub. | |
13399 | ||
13400 | Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com> | |
13401 | ||
13402 | * config.guess (IRIX): Sed - to _. | |
13403 | ||
13404 | Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com> | |
13405 | ||
13406 | * Makefile.in (source-vault, binary-vault): New targets. | |
13407 | ||
13408 | Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com> | |
13409 | ||
13410 | * config.sub: Recognize -eabi as a basic system type. | |
13411 | ||
13412 | Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
13413 | ||
13414 | * configure.in (enable_shared stuff): Fix typo. | |
13415 | ||
13416 | Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing) | |
13417 | ||
13418 | * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*. | |
13419 | ||
13420 | Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com> | |
13421 | ||
13422 | * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates. | |
13423 | ||
13424 | Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com> | |
13425 | ||
13426 | * configure.in (rs6000-*-*): Don't build gas. | |
13427 | ||
13428 | Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com> | |
13429 | ||
13430 | * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to | |
13431 | reduce command line length. | |
13432 | (AS_FOR_TARGET): Check for as.new, not Makefile. | |
13433 | (NM_FOR_TARGET): Check for nm.new, not Makefile. | |
13434 | ||
13435 | Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com> | |
13436 | ||
13437 | * config.guess: Merge from FSF. | |
13438 | ||
13439 | Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> | |
13440 | ||
13441 | * configure: Don't use $ when handling program_suffix. | |
13442 | ||
13443 | Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com) | |
13444 | ||
13445 | * configure.in: Configure tk for hppa/hpux. | |
13446 | ||
13447 | Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com> | |
13448 | ||
13449 | * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++. | |
13450 | ||
13451 | Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com> | |
13452 | ||
13453 | * Makefile.in: Move -fno-implicit-template from CXXFLAGS | |
13454 | to LIBCXXFLAGS. Tests are better run without it. | |
13455 | ||
13456 | Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com) | |
13457 | ||
13458 | * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs. | |
13459 | ||
13460 | Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com> | |
13461 | ||
13462 | * configure.in (*-*-netware*): Don't configure xiberty. | |
13463 | ||
13464 | Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com) | |
13465 | ||
13466 | * configure.in: Remove tk from native_only list. | |
13467 | ||
13468 | Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com) | |
13469 | ||
13470 | * build-all.mk: Add mips-ncd-elf target to sun4 targets | |
13471 | for special NCD build. | |
13472 | ||
13473 | Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com> | |
13474 | ||
13475 | * Makefile.in (DEVO_SUPPORT): Remove configure.bat and | |
13476 | makeall.bat, they're only useful for binutils snapshots. | |
13477 | (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and | |
13478 | makeall.bat to specified SUPPORT_FILES. | |
13479 | ||
13480 | Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com) | |
13481 | ||
13482 | * build-all.mk: Add Ericsson targets to sun4 and solaris | |
13483 | hosts. Add BNR's sun4 target to solaris host, so their | |
13484 | build-from-source will be tested in-house first. | |
13485 | ||
13486 | Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com) | |
13487 | ||
13488 | * Makefile.in (LIBCFLAGS): New variable. | |
13489 | (CFLAGS_FOR_TARGET): Ditto. | |
13490 | (LIBCFLAGS_FOR_TARGET): Ditto. | |
13491 | (LIBCXXFLAGS): Ditto. | |
13492 | (CXXFLAGS_FOR_TARGET): Ditto. | |
13493 | (LIBCXXFLAGS_FOR_TARGET): Ditto. | |
13494 | (BASE_FLAGS_TO_PASS): Pass them. | |
13495 | (EXTRA_TARGET_FLAGS): Ditto. | |
13496 | ||
4bddf3ad | 13497 | * configure.in: Support --enable-shared. |
252b5132 RH |
13498 | |
13499 | Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com> | |
13500 | ||
13501 | * configure.in (target_libs): Include libstdc++ again. | |
13502 | * config.guess: Update from FSF (for FreeBSD). | |
13503 | ||
13504 | Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com> | |
13505 | ||
13506 | * Makefile.in (DEVO_SUPPORT): Include configure.bat and | |
13507 | makeall.bat. | |
13508 | (DISTDOCDIRS): Add `etc'. | |
13509 | (ETC_SUPPORT_PFX): New variable. | |
13510 | (taz): Include anything from etc starting with a word in | |
13511 | ETC_SUPPORT_PFX. | |
13512 | ||
13513 | Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> | |
13514 | ||
13515 | * config.sub: Update for recent FSF changes. Remove obsolete | |
13516 | h8300hds entry. Add -windows* and -osx as basic os. Minor | |
13517 | spacing changes. | |
13518 | ||
13519 | Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com> | |
13520 | ||
13521 | * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1. | |
13522 | ||
13523 | * config.guess: Merge with FSF. | |
13524 | * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43. | |
13525 | ||
13526 | Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com> | |
13527 | ||
13528 | * configure: Since the "trap 0" handler will override the exit | |
13529 | status on many systems, only use it for "exit 1", and make it set | |
13530 | a non-zero exit status; reset it before "exit 0". Also, check | |
13531 | exit status of config.sub, and error out if it failed. | |
13532 | ||
13533 | Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com) | |
13534 | ||
13535 | * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build | |
13536 | and install libgloss. | |
13537 | ||
13538 | Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> | |
13539 | ||
13540 | * Makefile.in (all-binutils): Depend upon all-byacc. | |
13541 | ||
13542 | * configure.in: Don't build emacs on Irix 5. | |
13543 | ||
13544 | Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
13545 | ||
13546 | * configure.in (*-*-netware*): Add libio. | |
13547 | ||
13548 | Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com) | |
13549 | ||
13550 | * Makefile.in (ALL_TARGET_MODULES): Add libstdc++. | |
13551 | (CHECK_TARGET_MODULES): Ditto. | |
13552 | (INSTALL_TARGET_MODULES): Ditto. | |
13553 | (TARGET_LIBS): Ditto. | |
13554 | (all-libstdc++): Note dependencies. | |
13555 | ||
13556 | Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com> | |
13557 | ||
13558 | * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas. | |
13559 | ||
13560 | Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com) | |
13561 | ||
13562 | * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of | |
13563 | -fexternal-templates. | |
13564 | ||
13565 | * configure.in (target_libs): Add libstdc++. | |
13566 | (noconfigdirs): Add libstdc++ as appropriate. | |
13567 | ||
13568 | Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13569 | ||
13570 | * config.guess: Update from FSF. | |
13571 | ||
13572 | Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> | |
13573 | ||
13574 | * configure: Use ${config_shell} when running ${configsub}. | |
13575 | ||
13576 | Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com> | |
13577 | ||
13578 | * config.sub: No longer recognize h8300h. | |
13579 | ||
13580 | Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> | |
13581 | ||
13582 | * config.sub: Remove extraneous differences between config.sub and | |
13583 | gcc/config.sub. | |
13584 | ||
13585 | Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com> | |
13586 | ||
13587 | * Makefile.in (DISTSTUFFDIRS): Add gas. | |
13588 | ||
13589 | Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com) | |
13590 | ||
13591 | * COPYING.NEWLIB: New file. | |
13592 | ||
13593 | Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13594 | ||
13595 | * config.guess (HP-UX): Patch from Harlan Stenn | |
13596 | <harlan@landmark.com> to also emit release level. | |
13597 | ||
13598 | Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com) | |
13599 | ||
13600 | * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'. | |
13601 | ||
13602 | Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13603 | ||
13604 | * config.sub: Merge nextstep cleanup from FSF. | |
13605 | ||
13606 | Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com) | |
13607 | ||
13608 | * configure.in (arm-*-*): Don't configure ld for this target. | |
13609 | ||
13610 | Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com) | |
13611 | ||
13612 | * configure.in (*-*-netware): don't configure libg++, libio, | |
13613 | librx, or newlib. | |
13614 | ||
13615 | Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13616 | ||
13617 | * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't | |
13618 | configure ld--it works, but it doesn't support shared libraries. | |
13619 | ||
13620 | Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13621 | ||
13622 | * config.guess (*-unknown-freebsd*): Get rid of possible | |
13623 | trailing "(Release)" in version string. | |
13624 | Patch from Paul Richards <paul@isl.cf.ac.uk>. | |
13625 | ||
13626 | Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13627 | ||
13628 | * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3. | |
13629 | Fix type: *-next-neststep -> *-next-nextstep. | |
13630 | ||
13631 | * config.guess: Merge from FSF: | |
13632 | ||
13633 | Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be) | |
13634 | ||
13635 | * config.guess: Recognize powerpc-ibm-aix3.2.5. | |
13636 | ||
13637 | Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be) | |
13638 | ||
13639 | * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V | |
13640 | instead of UNIX_SV for UnixWare 1.0). | |
13641 | ||
13642 | Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com) | |
13643 | ||
13644 | * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld | |
13645 | to make gdb/nlm/* build after the compiler and linker. | |
13646 | ||
13647 | Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13648 | ||
13649 | * config.guess (netbsd, freebsd, linux): Accept any machine, | |
13650 | not just i[34]86. | |
13651 | (m68k-atari-sysv4): Relocate to match FSF version. | |
13652 | ||
13653 | * config.guess: More merges from the FSF: | |
13654 | ||
13655 | Add a space before function call or macro invocation. | |
13656 | ||
13657 | Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
13658 | ||
13659 | * config.guess: Add trap cmd to remove dummy.c and dummy when | |
13660 | interrupted. | |
13661 | ||
13662 | Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
13663 | ||
13664 | * config.guess (dummy.c): Redirect stderr for `hostinfo' command. | |
13665 | (dummy): Redirect stderr from compilation of dummy.c. | |
13666 | ||
13667 | Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de) | |
13668 | ||
13669 | * config.guess: Distinguish between NeXTStep 2.1 and 3.x. | |
13670 | ||
13671 | Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com) | |
13672 | ||
13673 | * configure: Accept and ignore --cache*, for compatibility with | |
13674 | new autoconf. | |
13675 | ||
13676 | Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13677 | ||
13678 | * config.guess: Merge from FSF: | |
13679 | ||
13680 | Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
13681 | ||
13682 | * config.guess (Pyramid*:OSx*:*:*): New case. | |
80413487 RH |
13683 | (PATH): Add /.attbin at end for finding uname. |
13684 | (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions. | |
252b5132 RH |
13685 | |
13686 | Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no) | |
13687 | ||
80413487 | 13688 | * config.guess (M88*:DolphinOS:*:*): New case. |
252b5132 RH |
13689 | |
13690 | Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com) | |
13691 | ||
80413487 RH |
13692 | * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE |
13693 | to select whether to use ELF or COFF. | |
252b5132 RH |
13694 | |
13695 | Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
13696 | ||
80413487 | 13697 | * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv. |
252b5132 RH |
13698 | |
13699 | Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
13700 | ||
13701 | * config.guess: Guess the OS version for HPUX. | |
13702 | ||
13703 | Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) | |
13704 | ||
13705 | * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5. | |
13706 | ||
13707 | Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13708 | ||
13709 | * configure.in: Recognize --with-headers, --with-libs, and | |
13710 | --without-newlib. | |
13711 | * Makefile.in (all-xiberty): Depend upon all-ld. | |
13712 | ||
13713 | Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13714 | ||
13715 | * configure.in: Change i[34]86 to i[345]86. | |
13716 | ||
13717 | Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13718 | ||
13719 | * configure (version): A few more tweaks to help message. | |
13720 | ||
13721 | Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13722 | ||
13723 | * Makefile.in: Remove (for now) librx as a host library, | |
13724 | now that we're building it for target. | |
13725 | ||
13726 | Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13727 | ||
13728 | * configure: Fix up help message; from karl@owl.hq.ileaf.com | |
13729 | (Karl Berry). | |
13730 | ||
13731 | Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13732 | ||
13733 | * configure.in: Also configure librx. | |
13734 | ||
13735 | Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13736 | ||
13737 | * Makefile.in: Update various rules to reflect that librx | |
13738 | is now needed for libg++. | |
13739 | ||
13740 | Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13741 | ||
13742 | * config.sub: Accept mips64orion and mips64orionel as a CPU name. | |
13743 | ||
13744 | Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com) | |
13745 | ||
13746 | * configure.in: Configure the examples directory. | |
13747 | ||
13748 | Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13749 | ||
13750 | * configure: Simplify Jun 2 1994 change. | |
13751 | ||
13752 | Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com) | |
13753 | ||
13754 | * change CC to /usr/latest/bin/gcc for lynx host builds, since | |
13755 | /bin/gcc isn't good enough to build gcc. | |
13756 | ||
13757 | Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com) | |
13758 | ||
13759 | * Makefile.in (GDB_SUPPORT_FILES): Remove | |
13760 | (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules. | |
13761 | (gdb.tar.gz): Add new rule to use standard distribution building | |
13762 | mechanism. | |
13763 | ||
13764 | Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
13765 | ||
13766 | * configure.in: Warn about use of /usr/ucb/cc on Solaris. From | |
13767 | Bill Cox <bill@cygnus.com>. | |
13768 | ||
13769 | Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13770 | ||
13771 | * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu. | |
13772 | ||
13773 | Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com) | |
13774 | ||
13775 | * configure: Search current dir first in .gdbinit. | |
13776 | ||
13777 | Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13778 | ||
13779 | * config.sub: Recognize freebsd (merged from gcc config.sub). | |
13780 | ||
13781 | Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13782 | ||
13783 | * config.sub: Refer to NeXT's operating system as nextstep. | |
13784 | ||
13785 | * config.sub (case $basic_machine): Re-order the cases, to match | |
13786 | the order in the FSF version (which is mostly alphabethical). | |
13787 | Merge in some additions and changes from the FSF. | |
13788 | ||
13789 | Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com) | |
13790 | ||
13791 | * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7. | |
13792 | * config.sub: Recognize cxux7. | |
13793 | * configure.in: Use mh-cxux for m88k-harris-cxux*. | |
13794 | ||
13795 | Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13796 | ||
13797 | * config.sub: Fix typo powerpc -> powerpc-*. | |
13798 | ||
13799 | Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com) | |
13800 | ||
13801 | * Makefile.in: `all-emacs19' depends on `all-byacc'. | |
13802 | ||
13803 | * Makefile.in: Add all-emacs19 and install-emacs19 rules (in | |
13804 | parallel with all-emacs and install-emacs). Top-level command | |
13805 | `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'. | |
13806 | ||
13807 | Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13808 | ||
13809 | * test-build.mk ($(host)-stamp-stage2-installed): Remove | |
13810 | $(relbindir)/make before doing ``make install'', and use | |
13811 | $(GNU_MAKE) while doing it. Avoids problem on SunOS with | |
13812 | installing over running make binary. | |
13813 | ($(host)-stamp-stage3-installed): Likewise. | |
13814 | ||
13815 | Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
13816 | ||
13817 | * config.guess: Recognize Mach. | |
13818 | ||
13819 | Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) | |
13820 | ||
13821 | * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to | |
13822 | see whether --exec-prefix was used. | |
13823 | ||
13824 | Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13825 | ||
13826 | * README: Explicitly mention libg++/README. (Zoo's idea.) | |
13827 | ||
13828 | Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
13829 | ||
13830 | * Makefile.in: Add all-librx target similar to all-libproc. | |
13831 | ||
13832 | Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com) | |
13833 | ||
13834 | * config.guess: Rearrange tests for Alpha-OSF1 to properly deal | |
13835 | with post 1.2 uname bogosity. | |
13836 | ||
13837 | Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
13838 | ||
13839 | * configure: Remove temporary files on receipt of a signal. | |
13840 | ||
13841 | Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com) | |
13842 | ||
13843 | * configure: If there is a package_makefile_frag, remove | |
13844 | ${subdir}/Makefile.tem after copying it in. | |
13845 | ||
13846 | Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com) | |
13847 | ||
13848 | * build_all.mk: support rs6000 lynx identifies itself as | |
13849 | rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc | |
13850 | since /bin/gcc is too feeble to compile a modern gcc. | |
13851 | ||
13852 | Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com) | |
13853 | ||
13854 | * brought devo/test-build.mk update-to-date with progressive/ | |
13855 | test-build.mk. Add lynx targets and hppa flag info. | |
13856 | ||
13857 | Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13858 | ||
13859 | * configure.in: Use mh-ncrsvr43. Patch from | |
13860 | Tom McConnell <tmcconne@sedona.intel.com>. | |
13861 | ||
13862 | Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
13863 | ||
13864 | * config.guess (i386-unknown-bsdi): No longer need to | |
13865 | check #if defined(__bsdi__) && defined(__i386__). | |
13866 | ||
13867 | Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
13868 | ||
13869 | * configure: Set program_transform_nameoption correctly. | |
13870 | ||
13871 | Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com) | |
13872 | ||
13873 | * brought build-all.mk update-to-date with progressive build-all.mk, | |
13874 | added new targets and hppa info. | |
35590697 | 13875 | |
252b5132 RH |
13876 | Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) |
13877 | ||
13878 | * configure: If config.guess result is a prefix of the user | |
13879 | specified target, assume a native build and use the user specified | |
13880 | target as the host alias. Remove SunOS patch suffix removal hack. | |
13881 | * configure.in: Remove SunOS patch suffix removal hack. | |
13882 | ||
13883 | * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's | |
13884 | in NATIVE_CHECK_MODULES. | |
13885 | ||
13886 | Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com) | |
13887 | ||
13888 | * Makefile.in: Rename HOST_ONLY to NATIVE. | |
13889 | * configure: Delete SunOs patch suffix from host_canonical | |
13890 | and build_canonical variables that are prepended to Makefiles. | |
13891 | * configure.in: Add comments for easier maintenance. | |
13892 | ||
13893 | Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
13894 | ||
13895 | * Makefile.in: Add all-libproc target similar to all-gui. | |
13896 | ||
13897 | Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com) | |
13898 | ||
13899 | * Makefile.in (CHECK_MODULES): split into | |
13900 | HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES. | |
13901 | ||
13902 | Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com) | |
13903 | ||
13904 | * config.guess (i386-unknown-bsdi): New system to guess. | |
13905 | ||
13906 | Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
13907 | ||
13908 | * Makefile.in: Add all-gui target (but not yet build by "all"). | |
13909 | ||
13910 | Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com) | |
13911 | ||
13912 | * config.sub: Move deletion of patch suffix from here... | |
13913 | * configure.in: To here, at Ian's suggestion. The top- | |
13914 | level scripts might need to know of a patch level. | |
13915 | ||
13916 | Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com) | |
13917 | ||
13918 | * config.sub: Strip off patch suffix so rtl is recognized | |
13919 | as a sunos4.1.3 machine, even though it's been patched. | |
13920 | ||
13921 | Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com) | |
13922 | ||
13923 | * Makefile.in (INSTALL_LAST): Delete. | |
13924 | (INSTALL_DOSREL): New. | |
13925 | ||
13926 | Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
13927 | ||
13928 | * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*. | |
13929 | Don't set use_gnu_ld to no for *-*-sysv4; that only controls | |
13930 | whether we pass down --with-gnu-ld anyhow. | |
13931 | ||
13932 | Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com) | |
13933 | ||
13934 | * Makefile.in (INSTALL_LAST): Change operation so it works | |
13935 | on more flavors of make. | |
13936 | * configure.in (go32): Don't build libg++ or libio. | |
13937 | ||
13938 | Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com) | |
13939 | ||
13940 | * Makefile.in (Move HOST_PREFIX_1 and friends up so | |
13941 | they can be overriden by templates. | |
13942 | ||
13943 | Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com) | |
13944 | ||
13945 | * configure.in (target==go32): Don't build gdb. | |
13946 | * dosrel: New directory. | |
13947 | ||
13948 | Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com) | |
13949 | ||
13950 | * configure.in (host==go32): Configure dosrel too. | |
13951 | * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last. | |
13952 | (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should | |
13953 | be set by incoming names or templates. | |
13954 | (INSTALL_LAST): New rule. | |
252b5132 RH |
13955 | |
13956 | Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com) | |
13957 | ||
13958 | * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os. | |
13959 | ||
13960 | Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com) | |
13961 | ||
252b5132 RH |
13962 | * configure.in (appdirs): New variable. Currently empty, but will |
13963 | be used in gas distribution. If nonempty, lists a set of | |
13964 | directories at least one of which must get configured, or top | |
13965 | level configuration is considered to have failed. | |
13966 | (rs6000-*-lynxos*): Use new file name. | |
13967 | ||
13968 | Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
13969 | ||
13970 | Eliminate XTRAFLAGS. | |
13971 | * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the | |
13972 | newlib include files using -idirafter, and also use -nostdinc. | |
13973 | (CXX_FOR_TARGET): Likewise. | |
13974 | (XTRAFLAGS): Removed. | |
13975 | (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET. | |
13976 | (EXTRA_HOST_FLAGS): Remove XTRAFLAGS. | |
13977 | (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise. | |
13978 | ($(DO_X)): Don't pass down XTRAFLAGS. | |
13979 | ||
13980 | Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com) | |
13981 | ||
13982 | * configure.in (mips*-dec-bsd*): New target; do build linker. | |
13983 | (mips*-*-bsd*): New target; don't build linker. | |
13984 | ||
13985 | Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com) | |
13986 | ||
13987 | * configure.in: support rs6000-*-lynxos* configuration. | |
13988 | support sunos4 as a cross target. | |
13989 | ||
13990 | * config.sub: look for lynx*, not lynx since the OS version may | |
13991 | legitimately be part of the name. | |
13992 | ||
13993 | Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com) | |
13994 | ||
13995 | * configure.in (i[34]86-*-sco*): Move to be with other i386 | |
13996 | targets. | |
13997 | (romp-*-*): New target. Skip various binary utilities. | |
13998 | (vax-*-*): New target. Don't build newlib. | |
13999 | (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib. | |
14000 | ||
14001 | Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com) | |
14002 | ||
14003 | * configure.in: Only set host_makefile_frag if config | |
14004 | directory exists. | |
14005 | ||
14006 | Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com) | |
14007 | ||
14008 | * install.sh: If $dstdir exists, don't check whether each | |
14009 | component does. | |
14010 | ||
14011 | Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14012 | ||
14013 | * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh. | |
14014 | ||
14015 | Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com) | |
14016 | ||
35590697 AJ |
14017 | * configure.in (*-*-lynxos*): Don't configure newlib for either |
14018 | native or cross Lynx. | |
252b5132 RH |
14019 | |
14020 | Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com) | |
14021 | ||
14022 | * config.sub (sparc64-elf): Fix os. | |
14023 | (z8k): Remove duplicate. | |
14024 | ||
14025 | Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14026 | ||
14027 | * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not | |
14028 | gcc/stmp-fixproto, to try to prevent fixproto from being run. | |
14029 | ||
14030 | Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com) | |
14031 | ||
14032 | * configure: Make file links cleanly even if Lynx fails on | |
80413487 | 14033 | an NFS symlink (at least fail cleanly). |
252b5132 RH |
14034 | |
14035 | Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com) | |
14036 | ||
14037 | * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to | |
14038 | -XNh2000. | |
14039 | ||
14040 | Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com) | |
14041 | ||
14042 | * configure: Unknown options are fatal again. | |
14043 | ||
14044 | Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com) | |
14045 | ||
14046 | * configure: Ignore --x-includes and --x-libraries, for Autoconf | |
35590697 | 14047 | compatibility. |
252b5132 RH |
14048 | |
14049 | Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com) | |
14050 | ||
14051 | * build-all.mk: Add `clean' target. | |
14052 | ||
14053 | Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
14054 | ||
14055 | * config.guess: Add SINIX support. | |
14056 | * configure.in: Add mips-*-sysv4* support. | |
14057 | ||
14058 | Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com) | |
14059 | ||
14060 | * build-all.mk: Document all useful targets. | |
14061 | If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2. | |
14062 | If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4. | |
14063 | ||
14064 | Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com) | |
14065 | ||
14066 | * configure: Support --silent, --quiet. | |
14067 | ||
14068 | Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com) | |
14069 | ||
14070 | * configure: Support --disable-FEATURE. | |
14071 | ||
14072 | Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14073 | ||
14074 | * config.guess: Recognize NCR running SVR4.3. | |
14075 | ||
14076 | Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
14077 | ||
14078 | * config.guess: Make BSDI generate i386-unknown-bsd386. | |
14079 | Patch from Paul Eggert <eggert@twinsun.com>. | |
14080 | ||
14081 | Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14082 | ||
14083 | * configure.in (powerpc-*-aix*): Treat like rs6000-*-*. | |
14084 | ||
14085 | Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com) | |
14086 | ||
14087 | * configure: Make unrecognized options give nonfatal warnings | |
14088 | instead of fatal errors, and pass them to any subdirectory | |
14089 | configures in case they recognize them. | |
14090 | Make --x equivalent to --with-x. | |
14091 | ||
14092 | Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com) | |
14093 | ||
14094 | * configure: Add --enable-* options. Clean up usage message and | |
14095 | some comments. | |
14096 | ||
14097 | Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com) | |
14098 | ||
14099 | * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new. | |
14100 | ||
14101 | Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
14102 | ||
14103 | * configure.in (hppa*-*-*): Enable binutils. | |
14104 | ||
14105 | Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14106 | ||
14107 | * config.sub: Recognize cisco. | |
14108 | ||
14109 | Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com) | |
14110 | ||
14111 | * Makefile.in (CXXFLAGS): Add -fexternal-templates. | |
14112 | ||
14113 | Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14114 | ||
14115 | * config.guess: about target *-hitachi-hiuxwe2, don't print more | |
14116 | than one configuration name. Add comment. | |
14117 | ||
14118 | Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp) | |
14119 | ||
14120 | * config.guess: about target *-hitachi-hiuxwe2, fixed | |
14121 | machine guessing order. [Hitachi's CPU_IS_HP_MC68K | |
14122 | macro is incorrect.] | |
14123 | ||
14124 | Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14125 | ||
14126 | * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather | |
14127 | than the "make ls" stuff which used to be here. | |
14128 | ||
14129 | Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
14130 | ||
14131 | * config.guess: Recognize i[34]86-unknown-freebsd. | |
14132 | From Shawn M Carey <smcarey@rodan.syr.edu>. | |
14133 | ||
14134 | Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
14135 | ||
14136 | * configure.in (noconfigdirs for alpha): Remove libg++ and libio. | |
14137 | ||
14138 | Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com) | |
14139 | ||
14140 | * config.guess: Check for ptx. | |
14141 | ||
14142 | Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com) | |
14143 | ||
14144 | * config.sub: Add os9k checking. | |
14145 | ||
14146 | Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
14147 | ||
14148 | * config.guess: Handle OSF1 running on HPPA processors | |
14149 | ||
14150 | Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com) | |
14151 | ||
14152 | * configure: If subdir configure fails, print out a message with | |
14153 | subdirectory name, in case subdir's configure code didn't identify | |
14154 | itself. | |
14155 | ||
14156 | Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com) | |
14157 | ||
14158 | * configure.in: Remove embedded newlines from configdirs. | |
14159 | Avoid mismatches of substrings. Fix matching strings at end | |
14160 | of configdirs. | |
14161 | ||
14162 | Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com) | |
14163 | ||
14164 | * config.guess: Add Lynx/rs6000 config support. | |
14165 | ||
14166 | Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com) | |
14167 | ||
14168 | * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas. | |
14169 | ||
14170 | Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com) | |
14171 | ||
14172 | * configure.in (hppa*-*-osf*): Treat this just like most other | |
14173 | PA configurations (eg no binutils or ld). | |
14174 | (hppa*-*-*elf*): These configurations have binutils and ld. | |
14175 | ||
14176 | Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
14177 | ||
14178 | * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP. | |
14179 | ||
14180 | Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14181 | ||
14182 | * configure.in (rs6000-*-*): Build gas. | |
14183 | ||
14184 | Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu) | |
14185 | ||
80413487 | 14186 | * Makefile.in: Avoid bug in losing hpux sed. |
252b5132 RH |
14187 | |
14188 | Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14189 | ||
14190 | * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed | |
14191 | for GDB and GDB has been fixed to not need it. | |
14192 | ||
252b5132 RH |
14193 | Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com) |
14194 | ||
14195 | * config.guess: Recognize vax hosts. | |
14196 | ||
14197 | Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com) | |
14198 | ||
14199 | * configure (while loop): Don't use "break 2" inside case | |
14200 | statement -- the case statement isn't an enclosing loop. | |
14201 | ||
14202 | Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
14203 | ||
14204 | * config.guess: Clean up NeXT support, to allow nextstep | |
14205 | on Intel machines. Make OS be nextstep. | |
14206 | ||
14207 | Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu) | |
14208 | ||
14209 | * config.guess: Add alternate forms for Convex. | |
14210 | ||
14211 | Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com) | |
14212 | ||
14213 | * configure: Completely rewrite option processing. Take | |
14214 | advantage of pattern-matching to avoid invoking test frequently. | |
14215 | Also clean up host and target defaulting logic. | |
14216 | ||
14217 | Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com) | |
14218 | ||
14219 | * Makefile.in: Replace all occurrances of "rootme" with "r" and | |
14220 | "$${rootme}" with "$$r", to increase the likelihood that the do-* | |
14221 | commands (plus user environment) will fit SCO limits. | |
14222 | ||
14223 | Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14224 | ||
14225 | * configure.in: Don't issue warnings about directories which are | |
14226 | not being configured if -norecursion is set. Correct test for | |
14227 | --with-gnu-as and --with-gnu-ld to not get confused by substring | |
14228 | matches. | |
14229 | ||
14230 | * configure.in: Don't build gas for alpha-dec-osf1*. | |
14231 | ||
14232 | Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com) | |
14233 | ||
14234 | * configure: Back out Per's change of 12/19/1993. It changes the | |
14235 | behavior of configure in unexpected and confusing ways. | |
14236 | ||
14237 | Also, use different delim char when calculating | |
14238 | program_transform_name so that the name can contain slashes. | |
14239 | ||
14240 | Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com) | |
14241 | ||
14242 | * configure.in, config.sub: Add support for VSTa micro-kernel. | |
14243 | ||
14244 | Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu) | |
14245 | ||
14246 | * configure.in: Nuke hacks which were used to get a special | |
14247 | version of GAS for HPPA configurations. | |
14248 | ||
14249 | Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com) | |
14250 | ||
14251 | * configure: If only ${target_alias} is given, use that | |
14252 | as the default for ${host_alias}. | |
14253 | * configure: Add missing back-slashes before nested quotes. | |
14254 | ||
14255 | Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) | |
14256 | ||
14257 | * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON) | |
14258 | ||
14259 | Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com) | |
14260 | ||
14261 | * config.guess: Recognize some Tektronix configurations. | |
14262 | From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>. | |
14263 | ||
14264 | Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com) | |
14265 | ||
14266 | * config.sub: Match any flavor of SH. | |
14267 | ||
14268 | Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com) | |
14269 | ||
14270 | * configure.in: Don't try to configure newlib for Alpha. | |
14271 | ||
14272 | Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14273 | ||
14274 | * configure.in: Don't build ld for Irix 5. Don't build gas, | |
14275 | libg++ or libio for any Alpha target. | |
14276 | ||
14277 | * configure.in (mips*-sgi-irix5*): New target; use mh-irix5. | |
252b5132 RH |
14278 | |
14279 | Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com) | |
14280 | ||
14281 | * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for | |
14282 | default arguments -- so it tried to compress itself. | |
14283 | ||
14284 | Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com) | |
14285 | ||
14286 | * configure.in (notsupp): ensure that a space is always at the end | |
14287 | of the configdirs list, since the grep checks for an explicit space | |
14288 | ||
14289 | Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14290 | ||
14291 | * configure.in (target i386-sysv4.2): don't build ld, since static | |
14292 | versions of many libraries are not available. | |
14293 | ||
14294 | Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14295 | ||
14296 | * config.guess: Recognize Apollos (using environment variables). | |
14297 | * configure.in: Don't configure ld, binutils, or gprof for Apollo. | |
14298 | ||
14299 | Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14300 | ||
14301 | * config.guess: Recognize Sony news mips running newsos. | |
14302 | ||
14303 | Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com) | |
14304 | ||
14305 | * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be | |
14306 | "fi ; else" for bash. | |
14307 | ||
14308 | Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com) | |
14309 | ||
14310 | * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL. | |
14311 | ||
14312 | Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com) | |
14313 | ||
14314 | * config.sub: accept unixware as an alias for svr4.2. | |
14315 | Fix some inconsistancies with the gcc version. | |
14316 | ||
14317 | Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14318 | ||
14319 | * Makefile.in (DISTDOCDIRS): Add gdb. | |
14320 | ||
14321 | Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com) | |
14322 | ||
14323 | * Makefile.in (DISTDOCDIRS): Add libg++ and libio. | |
14324 | ||
14325 | Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com) | |
14326 | ||
14327 | * Makefile.in (taz): Only build "info" in DISTDOCDIRS. | |
14328 | (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want | |
14329 | this now. | |
14330 | ||
14331 | Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14332 | ||
14333 | * config.sub: Accept hiux* as an OS name. | |
14334 | ||
14335 | * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per | |
14336 | etc/make-stds.texi. The underscore came from gcc, and dje now | |
14337 | agrees that RUNTESTFLAGS is the correct name. | |
14338 | ||
14339 | Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com) | |
14340 | ||
14341 | * install.sh: Remove 'set -e'. It makes any conditionals | |
14342 | in the script useless. | |
14343 | ||
14344 | * config.guess: Automatically recognize arm-acorn-riscix | |
14345 | Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk). | |
14346 | ||
14347 | Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com) | |
14348 | ||
14349 | * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS | |
14350 | ||
14351 | Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com) | |
14352 | ||
14353 | * Makefile.in (DISTDOCDIRS): New variable. | |
14354 | (taz): Edit local Makefile.in sooner, instead of proto-toplev | |
35590697 | 14355 | Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS. |
252b5132 RH |
14356 | |
14357 | Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14358 | ||
14359 | * configure.in (hppa target): check the source directory for the | |
14360 | pagas sub-directory | |
14361 | ||
14362 | Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com) | |
14363 | ||
14364 | * config.sub: Allow -aout* and -elf*. | |
14365 | ||
14366 | Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com) | |
14367 | ||
14368 | * configure.in: Don't build ld on i386-solaris2, same as for | |
14369 | sparc-solaris2. | |
14370 | ||
14371 | Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com) | |
14372 | ||
14373 | * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++). | |
14374 | ||
14375 | Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
14376 | ||
14377 | * configure.in: Configure gdb for alpha. | |
14378 | ||
14379 | Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14380 | ||
14381 | * Makefile.in (CXXFLAGS): Add -O. | |
14382 | ||
14383 | Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14384 | ||
14385 | * config.guess: added support for DG Aviion | |
14386 | ||
14387 | Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com) | |
14388 | ||
14389 | * configure.in: Produce warning message for subdirectories not | |
14390 | configurable for this host/target combination. Don't try to | |
14391 | configure gdb for vms. | |
14392 | ||
14393 | Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com) | |
14394 | ||
14395 | * Makefile.in (taz): Replace "byacc" with "bison -y" in the | |
14396 | appropriate files before making "diststuff". | |
14397 | (DISTBISONFILES): New var: list of files to be edited. | |
14398 | (DISTSTUFFDIRS): Add binutils. | |
14399 | ||
14400 | Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14401 | ||
14402 | * config.sub: also handle mipsel and mips64el (for little endian mips) | |
14403 | ||
14404 | Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14405 | ||
14406 | * configure.in: Add * to end of all OS names. | |
14407 | ||
14408 | Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com) | |
14409 | ||
14410 | * configure.in: Build newlib for LynxOS native. | |
14411 | ||
14412 | Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14413 | ||
14414 | * config.guess: Add support for delta 88k running SVR3. | |
14415 | ||
14416 | * configure.in: Add comment about HP compiler vs. emacs. | |
14417 | ||
14418 | Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14419 | ||
14420 | * configure.in: don't build ld on solaris2 (not a viable option | |
14421 | due to bugs in getpwnam & getpwuid) | |
14422 | ||
14423 | Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com) | |
14424 | ||
14425 | * configure.in: Accept alpha-dec-osf1*, not just -osf1, since | |
14426 | config.guess will produce a full version number. | |
14427 | ||
14428 | Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14429 | ||
14430 | * configure.in: Build linker and binutils for alpha-dec-osf1. | |
14431 | ||
14432 | Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14433 | ||
14434 | * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS, | |
14435 | and gdb/testsuite/Makefile.in. | |
14436 | ||
14437 | Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14438 | ||
14439 | * configure.in: recognize mips*- instead of mips- | |
14440 | ||
14441 | Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com) | |
14442 | ||
14443 | * config.sub: Accept linux*coff and linux*elf as operating | |
14444 | systems. | |
14445 | ||
14446 | Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14447 | ||
14448 | * config.sub: Recognize mips64, and mips3 as an alias for it. | |
14449 | ||
14450 | Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | |
14451 | ||
14452 | * configure.in: Remove alpha-dec-osf*, no longer necessary now that | |
14453 | gdb knows how to handle OSF/1 shared libraries. | |
14454 | ||
14455 | Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14456 | ||
14457 | * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux). | |
14458 | * config.guess: Recognize Hitachi's HIUX. | |
14459 | * config.sub: Recognize h3050r* and hppahitachi. | |
14460 | Remove redundant cases for hp9k[23]*. | |
14461 | ||
14462 | Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14463 | ||
14464 | * configure.in: default to '--with-gnu-as' and '--with-gnu-ld' | |
14465 | if gas and ld are in the source tree and are in ${configdirs}. | |
14466 | If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the | |
ba73c63f | 14467 | --with options (but still pass them down on the command line, |
252b5132 RH |
14468 | if they were explicitly specified). |
14469 | ||
14470 | Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14471 | ||
14472 | * configure: substitute SHELL value in Makefile.in with | |
14473 | ${CONFIG_SHELL} | |
14474 | ||
14475 | Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14476 | ||
14477 | * configure.in: Build gas, ld, and binutils for *-*-sysv4* and | |
14478 | *-*-solaris2* targets. | |
14479 | ||
14480 | Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14481 | ||
14482 | * Makefile.in: define M4, and pass it down to sub-makes; | |
14483 | all-autoconf now depends on all-m4 | |
14484 | ||
14485 | Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14486 | ||
14487 | * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on | |
14488 | presence of {ar,ranlib} instead of a configured directory | |
14489 | ||
14490 | Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com) | |
14491 | ||
14492 | * config.guess: Accept 34?? as well as 33?? for NCR. | |
14493 | ||
14494 | Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14495 | ||
14496 | * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead | |
14497 | of 'gas' in sed commands, since 'gash' is now in the tree as well. | |
14498 | ||
14499 | Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14500 | ||
14501 | * configure: grab values for $(CC) and $(CXX) from the | |
14502 | environment, so that someone can do "CC=gcc configure; make" and | |
14503 | have it work right (matching the way that autoconf works now) | |
14504 | ||
14505 | * configure.in, Makefile.in: add support for gash, the tcl | |
14506 | interface to Galaxy | |
14507 | ||
14508 | * config.guess: add NetBSD variants (hp300, x86) | |
14509 | ||
14510 | Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com) | |
14511 | ||
14512 | * install.sh: Support -d option (in the manner of SunOS 4 install, | |
14513 | as it is more deterministic than that of GNU install) | |
14514 | (chmodcmd): Set file to mode 755 by default (should also do default | |
14515 | chgrp and chown, but I don't feel like dealing with that now) | |
14516 | ||
14517 | Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com) | |
14518 | ||
14519 | * config.sub: Remove h8300hhms alias. | |
14520 | ||
14521 | Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14522 | ||
14523 | * configure.in: Match *-*-solaris2* not *-sun-solaris2*. | |
14524 | ||
14525 | Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14526 | ||
14527 | * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well | |
14528 | as stmp-fixinc | |
14529 | ||
14530 | Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com) | |
14531 | ||
14532 | * config.sub: recognize m88110-bug-coff. | |
14533 | ||
14534 | Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14535 | ||
14536 | * Makefile.in (all-libio): all dependencies on the toolchain used | |
14537 | to build this (gcc, gas, ld, etc) | |
14538 | ||
14539 | Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14540 | ||
14541 | * config.guess: Deal with OSF/1 1.3 on alpha. | |
14542 | ||
14543 | Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14544 | ||
14545 | * install.sh: add some 'else true' clauses for portability | |
14546 | ||
14547 | * configure.in: don't build libio for h8[35]00-*-* targets | |
14548 | ||
14549 | Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com) | |
14550 | ||
14551 | * Makefile.in: Add support for new libio. | |
14552 | ||
14553 | Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14554 | ||
14555 | * install.sh: If one command fails, don't try the rest. Don't try | |
14556 | to remove $dsttmp (via trap) unless we have already created it. | |
14557 | If $src doesn't exist, detect it and exit with an error. | |
14558 | ||
14559 | * config.guess: Recognize BSD on hp300. | |
14560 | ||
14561 | Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com) | |
14562 | ||
14563 | * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux. | |
14564 | Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>. | |
14565 | ||
14566 | Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com) | |
14567 | ||
14568 | * Makefile.in (all-send-pr): depends on all-prms | |
14569 | ||
14570 | Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14571 | ||
14572 | * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd). | |
14573 | ||
14574 | Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | |
14575 | ||
14576 | * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell): | |
14577 | Added test for mips-mips-riscos5. | |
14578 | ||
14579 | Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14580 | ||
14581 | * configure.in: use mh-hp300 for 68k HP hosts | |
14582 | ||
14583 | Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14584 | ||
14585 | * configure: add support for CONFIG_SHELL, so that you can use | |
14586 | some alternate shell for evaluating configure scripts | |
14587 | ||
14588 | Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com) | |
14589 | ||
14590 | * Makefile.in (make-gdb.tar.gz): Sed bug reporting address | |
14591 | in configure script to bug-gdb@prep.ai.mit.edu when building | |
14592 | distribution archive. | |
14593 | * Makefile.in (COMPRESS): Remove def. | |
14594 | * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from | |
14595 | gdb.tar.Z and make-gdb.tar.Z respectively. | |
14596 | * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive. | |
14597 | * Makefile.in (make-gdb.tar.gz): Minor changes to move closer | |
14598 | to convergence with 'taz' target in Makefile.in. | |
14599 | ||
14600 | Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14601 | ||
14602 | * install.sh (dsttmp): use trap to ensure that tmp files go | |
14603 | away on error conditions | |
14604 | ||
14605 | Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14606 | ||
14607 | * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES | |
14608 | ||
14609 | Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14610 | ||
14611 | * Makefile.in (install-dirs): Deal with a prefix like /gnu; | |
14612 | its parent is '/' not ''. | |
14613 | ||
14614 | * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog. | |
14615 | ||
14616 | Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com) | |
14617 | ||
14618 | * configure: if ${newsrcdir}/configure doesn't exist, don't assume | |
14619 | that ${newsrcdir}/configure.in does. | |
14620 | ||
14621 | Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) | |
14622 | ||
14623 | * test-build.mk: support for CONFIG_SHELL | |
14624 | ||
14625 | Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com) | |
14626 | ||
14627 | * config.sub (netware): Add as a basic system type. | |
14628 | ||
14629 | Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com) | |
14630 | ||
14631 | * Makefile.in (Makefile): depend on configure.in. Also drop the | |
14632 | $(srcdir)/ from the dependency on Makefile.in. | |
14633 | ||
14634 | Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com) | |
14635 | ||
14636 | * config.sub: Recognize h8300hhms as h8300h-hitachi-hms. | |
14637 | (h8300hhms is temporary until multi-libraries are implemented). | |
14638 | * configure.in: Handle h8300h too. | |
14639 | ||
14640 | Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14641 | ||
14642 | * config.guess: Recognize dpx/2 as m68k-bull-sysv3. | |
14643 | ||
14644 | Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com) | |
14645 | ||
14646 | * configure: Remove extraneous output when guessing host type. | |
14647 | * config.guess: Remove extraneous output when guessing using C | |
14648 | compiler rather than uname, or when guessing fails. | |
14649 | ||
14650 | Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
14651 | ||
14652 | * Makefile.in: remove all.cross and install.cross targets | |
14653 | ||
14654 | * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross | |
14655 | definitions | |
14656 | ||
14657 | Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) | |
14658 | ||
14659 | * configure.in (target sh): Build gprof. | |
14660 | ||
14661 | Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14662 | ||
14663 | * config.sub: change -solaris to -solaris2 | |
14664 | ||
14665 | Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14666 | ||
14667 | * configure.in: Use config/mh-riscos for mips-*-sysv*. | |
14668 | ||
14669 | Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com) | |
14670 | ||
14671 | * configure: Correct error message for missing Makefile.in to | |
14672 | print correct directory. | |
14673 | ||
14674 | Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14675 | ||
14676 | * install.sh: kludge around 386BSD shell bug | |
14677 | ||
14678 | Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com) | |
14679 | ||
14680 | * config.guess: Recognize NeXT. | |
14681 | * config.guess: Recognize i486-ncr-sysv4. | |
14682 | * Makefile.in (taz): rm $(TOOL)-$$VER before linking. | |
14683 | ||
14684 | Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com) | |
14685 | ||
14686 | * Makefile.in (MAKEINFOFLAGS): New variable. | |
14687 | (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS. | |
14688 | * build-all.mk, test-build.mk: Pass down --no-split as | |
14689 | MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g. | |
14690 | ||
14691 | Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com) | |
14692 | ||
14693 | * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh. | |
14694 | ||
14695 | Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com) | |
14696 | ||
14697 | * Makefile.in (libg++.tar.z): New rule. | |
14698 | * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'. | |
14699 | * Makefile.in (taz): Only do a single chmod. | |
14700 | ||
14701 | Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com) | |
14702 | ||
14703 | * install.sh: don't use dirname anymore (replaced with sed usage) | |
14704 | ||
14705 | Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com) | |
14706 | ||
14707 | * Makefile.in: Change extension for gzip'd files from '.z' to | |
14708 | '.gz' per new FSF standard usage. | |
14709 | ||
14710 | Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com) | |
14711 | ||
14712 | * configure: put quotes around the final value of program_transform_name | |
14713 | ||
14714 | Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14715 | ||
14716 | * Makefile.in: new install.sh support; update install-info rules | |
14717 | ||
14718 | Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com) | |
14719 | ||
14720 | * configure.in: Build diff for crosses, but not for go32 host. | |
14721 | ||
14722 | * configure.in: Build gprof only for native, and don't build it | |
14723 | for mips-*-*, rs6000-*-*, or i[34]86-*-sco*. | |
14724 | ||
14725 | Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com) | |
14726 | ||
14727 | * configure.in: don't build gas,ld,binutils on for *-*-sysv4 | |
14728 | ||
14729 | Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com) | |
14730 | ||
14731 | * configure.in (host_tools): Add prms. | |
14732 | ||
14733 | Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14734 | ||
14735 | * Makefile.in: install gcc, do installation of $(INSTALL_MODULES) | |
14736 | with $(FLAGS_TO_PASS) on the command line | |
14737 | ||
14738 | * config.sub: Recognize lynx and lynxos | |
14739 | ||
14740 | Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com) | |
14741 | ||
14742 | * config.sub: Accept -ecoff*, not just -ecoff. | |
14743 | ||
14744 | Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
14745 | ||
14746 | * Makefile.in (taz): Use .gz suffix instead of .z. | |
14747 | (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target | |
14748 | names. | |
14749 | ||
14750 | Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14751 | ||
14752 | * Makefile.in (vault-install): add an 'else true' (for Ultrix) | |
14753 | ||
14754 | Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14755 | ||
14756 | * Makefile.in (install-no-fixedincludes): install gcc last, so | |
14757 | that rebuilds that might happen during 'make install' don't get | |
14758 | bogus gcc include files | |
14759 | ||
14760 | Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
14761 | ||
14762 | Change from Utah for HPPA support: | |
14763 | * config.guess: Recognize hppa1.x-hp-bsd. | |
14764 | ||
14765 | Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com) | |
14766 | ||
14767 | * config.guess: Add support for Motorola Delta 68k, up to r3v7. | |
14768 | Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`). | |
14769 | ||
14770 | Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com) | |
14771 | ||
14772 | * config.sub: Add support for rom68k and bug boot monitors. | |
14773 | ||
14774 | Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com) | |
14775 | ||
14776 | * Makefile.in: Make all-opcodes depend on all-bfd. | |
14777 | ||
14778 | Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com) | |
14779 | ||
14780 | * config.guess: Added special check for i[34]86-univel-sysv4*. | |
14781 | ||
14782 | Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com) | |
14783 | ||
14784 | * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for | |
14785 | the processor rather than assuming i486. | |
14786 | ||
14787 | Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | |
14788 | ||
14789 | * config.guess: Recognize SunOS6 as Solaris3. | |
14790 | ||
14791 | Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com) | |
14792 | ||
14793 | * config.guess: Fix typo. Avoid #elif (not in K&R 1). | |
14794 | Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2. | |
14795 | ||
14796 | Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com) | |
14797 | ||
14798 | * build-all.mk (all-cross): New target for Canadian Cross. | |
14799 | Added Q2 go32 targets. | |
14800 | * test-build.mk: Configure go32 cross sparclite-aout and | |
14801 | mips-idt-ecoff -with-gnu-ld. Moved build binary directory from | |
14802 | PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS. | |
14803 | ||
14804 | Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14805 | ||
14806 | * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for | |
14807 | GO32 hosted toolchains | |
14808 | ||
14809 | Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com) | |
14810 | ||
14811 | * configure: change so "-exec-prefix" gets passed down rather | |
14812 | than "-exec_prefix" so autoconf generated Makefiles get the | |
14813 | exec_prefix set right. | |
14814 | ||
14815 | Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14816 | ||
14817 | * config.guess: get the Solaris2 minor version number | |
14818 | ||
14819 | * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT | |
14820 | ||
14821 | Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com) | |
14822 | ||
14823 | * config.guess: Recognize some Sequent platforms. | |
14824 | ||
14825 | Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14826 | ||
14827 | * Makefile.in: added the vault-install target | |
14828 | ||
14829 | * configure.in: actually use the Sun3 makefile fragment that's in | |
14830 | config, also added the release dir to configdirs | |
14831 | ||
14832 | Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
14833 | ||
14834 | * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also. | |
14835 | ||
14836 | Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14837 | ||
14838 | * configure.in: remove some program from Alpha targetted toolchains | |
14839 | ||
14840 | Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com) | |
14841 | ||
14842 | * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and | |
14843 | gprof. | |
14844 | (taz): Run "make diststuff" in those directories instead of "make | |
14845 | proto-dir". Look for "VERSION=" only at start of line in subdir | |
14846 | Makefile. Use "gzip -9" for compression. | |
14847 | (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars. | |
14848 | (binutils.tar.z): New target. | |
14849 | ||
14850 | Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com) | |
14851 | ||
14852 | * Makefile.in (taz): Include gpl.texinfo. | |
14853 | ||
14854 | Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com) | |
14855 | ||
14856 | * Makefile.in (setup-dirs): Merged into "taz" target. | |
14857 | (taz): Only do `proto-dir' stuff if a directory is actually needed | |
14858 | for this target. | |
14859 | ||
14860 | Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com) | |
14861 | ||
14862 | * Makefile.in (MUNCH_NM): New variable, defined to be $(NM). | |
14863 | (FLAGS_TO_PASS): Pass down MUNCH_NM. | |
14864 | (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables. | |
14865 | (EXTRA_GCC_FLAGS): Pass down HOST_* variables. | |
14866 | (gcc-no-fixedincludes): Correct for current gcc Makefile. | |
14867 | ||
14868 | Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com) | |
14869 | ||
14870 | * Makefile.in (make-gdb.tar.Z): Add configure, config.guess, | |
14871 | config.sub, and move-if-change to gdb testsuite distribution | |
14872 | archive, so the testsuite can be extracted, configured, and | |
14873 | run separately from the gdb distribution. Blow away the Chill | |
14874 | tests that require a Chill compiled executable, since GNU Chill | |
14875 | is not yet publically available. | |
14876 | ||
14877 | Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14878 | ||
14879 | * test-build.mk: set environment variables in a single command, | |
14880 | instead of a list of assignments and exports | |
14881 | ||
14882 | * config.guess: recognize Alpha/OSF1 systems | |
14883 | ||
14884 | Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
14885 | ||
14886 | * configure: Change help message to prefer --options rather than | |
14887 | -options. | |
14888 | ||
14889 | Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) | |
14890 | ||
14891 | * config.sub: Convergent Tech. "miniframe" uses m68010, sez | |
14892 | zippy@ecst.csuchico.edu. | |
14893 | * config.guess: Recognize miniframe. | |
14894 | ||
14895 | Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com) | |
14896 | ||
9eb322aa MF |
14897 | * Makefile.in: Use srcroot to find runtest rather than rootme. |
14898 | Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS. | |
252b5132 RH |
14899 | |
14900 | Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com) | |
14901 | ||
14902 | * test-build.mk: Extensive additions to support building on a | |
14903 | machine other than the host. | |
14904 | ||
14905 | Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com) | |
14906 | ||
14907 | * configure (tooldir): Fix for i386-aix again. | |
14908 | ||
14909 | Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com) | |
14910 | ||
14911 | * configure, Makefile.in: Change definition of $(tooldir) | |
14912 | to match the FSF. | |
14913 | ||
14914 | Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com) | |
14915 | ||
14916 | * config.guess: Recognize i[34]86/SVR4. | |
14917 | ||
14918 | Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com) | |
14919 | ||
14920 | * Makefile.in (all-gdb): gdb depends on sim. | |
14921 | ||
14922 | Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com) | |
14923 | ||
14924 | * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory | |
14925 | at the same time we make the prototype gdb directory. | |
14926 | * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution | |
14927 | files at the same time as the gdb base release distribution. | |
14928 | ||
14929 | Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com) | |
14930 | ||
14931 | * Makefile.in (check): Use individual check targets rather than | |
14932 | DO_X rule. | |
14933 | (check-gcc): Added. | |
14934 | ||
14935 | Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com) | |
14936 | ||
14937 | * config.sub: Use sysv3.2 not sysv32 for canonical OS | |
14938 | for System V release 3.2. | |
14939 | ||
14940 | Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
14941 | ||
14942 | * config.sub: Recognize hppaosf. | |
14943 | * configure.in: Do configure ld/binutils/gas for it. | |
14944 | ||
14945 | Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) | |
14946 | ||
14947 | * configure (tooldir): Alter syntax used to set this, for systems | |
14948 | where "\$" isn't handled right, like i386-aix. | |
14949 | ||
14950 | Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com) | |
14951 | ||
14952 | * configure: Pass program-transform-name, not | |
14953 | program_transform_name, to recursive configures. | |
14954 | ||
14955 | Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com) | |
14956 | ||
14957 | * Makefile.in (gas+binutils.tar.z): New rule for building snapshots | |
14958 | of gas+ld+binutils. | |
14959 | ||
14960 | Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com) | |
14961 | ||
14962 | * config.guess: Recognize AIX3.2 as distinct from 3.1. | |
14963 | ||
14964 | Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14965 | ||
14966 | * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv | |
14967 | ||
252b5132 RH |
14968 | Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com) |
14969 | ||
14970 | * Makefile.in (PRMS): Set back to all-prms. | |
14971 | ||
14972 | Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com) | |
14973 | ||
14974 | * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS | |
14975 | targets, rather than for MIPS hosts. | |
14976 | ||
14977 | Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
14978 | ||
14979 | * configure.in: add comment for --with-x default values | |
14980 | ||
14981 | * config.guess: handle Motorola Delta88 box for SVR3 and SVR4. | |
14982 | ||
14983 | * Makefile.in: add check-* targets for each of the directories in | |
14984 | the tree. Add a definition of RUNTEST that will use the one we | |
14985 | just built, if it exists. Pass this down via FLAGS_TO_PASS. | |
14986 | ||
14987 | Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com) | |
14988 | ||
14989 | * configure.in: Removed obsolete references to bfd_target and | |
14990 | target_makefile_frag. | |
14991 | ||
14992 | * build-all.mk: Set assorted targets for Q2. | |
14993 | * config.sub: Recognize z8k-sim and h8300-hms. | |
14994 | * test-build.mk: Really don't pass host to configure. | |
14995 | (HOLES): Added uname. | |
14996 | ||
14997 | Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com) | |
14998 | ||
14999 | * configure: Handle an empty program-prefix, program-suffix or | |
15000 | program-transform-name correctly. | |
15001 | ||
15002 | Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com) | |
15003 | ||
15004 | * build-all.mk: -G 8 no longer required for MIPS targets. | |
15005 | * test-build.mk: Don't pass host argument to configure; make it | |
15006 | guess. | |
15007 | ||
15008 | Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com) | |
15009 | ||
15010 | * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution. | |
15011 | * Makefile.in (COMPRESS): New macro, like GZIP. | |
15012 | ||
15013 | Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com) | |
15014 | ||
15015 | * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well. | |
15016 | ||
15017 | * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc | |
15018 | with gas currently defaults to -G 0. | |
15019 | ||
15020 | Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com) | |
15021 | ||
15022 | * Makefile.in (all-flex): flex depends on byacc. | |
15023 | ||
15024 | * build-all.mk: If host not specified, use config.guess. Pass TAG | |
15025 | to test-build.mk as RELEASE_TAG. | |
15026 | * test-build.mk (configargs): New variable containing arguments to | |
15027 | pass to configure. Set to -with-gnu-as on mips-dec-ultrix. | |
15028 | (FLAGS_TO_PASS): Pass down RELEASE_TAG. | |
15029 | ||
15030 | * config.guess: Use /bin/uname when checking -X argument on SCO, | |
15031 | to avoid invoking GNU uname which doesn't understand -X. | |
15032 | ||
15033 | * test-build.mk: Don't use /usr/unsupported/bin/as on AIX. | |
15034 | ||
15035 | * configure.in: Build gas for mips-*-*. | |
15036 | ||
15037 | Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
15038 | ||
15039 | * Makefile.in (all.normal): insert missing backslash. | |
15040 | ||
15041 | Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com) | |
15042 | ||
4bddf3ad | 15043 | * build-all.mk: Bump -XNh value to 1500 to match gcc requirements. |
252b5132 RH |
15044 | |
15045 | * Makefile.in: Complete overhaul to merge many almost identical | |
15046 | targets. | |
15047 | ||
15048 | Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
15049 | ||
15050 | * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs. | |
15051 | (gdb.tar.Z): Adjusted. | |
15052 | ||
15053 | * Makefile.in (setup-dirs, taz): New targets; should be general | |
15054 | enough to adapt for gdb sometime. Build only .z file. | |
15055 | (gas.tar.z): New target. | |
15056 | ||
15057 | Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com) | |
15058 | ||
15059 | * build-all.mk: Use CC=cc -Xs on Solaris. | |
15060 | ||
252b5132 RH |
15061 | Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com) |
15062 | ||
15063 | * Makefile.in: Incorporate changes suggested by wilson@cygnus.com | |
15064 | for handling BISON for FSF releases. | |
15065 | ||
15066 | Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) | |
15067 | ||
15068 | * configure: Actually implement the change zoo just documented. | |
15069 | ||
15070 | Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
15071 | ||
15072 | * configure: when using config.guess, only set target_alias when | |
15073 | it's not already been set (ie, on the command line) | |
15074 | ||
15075 | Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15076 | ||
15077 | * Makefile.in: add installcheck target, set PRMS to install-prms | |
15078 | ||
15079 | Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15080 | ||
15081 | * configure: add support for package_makefile_fragment, handle the | |
15082 | case where a directory has a configure.in file but no Makefile.in | |
15083 | more gracefully (with an actual understandable error message, even); | |
15084 | add support for --without (and add this to the usage message); also | |
15085 | explicitly add a --host=${host_alias} to the command line when | |
15086 | config.guess is used | |
15087 | ||
15088 | Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com) | |
15089 | ||
15090 | * configure: Must use both --host and --target in recursive calls. | |
15091 | ||
15092 | Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com) | |
15093 | ||
15094 | * Makefile.in: Change deja-gnu to dejagnu. | |
15095 | ||
15096 | Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com) | |
15097 | ||
15098 | * configure.in (h8300-*-*, h8500-*-*): Don't build libg++. | |
15099 | ||
15100 | Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15101 | ||
15102 | * configure.in: canonicalize all instances to *-*-solaris2*, | |
15103 | also strip out a number of tools to not build for go32 host | |
15104 | ||
15105 | Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
15106 | ||
15107 | * config.guess: add GPL. | |
15108 | ||
15109 | * Makefile.in, config.guess, config.sub, configure: bump | |
15110 | copyrights to 93. | |
15111 | ||
15112 | Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com) | |
15113 | ||
15114 | * Makefile.in (do-info): Removed obsolete check for existence of | |
15115 | localenv file. | |
15116 | ||
15117 | * Makefile.in (MAKEOVERRIDES): Define to be empty. | |
15118 | ||
15119 | Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15120 | ||
15121 | * Makefile.in: a couple of 'else true' for decstation, | |
15122 | support for TclX | |
15123 | ||
15124 | * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore | |
15125 | ||
15126 | Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com) | |
15127 | ||
15128 | * Makefile.in (setup-dirs): change invocation of make to $(MAKE). | |
15129 | ||
15130 | Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge) | |
15131 | ||
15132 | * config.guess: Recognize i386-ibm-aix (PS/2). | |
15133 | * configure.in: Use config/mh-aix386 file for it. | |
15134 | ||
15135 | Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com) | |
15136 | ||
15137 | * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use | |
15138 | CC_FOR_TARGET instead. | |
15139 | (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET). | |
15140 | ||
15141 | Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com) | |
15142 | ||
15143 | * Makefile.in: Add sim to list of directories sent with gdb | |
15144 | ||
15145 | Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com) | |
15146 | ||
15147 | * configure.in: Put back mips-dec-bsd* case. | |
15148 | ||
15149 | Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com) | |
15150 | ||
15151 | (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>) | |
15152 | * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet. | |
15153 | * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'. | |
252b5132 RH |
15154 | |
15155 | Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15156 | ||
15157 | * configure.in: remove no-op mips-dec-bsd* in "case $target" | |
15158 | ||
15159 | * Makefile.in (dir.info): only run gen-info-dir if it exists, | |
15160 | (install-info): install dir.info only if it exists, | |
15161 | (all-expect, install-expect): pass along X11_FLAGS_TO_PASS | |
15162 | ||
15163 | Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com) | |
15164 | ||
15165 | * configure.in: For vms target, skip bfd, ld, binutils. Do build | |
15166 | gas for mips-dec-bsd. | |
15167 | ||
15168 | Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com) | |
15169 | ||
15170 | * configure (makesrcdir): If ${srcdir} is relative and not ".", | |
15171 | and ${subdir} is not ".", set makesrcdir based on ${invsubdir}. | |
15172 | ||
15173 | Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com) | |
15174 | ||
15175 | * configure.in: Added "dejagnu" to hosttools list. | |
15176 | ||
15177 | Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com) | |
15178 | ||
15179 | * config.sub, configure.in, config.guess: Add support | |
15180 | for Bosx, an AIX variant from Bull. | |
15181 | Patches from F.Pierresteguy@frcl.bull.fr. | |
15182 | ||
15183 | Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com) | |
15184 | ||
15185 | * devo/dejagnu: Initial creation of devo/dejagnu. | |
15186 | Migrated dejagnu testcases and support files for testing software | |
15187 | tools to reside as subdirectories, currently called "testsuite", | |
15188 | within the directory of the software tool. Migrated all programs, | |
15189 | support libraries, etc. beloging to dejagnu proper from | |
15190 | devo/deja-gnu to devo/dejagnu. These files were moved "as is" | |
15191 | with no modifications. The changes to these files which will | |
15192 | allow them to configure, build, and execute properly will be made | |
15193 | in a future update. | |
15194 | ||
15195 | Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com) | |
15196 | ||
15197 | * Makefile.in: Change send_pr to send-pr. | |
15198 | * configure.in: Likewise. | |
15199 | * send_pr: Renamed directory to send-pr. | |
15200 | ||
15201 | Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com) | |
15202 | ||
15203 | * Makefile.in: Add some extra semi-colons (needed if SHELL=bash). | |
15204 | ||
15205 | Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com) | |
15206 | ||
15207 | * README: Update for gdb-4.8 release. | |
15208 | * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build | |
15209 | gdb-xxx.tar.z (gzip'd) file also. | |
15210 | ||
15211 | Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15212 | ||
15213 | * Makefile.in: make all-diff depend on all-libiberty | |
15214 | ||
15215 | Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com) | |
15216 | ||
15217 | * config.guess: add vax-ultrix in the spirit of mips-ultrix. | |
15218 | ||
15219 | Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15220 | ||
15221 | * configure.in, Makefile.in: add hello, tar, gzip, recode, indent | |
15222 | ||
15223 | Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com) | |
15224 | ||
15225 | * Makefile.in (DEVO_SUPPORT): Remove etc directory | |
15226 | (ETC_SUPPORT): Only add the files GDB wants from etc/. | |
15227 | (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file. | |
15228 | ||
15229 | Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15230 | ||
15231 | * Makefile.in: makeinfo binary is in a new location | |
15232 | ||
15233 | Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com) | |
15234 | ||
15235 | * config.sub: Accept -ecoff as an OS. | |
15236 | ||
15237 | * Makefile.in: Various changes to eliminate a level of make | |
15238 | recursion and reduce the required command line length. | |
15239 | (BASE_FLAGS_TO_PASS): New variable holding flags passed to all | |
15240 | sub-makes. | |
15241 | (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New | |
15242 | variables holding settings for specific sub-makes. | |
15243 | (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote | |
15244 | in terms of BASE_FLAGS_TO_PASS. | |
15245 | (TARGET_LIBS): New variable listing directories which use | |
15246 | TARGET_FLAGS_TO_PASS. | |
15247 | (subdir_do): Eliminated. | |
15248 | (do-*): New set of targets to replace subdir_do. | |
15249 | (various): All targets which used subdir_do now depend on do-*. | |
15250 | (local-clean): Renamed from do_clean. | |
15251 | (local-distclean): New target, dependency of distclean and | |
15252 | realclean. | |
15253 | (install-info): Don't create directories. Depend on dir.info | |
15254 | rather than calling make recursively. | |
15255 | (install-dir.info): Eliminated. | |
15256 | (install-info-dirs): Create all info directories here. | |
15257 | (dir.info): Depend upon do-install-info. | |
15258 | ||
15259 | * test-build.mk (HOLES): Added false. | |
15260 | ||
15261 | Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com) | |
15262 | ||
15263 | * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd). | |
15264 | ||
15265 | Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15266 | ||
15267 | * Makefile.in (info): remove dependency on all-texinfo. The | |
15268 | problem was really in texinfo/C, not at this level. | |
15269 | ||
15270 | Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com) | |
15271 | ||
15272 | * Makefile.in (info): Added dependency on all-texinfo (PR 2112). | |
15273 | ||
15274 | Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com) | |
15275 | ||
15276 | * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for | |
15277 | GDB releases. | |
15278 | ||
15279 | Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
15280 | ||
15281 | * configure: Include srcdir in message about target of link not | |
15282 | being found. Don't convert `-' to `_' in `with' options being | |
15283 | passed to subdirs. | |
15284 | ||
15285 | Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15286 | ||
15287 | * configure.in: add uudecode to host_tools | |
15288 | ||
15289 | * Makefile.in: added {all,install}-uudecode targets, added them to | |
15290 | the appropriate lists | |
15291 | ||
15292 | Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com) | |
15293 | ||
15294 | * Makefile.in (all-gcc): Added dependency on all-gas. | |
15295 | ||
15296 | * configure.in (mips-*-*): Build ld and binutils. | |
15297 | ||
15298 | Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com) | |
15299 | ||
15300 | * configure: check return code from mkdir, print error message and | |
15301 | exit on failure. | |
15302 | ||
15303 | Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com) | |
15304 | ||
15305 | * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex. | |
15306 | ||
15307 | Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com) | |
15308 | ||
15309 | * test-build.mk (HOLES): Added tar, cpio and uudecode. | |
15310 | ||
15311 | Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com) | |
15312 | ||
15313 | * config.sub (h8500): Recognize this as a cpu type. | |
15314 | ||
15315 | Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15316 | ||
15317 | * configure: source directory missing is no longer a warning | |
15318 | ||
15319 | * configure.in: recognize irix[34]* instead of irix[34] | |
15320 | ||
15321 | * Makefile.in: define and pass down X11_LIB | |
15322 | ||
252b5132 RH |
15323 | Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com) |
15324 | ||
15325 | * guess-systype: Renamed to ... | |
15326 | * config.guess: ... by popular request. | |
15327 | * configure.in, Makefile.in: Update accordingly. | |
15328 | ||
15329 | Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com) | |
15330 | ||
15331 | * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>: | |
15332 | + Add Convex, Cray/Unicos, and Encore/Multimax support. | |
15333 | + Execute ./dummy instead of assuming . is in PATH. | |
15334 | ||
15335 | Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com) | |
15336 | ||
15337 | * guess-systype: New shell script. Attempts to guess the | |
15338 | canonical host name of the executing host. | |
15339 | Only a few hosts are supported so far. | |
15340 | * configure: Call guess-systype if no host is specified. | |
15341 | ||
15342 | Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com) | |
15343 | ||
15344 | * Makefile.in (gcc-no-fixedincludes): Made to work with current | |
15345 | gcc Makefile. | |
15346 | ||
15347 | ||
15348 | Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com) | |
15349 | ||
15350 | * Makefile.in (GCC_FLAGS_TO_PASS): New variable. | |
15351 | (all-gcc, install-gcc, subdir_do): Use it. | |
15352 | ||
15353 | Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com) | |
15354 | ||
15355 | * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc. | |
15356 | ||
15357 | Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com) | |
15358 | ||
15359 | * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now | |
15360 | set exclusively by configure, using configure.in . | |
15361 | ||
15362 | Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15363 | ||
15364 | * test-build.mk: set $PATH for all builds | |
15365 | ||
15366 | * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm | |
15367 | ||
15368 | Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com) | |
15369 | ||
15370 | * Makefile.in (GCC_FOR_TARGET): Supply a default that matches | |
15371 | the one used in gcc/Makefile.in, so that a null expansion doesn't | |
15372 | override the one needed to build gcc with a native cc. | |
15373 | ||
15374 | ||
15375 | Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
15376 | ||
15377 | * configure: Accept -with arguments. | |
15378 | ||
15379 | Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com) | |
15380 | ||
15381 | * Makefile.in: added h8300sim | |
15382 | ||
15383 | Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com) | |
15384 | ||
252b5132 RH |
15385 | * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it |
15386 | to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4. | |
15387 | (all-cygnus, native, build-cygnus): Make | |
15388 | $(canonhost)-stamp-3stage-done, not $(host).... | |
15389 | * test-build.mk (stamp-3stage-compared): Use tail +10c for | |
15390 | i386-sco3.2v4. Added else true to if command. | |
15391 | ||
15392 | Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com) | |
15393 | ||
15394 | * config.sub: (from FSF) Sequent uses a BSD-like OS. | |
15395 | ||
15396 | Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) | |
15397 | ||
15398 | * configure.in (i[34]86-*-isc*): added; uses mh-sysv. | |
15399 | ||
15400 | Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15401 | ||
15402 | * configure.in: don't remove binutils from Solaris builds | |
15403 | ||
15404 | Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com) | |
15405 | ||
15406 | * Makefile.in: get rid of earlier definitions for *clean, | |
15407 | also handle the recursive info rule better | |
15408 | ||
15409 | Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com) | |
15410 | ||
15411 | * Makefile.in (mostlyclean, distclean, realclean): Fix to | |
15412 | do more-or-less the right thing. | |
15413 | ||
15414 | Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com) | |
15415 | ||
15416 | * Makefile.in: Add lines defining CC and CXX, and use CXX rather | |
15417 | than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET. | |
15418 | ||
15419 | Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15420 | ||
15421 | * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to | |
15422 | $(host_canonical). | |
15423 | ||
15424 | * configure.in: split the configdirs list into 4 categories (native | |
15425 | v. cross, library v. tool) and handle the cross-only and native- | |
15426 | only in more reasonable (and correct!) way. | |
15427 | ||
15428 | Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com) | |
15429 | ||
15430 | * configure.in (hppa*-*-*): Don't remove bfd and gdb from | |
15431 | configdirs anymore. | |
15432 | ||
15433 | Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15434 | ||
15435 | * Makefile.in: extensive cleanup:: removed all of the explicit | |
15436 | clean-* targets, collapsed many wrappers around subdir_do into | |
15437 | one, added additional targets to satisfy standards.texi, deleted | |
15438 | some old targets, some changes for consistency | |
15439 | ||
15440 | Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15441 | ||
15442 | * configure.in: handle some programs as cross-only, and others as | |
15443 | native only | |
15444 | ||
15445 | * test-build.mk: handle partial holes in a more generic manner | |
15446 | ||
15447 | * Makefile.in: m4 depends on libiberty | |
15448 | ||
252b5132 RH |
15449 | Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
15450 | ||
15451 | * configure.in: add m4, textutils, fileutils, sed, shellutils, | |
15452 | time, wdiff, and find to configdirs | |
15453 | ||
15454 | * Makefile.in: all, clean, and install rules for the new programs | |
15455 | added to configure.in | |
15456 | ||
15457 | Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15458 | ||
15459 | * configure.in: use mh-sun for all *-sun-* hosts | |
15460 | ||
252b5132 RH |
15461 | Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
15462 | ||
15463 | * Makefile.in: define flags for X11 include files and library file | |
15464 | locations, pass them down to the programs that need this info | |
15465 | ||
15466 | * build-all.mk: added a 'native' target, to 3stage the native toolchain | |
15467 | ||
252b5132 RH |
15468 | Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) |
15469 | ||
15470 | * configure.in: start building libg++ for HP-UX targets | |
15471 | ||
15472 | Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com) | |
15473 | ||
15474 | * README: Update references to files moved into etc/. | |
15475 | ||
15476 | Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com) | |
15477 | ||
15478 | * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2. | |
15479 | * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4. | |
15480 | ||
15481 | Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com) | |
15482 | ||
15483 | * configure: accept dash as well as underscore in long option | |
15484 | names for FSF compatibility. | |
15485 | ||
15486 | Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com) | |
15487 | ||
15488 | * config.sub: added -sco3.2v4 support from FSF. | |
15489 | ||
15490 | Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15491 | ||
15492 | * configure.in: expand the section that adds or removes | |
15493 | directories from the list of programs to build, to handle native | |
15494 | vs. cross in addition to host v. native | |
15495 | ||
15496 | Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com) | |
15497 | ||
15498 | * Makefile.in: Replace C++ in macro names with CXX. | |
15499 | This is less likely to break ... | |
15500 | ||
15501 | Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15502 | ||
15503 | * test-build.mk: add -w to GNU_MAKE | |
15504 | ||
15505 | Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15506 | ||
15507 | * config.sub: remove 'sparc'-->'sparc-sun' default transformation, | |
15508 | add 'sparc' to list of recognized cpus. This needed to make | |
15509 | 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'. | |
15510 | Delete some redundant ose68 variants. Recognize -wrs as an os, | |
15511 | then changes that into $CPU-wrs-vxworks. | |
15512 | ||
15513 | * configure.in: remove most references to gdbtest, regularize | |
15514 | target based program removal | |
15515 | ||
15516 | * test-build.mk: import from p3 tree (many fixes and changes) | |
15517 | ||
15518 | Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com) | |
15519 | ||
15520 | * Makefile.in: added rules to handle tcl, tk, and expect | |
15521 | ||
15522 | * configure.in: handle those directories if they exist | |
15523 | ||
15524 | Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15525 | ||
15526 | * config.sub: removed bogus hppabsd and hppahpux names, since | |
15527 | "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though) | |
15528 | ||
15529 | Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15530 | ||
15531 | * Makefile.in: all-gcc now depends on all-binutils. all-libg++ | |
15532 | depends upon all-xiberty | |
15533 | ||
15534 | * Makefile.in: changes from p3, including: | |
15535 | ||
15536 | Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com) | |
15537 | ||
15538 | * Makefile.in (XTRAFLAGS): include newlib directories if | |
15539 | newlib/Makefile exists, rather than if host != target. | |
15540 | ||
15541 | Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com) | |
15542 | ||
15543 | * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc | |
15544 | from the same source tree and not building a cross-compiler. This | |
15545 | matters for the libg++ configuration if reconfiguring a tree that | |
15546 | has already been installed. | |
15547 | ||
15548 | Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com) | |
15549 | ||
15550 | * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to | |
15551 | pick up the machine and system specific header files. | |
15552 | ||
15553 | * Makefile.in: added AS_FOR_TARGET, passed down in | |
15554 | TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be | |
15555 | the C compiler to use to create programs which are run in the | |
15556 | build environment, set it to default to $(CC), and passed it down | |
15557 | in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS. | |
15558 | ||
15559 | Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com) | |
15560 | ||
15561 | * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET. | |
15562 | We need them for unusual native builds, like systems without | |
15563 | ranlib. | |
15564 | ||
15565 | * configure: also define $(host_canonical) and | |
80413487 RH |
15566 | $(target_canonical), which are the full, canonical names for the |
15567 | given host and target | |
252b5132 RH |
15568 | |
15569 | Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com) | |
15570 | ||
15571 | * Makefile.in: Added separate definitions for C++. | |
15572 | ||
15573 | Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com) | |
15574 | ||
15575 | * configure.in (configdirs): Add deja-gnu. | |
15576 | ||
15577 | Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com) | |
15578 | ||
15579 | * README: Update for configure.texi and gdb-4.7 release. | |
15580 | ||
15581 | Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com) | |
15582 | ||
15583 | * Makefile.in: Move "all" target to top of file. | |
15584 | Previously, first target was ".PHONY" which caused BSD4.4 make | |
15585 | to build .PHONY when make was run without arguments. | |
15586 | ||
15587 | Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com) | |
15588 | ||
15589 | * Makefile.in: Add COPYING.LIB to GDB releases, now that there's | |
15590 | Library-copylefted code in libiberty. | |
15591 | ||
15592 | Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com) | |
15593 | ||
15594 | * config.sub: Replace m68kmote with plain old m68k. | |
15595 | ||
15596 | Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com) | |
15597 | ||
15598 | * Makefile.in: Remove space from blank line, avoid Make complaints. | |
15599 | ||
15600 | Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com) | |
15601 | ||
15602 | * config.sub: Complain if no argument is given. Added support for | |
15603 | 386bsd as OS and target alias. | |
15604 | ||
15605 | Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com) | |
15606 | ||
15607 | * Makefile.in (XTRAFLAGS): include newlib directories if | |
15608 | newlib/Makefile exists, rather than if host != target. | |
15609 | ||
15610 | Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com) | |
15611 | ||
15612 | * config.sub: recognize sparclite-wrs-vxworks. | |
15613 | ||
15614 | * Makefile.in (install-xiberty): added *-xiberty make rules (from | |
15615 | p3.) Added clean-xiberty to clean. | |
15616 | ||
15617 | Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15618 | ||
15619 | * configure.in: use *-*-* instead of nested cases for host and target | |
15620 | ||
15621 | Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com) | |
15622 | ||
15623 | * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc | |
15624 | from the same source tree and not building a cross-compiler. This | |
15625 | matters for the libg++ configuration if reconfiguring a tree that | |
15626 | has already been installed. | |
15627 | ||
15628 | Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com) | |
15629 | ||
15630 | * config.sub (i486v/i486v4): Merge in from FSF version. | |
15631 | ||
15632 | Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com) | |
15633 | ||
15634 | * configure: only set PWD if it is already set. | |
15635 | ||
15636 | Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com) | |
15637 | ||
15638 | * configure: just set PWD=`pwd` at the top, since Ultrix sh | |
15639 | doesn't have unset and all success paths (and most error paths) | |
15640 | out set it anyway. (Note: should change all uses of ${PWD=`pwd`} | |
15641 | to just ${PWD} to avoid confusion.) | |
15642 | ||
15643 | Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com) | |
15644 | ||
15645 | * configure: always set $(tooldir) to $(libdir)/$(target_alias), | |
15646 | even for a native compilation. | |
15647 | ||
15648 | Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com) | |
15649 | ||
15650 | Changes to make the gdb.tar.Z rule work better. | |
15651 | ||
15652 | * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes. | |
15653 | (DEVO_SUPPORT): Add configure.texi. | |
15654 | (bfd-ilrt.tar.Z): Remove ancient rule. | |
15655 | ||
15656 | Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) | |
15657 | ||
15658 | * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to | |
15659 | pick up the machine and system specific header files. | |
15660 | ||
15661 | * configure.in, config.sub: added new target m68010-adobe-scout, | |
15662 | with alias of adobe68k. Changed configure.in to check for | |
15663 | -scout before -sco* to avoid a false match. | |
15664 | ||
15665 | * Makefile.in: added AS_FOR_TARGET, passed down in | |
15666 | TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be | |
15667 | the C compiler to use to create programs which are run in the | |
15668 | build environment, set it to default to $(CC), and passed it down | |
15669 | in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS. | |
15670 | ||
15671 | Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com) | |
15672 | ||
15673 | * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET, | |
15674 | AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass | |
15675 | TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the | |
15676 | FOR_TARGET variants, to newlib and libg++. | |
15677 | ||
15678 | Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) | |
15679 | ||
15680 | * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built | |
15681 | first. | |
15682 | ||
15683 | Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com) | |
15684 | ||
15685 | * config.sub: Accept `elf' as an environment. | |
15686 | ||
15687 | Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com) | |
15688 | ||
15689 | * Makefile.in (all-opcodes): cd into the right directory | |
15690 | ||
15691 | Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com) | |
15692 | ||
15693 | * configure: added -program_transform_name option, used as | |
15694 | argument to sed when installing programs. | |
15695 | configure.texi: added documentation for -program_prefix, | |
15696 | -program_suffix and -program_transform_name. | |
15697 | ||
15698 | Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com) | |
15699 | ||
15700 | * config.sub: Accept i486 where i386 ok. | |
15701 | ||
15702 | Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com) | |
15703 | ||
15704 | * config.sub: accept we32k | |
15705 | ||
15706 | Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com) | |
15707 | ||
35590697 | 15708 | * config.sub, configure.in: accept OSE68000 and OSE68k. |
252b5132 RH |
15709 | |
15710 | * Makefile.in: don't create all directories for ``make install''; | |
15711 | let the subdirectories create the ones they need. | |
15712 | ||
15713 | Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15714 | ||
80413487 | 15715 | * COPYING: new file, GPL v2 |
252b5132 RH |
15716 | |
15717 | Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15718 | ||
15719 | * Makefile.in: use the new gen-info-dir, which needs a template | |
15720 | argument (which also lives in texinfo) | |
15721 | ||
15722 | * configure.texi, standards.texi: fix INFO-DIR-ENTRY | |
15723 | ||
252b5132 RH |
15724 | Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com) |
15725 | ||
15726 | * config.sub (ncr3000): Change i386 to i486. | |
15727 | ||
15728 | Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15729 | ||
15730 | * Makefile.in: add install-rcs, install-grep to | |
15731 | install-no-fixedincludes, removed install-bison and install-libgcc | |
15732 | ||
15733 | Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com) | |
15734 | ||
15735 | * configure.in: grab the HPUX makefile fragment if on HPUX | |
15736 | ||
15737 | Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com) | |
15738 | ||
15739 | * Makefile.in: eradicate bison spoor (ditto libgcc). | |
15740 | configure.in: recognise m68{k,000}-ericsson-OSE. | |
15741 | es1800 is alias for m68k-ericsson-OSE | |
15742 | ||
15743 | Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15744 | ||
15745 | * configure.in: rearrange the parts that remove programs from | |
15746 | configdirs, based now on HOST==TARGET or by canonical triple. | |
15747 | ||
15748 | Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
15749 | ||
15750 | * test-build.mk: recurse explicitly with -f test-build.mk when | |
15751 | appropriate. predicate stage3 and comparison on the existence | |
15752 | of gcc. That is, if gcc isn't around, we aren't three-staging. | |
15753 | On very clean, also remove ...stamp-co. Build in-place before | |
15754 | doing other builds. | |
15755 | ||
15756 | Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com) | |
15757 | ||
15758 | * Makefile.in, configure.in: add tgas | |
15759 | ||
15760 | Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
15761 | ||
15762 | * Makefile.in: a number of changes merged in from progressive. | |
15763 | ||
15764 | * configure.in: add libm. | |
15765 | ||
15766 | * .cvsignore: ignore some stuff that comes from test-build.mk. | |
15767 | ||
252b5132 RH |
15768 | Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com) |
15769 | ||
15770 | * config.sub: Add es1800 (m68k-ericsson-es1800). | |
15771 | ||
15772 | Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com) | |
15773 | ||
15774 | * configure: Add program_suffix (parallel to program_prefix) | |
15775 | * Makefile.in: adjust directory-creating script for losing decstation | |
15776 | ||
15777 | Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com) | |
15778 | ||
15779 | * configure: Minor $subdir-related fixes. | |
15780 | ||
15781 | Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com) | |
15782 | ||
15783 | * configure: fix various problems with propogating | |
15784 | makefile_target_frag in subdirs. | |
15785 | * configure.in: config libgcc if its there | |
15786 | ||
15787 | Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com) | |
15788 | ||
15789 | * config.sub: HPPA merge. | |
15790 | ||
252b5132 RH |
15791 | Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com) |
15792 | ||
15793 | * Makefile.in: Replace all-bison with all-byacc in all | |
15794 | dependency lines for other tools (which now use byacc). | |
15795 | ||
15796 | Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com) | |
15797 | ||
15798 | * config.sub: Add sun4sol2 => sparc-sun-solaris2. | |
15799 | ||
252b5132 RH |
15800 | Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com) |
15801 | ||
15802 | * Makefile.in: make gprof rules similar to byacc rules (instead of | |
15803 | vestigal $(unsubdir) that didn't work...) | |
15804 | ||
15805 | Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com) | |
15806 | ||
15807 | * config.sub: Add support for Linux. | |
15808 | * Makefile.in: Use $(FLAGS_TO_PASS) more consistently | |
15809 | (at least for libg++). | |
15810 | ||
15811 | Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com) | |
15812 | ||
15813 | * configure.texi: fix doc for the -nfp option to configure | |
15814 | ||
15815 | Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com) | |
15816 | ||
15817 | * Makefile.in (all-binutils): ar needs flex, so depend on all-flex. | |
15818 | ||
15819 | Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com) | |
15820 | ||
15821 | * config.sub: changed [^-]+ to [^-][^-]* so that it works under | |
15822 | Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.) | |
15823 | * configure.in: added solaris* host_makefile_frag hook. | |
15824 | ||
15825 | Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15826 | ||
15827 | * config.sub: changed recognition of m68000 so that various | |
15828 | m68k types can be specified via m680[01234]0 | |
15829 | ||
15830 | Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15831 | ||
15832 | * config.sub (basic_machine): fix sed so that '-foo' isn't | |
15833 | completely substituted out while .+'-foo' loses the '-foo' | |
15834 | ||
15835 | Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com) | |
15836 | ||
15837 | * config.sub ($os): Add -aout. | |
15838 | ||
15839 | Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com) | |
15840 | ||
15841 | * configure: If host_makefile_frag is absolute, don't | |
15842 | prefix ${invsubdir} (relevant to libg++ auto-configure). | |
15843 | ||
15844 | Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com) | |
15845 | ||
15846 | * Makefile.in (tooldir): Define it. | |
15847 | (all-ld): Depend on all-flex. | |
15848 | ||
15849 | Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com) | |
15850 | ||
15851 | * Makefile.in (check): Fix libg++ special case. | |
15852 | ||
15853 | Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com) | |
15854 | ||
15855 | * configure: do not bury `pwd` into config.status, thus do fewer | |
15856 | pwd's. | |
15857 | ||
15858 | * configure: print the "Building in" message only when building in | |
15859 | other than "." AND verbose. | |
15860 | ||
15861 | * configure: remove -s, rework -v to better accomodate guested | |
15862 | configures. | |
15863 | ||
15864 | * standards.texi: updated to 3 may, fixed librid <-> libdir typo. | |
15865 | ||
15866 | Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com) | |
15867 | ||
15868 | * Makefile.in: macroize flags passed on recursion. remove | |
15869 | fileutils. | |
15870 | ||
15871 | Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com) | |
15872 | ||
15873 | * configure: get makesrcdir right for subdirs deeper than 1. | |
15874 | ||
15875 | * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on | |
15876 | install. | |
15877 | ||
15878 | Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com) | |
15879 | ||
15880 | * Makefile.in: don't print subdir_do or recursion lines. | |
15881 | ||
15882 | Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com) | |
15883 | ||
15884 | * standards.texi: added menu item. | |
15885 | ||
15886 | * Makefile.in: build and install standards.info. | |
15887 | ||
15888 | * standards.texi: new file. | |
15889 | ||
15890 | Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
15891 | ||
15892 | * configure: test for and move config.status pieces from | |
15893 | ${subdir}/. | |
15894 | ||
15895 | Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com) | |
15896 | ||
252b5132 RH |
15897 | * configure: Test for existance of files before trying to mv |
15898 | them, to avoid numerous non-existance messages. | |
15899 | ||
15900 | Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com) | |
15901 | ||
15902 | * configure: correct final line of config.status. | |
15903 | ||
15904 | * configure: patch from eggert. Avoids a protection problem if | |
15905 | the original Makefile.in is read only. | |
15906 | ||
15907 | * configure: use move-if-change from gcc to create config.status. | |
15908 | Some makefiles depend on config.status to tell if a directory | |
15909 | has been reconfigured for a different host. This change | |
15910 | prevents those directories from remaking everything in the case | |
15911 | where the reconfig was only intended to rebuild a Makefile. | |
15912 | ||
15913 | * configure: test for config.sub with "config.sub sun4" rather | |
15914 | than "config.sub ${host_alias}". Otherwise we can't tell a bad | |
15915 | host alias from a missing config.sub. | |
15916 | ||
15917 | Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
15918 | ||
15919 | * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass | |
15920 | MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g. | |
15921 | ||
15922 | Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com) | |
15923 | ||
15924 | * configure: mkdir ${subdir} as needed. | |
15925 | ||
15926 | Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com) | |
15927 | ||
15928 | * Makefile.in,configure.in: added autoconf. | |
15929 | ||
15930 | Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
15931 | ||
15932 | * Makefile.in: no longer pass against on recursion. | |
15933 | ||
15934 | * Makefile.in: added .NOEXPORT: so that stray makefile_frag | |
15935 | definitions are not inherited. | |
15936 | ||
15937 | * configure: correct makesrcdir when subdir is . | |
15938 | ||
15939 | Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com) | |
15940 | ||
15941 | * configure: Add support for 'subdirs' variable, which is | |
15942 | like 'configdirs', except that configure doesn't re-invoke | |
15943 | itself for subdirs, it just creates a Makefile for each subdir. | |
15944 | * configure.texi: Document subdirs. | |
15945 | ||
15946 | Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
15947 | ||
15948 | * configure.in: added flex to configdirs | |
15949 | ||
15950 | Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com) | |
15951 | ||
15952 | * Makefile.in: remove clean-stamps from clean. | |
15953 | ||
15954 | Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com) | |
15955 | ||
15956 | * configure.in: Add gdbtest to configdirs. | |
15957 | ||
15958 | Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com) | |
15959 | ||
15960 | * Makefile.in (MINUS_G): Add macro, default to -g, pass on | |
15961 | to recursive makes. | |
15962 | * configure.in: Recognize new ncr3000 config. | |
15963 | ||
15964 | Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com) | |
15965 | ||
15966 | * Makefile.in, configure.in: removed references to gdbm. | |
15967 | ||
15968 | Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com) | |
15969 | ||
15970 | * config.sub: Don't canonicalize os value | |
15971 | newsos* to bsd (readline needs to check for newsos). | |
15972 | (This fix was earlier made Jan 31, but got re-broken.) | |
15973 | ||
15974 | Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com) | |
15975 | ||
15976 | * configure.in: sco is an os, not a vendor! | |
15977 | ||
15978 | * configure: Quote $( better. Keep various shells happy. | |
15979 | ||
15980 | Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com) | |
15981 | ||
15982 | * Makefile.in: eliminate stamp-files. | |
15983 | ||
15984 | Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com) | |
15985 | ||
15986 | * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule. | |
15987 | Supress echoing of all the "if [ -d ... $(MAKE)" lines. | |
15988 | ||
15989 | Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com) | |
15990 | ||
15991 | * config.sub: fix iris/iris3. | |
15992 | ||
15993 | Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com) | |
15994 | ||
15995 | * configure: re-add -rm. | |
15996 | ||
15997 | Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com) | |
15998 | ||
15999 | * Maskefile.in: add .stmp-rcs to all. | |
16000 | ||
16001 | * configure.in: remove gas from rs6000 build, use aix host fragment. | |
16002 | ||
16003 | Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com) | |
16004 | ||
16005 | * configure: pass down site_option during recursion. | |
16006 | ||
16007 | Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com) | |
16008 | ||
16009 | * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline. | |
16010 | ||
16011 | Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com) | |
16012 | ||
16013 | * configure: Change exec_prefix so that it really defaults to prefix. | |
16014 | ||
16015 | Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com) | |
16016 | ||
16017 | * Makefile.in, configure.in: Add support for mmalloc library. | |
16018 | ||
16019 | Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com) | |
16020 | ||
16021 | * Makefile.in: add stmp dependencies for a few more things. | |
16022 | ||
16023 | Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com) | |
16024 | ||
16025 | * configure: adjusted error message on objdir/srcdir configure | |
16026 | collision, per john's suggestion. | |
16027 | ||
16028 | * Makefile.in: add libiberty stmp to all and all.cross. | |
16029 | ||
16030 | Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com) | |
16031 | ||
16032 | * Makefile.in: remove force dependencies, add grep to all. | |
16033 | ||
16034 | Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com) | |
16035 | ||
16036 | * Makefile.in: drop flex. make stamp files work. | |
16037 | ||
16038 | * configure: added test for conflicting configuration in srcdir, | |
16039 | remove trailing slashes from srcdir. Otherwise emacs gdb mode | |
16040 | gets cranky. use relative paths for configure and srcdir | |
16041 | whenever possible. Send some error messages to stderr that were | |
16042 | going to stdout. | |
16043 | ||
16044 | Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com) | |
16045 | ||
16046 | * Makefile.in: Fix libg++ rule to check for gcc directory | |
16047 | before using gcc/gcc. Also pass XTRAFLAGS. | |
16048 | ||
16049 | Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai) | |
16050 | ||
16051 | * Makefile.in: added stmp-files so that directories aren't polled | |
16052 | when they are already built. | |
16053 | ||
16054 | * configure.texi: fixed a node pointer problem. | |
16055 | ||
16056 | Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com) | |
16057 | ||
4bddf3ad | 16058 | * config.sub configure.in gdb/configure.in |
252b5132 RH |
16059 | gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h |
16060 | gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3 | |
16061 | gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x. | |
16062 | ||
16063 | Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
16064 | ||
16065 | * configure: -recurring becomes -silent. corrected help message | |
16066 | for -site= option. | |
16067 | ||
16068 | * Makefile.in: mkdir $(exec_prefix) and $(tooldir). | |
16069 | ||
16070 | Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
16071 | ||
16072 | * configure: when building Makefile for crosses, replace | |
16073 | tooldir and program_prefix. default srcdir from location of | |
16074 | config.sub. remove "for host in hosts" and "for target in | |
16075 | targets" loops. | |
16076 | ||
16077 | Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com) | |
16078 | ||
16079 | * Makefile.in: Do not pass bindir or mandir to cvs. | |
16080 | ||
16081 | Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com) | |
16082 | ||
16083 | * Makefile.in, configure.in: removed traces of namesubdir, | |
16084 | -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced | |
16085 | copyrights to '92, changed some from Cygnus to FSF. | |
16086 | ||
16087 | * configure.texi: remove most references to multiple hosts, | |
16088 | multiple targets, subdirs, etc. | |
16089 | ||
16090 | * configure.man: removed rcsid. reference config.sub not | |
16091 | config.subr. | |
16092 | ||
16093 | * Makefile.in: mkdir $(infodir) on install-info. | |
16094 | ||
16095 | Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com) | |
16096 | ||
16097 | * configure.texi: Explain better about .gdbinit and about | |
16098 | the environment that configure.in sections run in. | |
16099 | ||
16100 | Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com) | |
16101 | ||
16102 | * configure.in: Ultrix is only a decstation if it's a MIPS. | |
16103 | ||
16104 | Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com) | |
16105 | ||
16106 | * README: DOC.configure => cfg-paper.texi. | |
16107 | ||
16108 | Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com) | |
16109 | ||
16110 | * config.sub (near case $os): Don't convert newsos* to bsd! | |
16111 | ||
16112 | Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com) | |
16113 | ||
16114 | * Makefile.in: Reinstall change from gdb-4.3 that reduces | |
16115 | the number of copies of COPYING that go into the GDB tar file. | |
16116 | ||
16117 | Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com) | |
16118 | ||
4bddf3ad | 16119 | * bfd/configure.in, gdb/config/mh-i386sco, |
252b5132 RH |
16120 | gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in: |
16121 | Fix SCO configuration stuff. | |
16122 | ||
16123 | Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com) | |
16124 | ||
16125 | * Makefile.in: For libg++, make sure the -I pointing | |
16126 | to the gcc directory goes *after* all the libg++-local -I flags. | |
16127 | Also, move just-gcc dependency from just-libg++ to all-libg++. | |
16128 | ||
16129 | Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com) | |
16130 | ||
16131 | * configure: Change -x to -f to keep Ultrix /bin/test happy. | |
16132 | ||
16133 | Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com) | |
16134 | ||
16135 | * Makefile.in (make-gdb.tar.Z): Remove texinfo targets. | |
16136 | ||
16137 | Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com) | |
16138 | ||
16139 | * config.sub: Add stratus configuration frags. Also | |
16140 | submitted to FSF. | |
16141 | ||
16142 | Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com) | |
16143 | ||
16144 | * Makefile.in (DEV_SUPPORT): add configure.man. | |
16145 | ||
16146 | * config.sub(Decode manufacturer-specific): add -none*. | |
16147 | ||
16148 | Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com) | |
16149 | ||
16150 | * Makefile.in: remove form feeds to make Sun's make happy. | |
16151 | (DEVO_SUPPORT): DOC.configure => cfg-paper.texi. | |
16152 | ||
16153 | Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com) | |
16154 | ||
16155 | * Makefile.in (AR_FLAGS): Make quieter. | |
16156 | ||
16157 | Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com) | |
16158 | ||
16159 | * configure.in: Add libg++. | |
16160 | * configure: When verbose, don't output the command line at each | |
16161 | level; it will be unremarkably the same as the previous version, | |
16162 | which will be the same as what the user typed. | |
16163 | ||
16164 | Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com) | |
16165 | ||
16166 | * configure.in, Makefile.in: fix clean-info, add flex. add | |
16167 | fileutils. | |
16168 | ||
16169 | * configure: be less sensitive to spaces in Makefile.in. Do not | |
16170 | look for sources in "..". Doing so breaks subdirectories that | |
16171 | might have their own configure. If a subdir has it's own | |
16172 | configure script, use it. | |
16173 | ||
16174 | Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com) | |
16175 | ||
16176 | * cfg-paper.texi: some changes suggested by rms. | |
16177 | ||
16178 | Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com) | |
16179 | ||
16180 | * config.sub: Merge in some small additions from the FSF version, | |
16181 | taken from the gcc distribution, to bring the Cygnus and FSF | |
16182 | versions into closer sync. | |
16183 | ||
16184 | Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com) | |
16185 | ||
16186 | * configure.in: Changed svr4 references to sysv4. | |
16187 | ||
16188 | Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com) | |
16189 | ||
16190 | * configure: added -V for version number option. | |
16191 | ||
16192 | Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com) | |
16193 | ||
16194 | * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd. | |
16195 | renamed from DOC.configure to cfg-paper.texi. | |
16196 | ||
16197 | Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com) | |
16198 | ||
16199 | * configure, config.subr, config.sub: config.subr is now | |
16200 | config.sub again. | |
16201 | ||
16202 | Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com) | |
16203 | ||
16204 | * configure.texi: new file, in progress. | |
16205 | ||
16206 | * Makefile.in: build info file and install the man page for | |
16207 | configure. | |
16208 | ||
16209 | * configure.man: new file, first cut. | |
16210 | ||
16211 | * configure: find config.subr again now that configuration "none" | |
16212 | has gone. removed all traces of the -ansi option. removed all | |
16213 | traces of the -languages option. | |
16214 | ||
16215 | * config.subr: resync from rms. | |
16216 | ||
d932cae7 | 16217 | 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com) |
252b5132 RH |
16218 | |
16219 | * configure, config.sub, config.subr: merge config.sub into | |
16220 | config.subr, call the result config.subr, remove config.sub, use | |
16221 | config.subr. | |
16222 | ||
16223 | * Makefile.in: revised install for dir.info. | |
16224 | ||
d932cae7 | 16225 | 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com) |
252b5132 RH |
16226 | |
16227 | * configure.in: add decstation host makefile frag. | |
16228 | ||
16229 | * Makefile.in: BISON now bison -y again. also install-gcc on | |
16230 | install. clean-gdbm on clean. infodir belongs in datadir. | |
16231 | Make directories for info install. Build dir.info here then | |
16232 | install it. | |
16233 | ||
d932cae7 | 16234 | 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com) |
252b5132 RH |
16235 | |
16236 | * Makefile.in: fix for bad directory tests. | |
16237 | ||
d932cae7 | 16238 | 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com) |
252b5132 RH |
16239 | |
16240 | * configure: \{1,2\} appears to be a sysv'ism. Use a different | |
16241 | regexp. -srcdir relative was being handled incorrectly. | |
16242 | ||
16243 | * Makefile.in: unwrapped some for loops so that parallel makes | |
16244 | work again and so one can focus one's attention on a particular | |
16245 | package. | |
16246 | ||
d932cae7 | 16247 | 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com) |
252b5132 RH |
16248 | |
16249 | * configure: added PWD as a stand in for `pwd` (for speed). use | |
16250 | elif wherever possible. make -srcdir work without -objdir. | |
16251 | -objdir= commented out. | |
16252 | ||
d932cae7 | 16253 | 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com) |
252b5132 RH |
16254 | |
16255 | * configure: +options become --options. -subdirs commented out. | |
16256 | added -host, -datadir. Renamed -destdir to -prefix. Comment in | |
16257 | Makefile now at top of generated Makefile. Removed cvs log | |
16258 | entries. added -srcdir. create .gdbinit only if there is one | |
16259 | in ${srcdir}. | |
16260 | ||
16261 | * Makefile.in: idestdir and ddestdir go away. Added copyrights | |
16262 | and shift gpl to v2. Added ChangeLog if it didn't exist. docdir | |
16263 | and mandir now keyed off datadir by default. | |
16264 | ||
d932cae7 | 16265 | 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com) |
252b5132 RH |
16266 | |
16267 | * Freshly created ChangeLog. | |
16268 | ||
16269 | \f | |
16270 | Local Variables: | |
16271 | mode: change-log | |
16272 | left-margin: 8 | |
16273 | fill-column: 76 | |
16274 | version-control: never | |
16275 | End: |