]> git.ipfire.org Git - thirdparty/gcc.git/blame - config/ChangeLog
extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or newer.
[thirdparty/gcc.git] / config / ChangeLog
CommitLineData
1b3b24c2
RW
12009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand
4 for Autoconf 2.62 or newer.
5 * tls.m4 (GCC_CHECK_TLS): Fix m4 quotation.
6 * no-executables.m4 (_AC_COMPILER_EXEEXT): Fix m4 quotation.
7 * override.m4 (m4_copy_force, m4_rename_force): Provide
8 macros if not defined.
9 (AC_PREREQ): Use m4_copy_force.
10
e7d5b5b9
JM
112009-07-17 Joseph Myers <joseph@codesourcery.com>
12
13 PR other/40784
14 * tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to
15 AC_LINK_IFELSE.
16
396b7fa4
JM
172009-07-16 Joseph Myers <joseph@codesourcery.com>
18
19 * tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when
20 cross-compiling.
21
b192f829
OH
222009-06-25 Olivier Hainque <hainque@adacore.com>
23
24 * config/mh-ppc-aix (BOOT_ADAFLAGS): Remove -mminimal-toc.
25
ed630879
RAE
262009-05-26 Rafael Avila de Espindola <espindola@google.com>
27
28 * plugins.m4: New.
29
4a4a4e99
AO
302009-05-12 Alexandre Oliva <aoliva@redhat.com>
31
32 * multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
33 * mt-gnu (CXXFLAGS_FOR_TARGET): Adjust.
34 * bootstrap-O1.mk: New.
35 * bootstrap-O3.mk: New.
36 * bootstrap-debug.mk: New.
37
1cee3429
PB
382009-05-07 Paolo Bonzini
39
40 Sync from src:
41 2009-02-02 Doug Evans <dje@google.com>
42
43 * tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails.
44 (SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails.
45 (SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain
46 "# no Tcl configs found".
47 (SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR.
48
748086b7
JJ
492009-04-09 Jakub Jelinek <jakub@redhat.com>
50
51 * lead-dot.m4: Change copyright header to refer to version
52 3 of the GNU General Public License and to point readers at the
53 COPYING3 file and the FSF's license web page.
54 * warnings.m4: Likewise.
55
3a24ac1d
KT
562009-02-11 Kai Tietz <kai.tietz@onevision.com>
57
58 * mh-cygwin (LDFLAGS): Add linker option to increase stack limit
59 up to 8MB.
60
5cf9cc96
JZ
612009-01-23 Jie Zhang <jie.zhang@analog.com>
62
63 * tls.m4 (GCC_CHECK_EMUTLS): Define.
64
a0e02041
AP
652008-12-21 Andrew Pinski <pinskia@gmail.com>
66
67 PR target/38300
68 * unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo.
69
da9014c0
KT
702008-11-21 Kai Tietz <kai.tietz@onevision.com>
71
72 Fix PR/25502
73 * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.
74
bc3f0248
SE
752008-11-12 Steve Ellcey <sje@cup.hp.com>
76
77 PR target/27880
78 * unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
79 link test to target based test.
80
08d0963a
RS
812008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
82
83 * mt-mips16-compat: New file, taken from mt-mips-elfoabi.
84 * mt-mips-elfoabi: Include mt-mips16-compat.
85 * mt-mips-gnu: New file.
86
d6833cf9
AM
872008-08-03 Alan Modra <amodra@bigpond.net.au>
88
89 * mt-spu (all-ld): Update for ld Makefile changes.
90
e5b1b03f
KS
912008-08-02 Keith Seitz <keiths@redhat.com>
92
93 * tcl.m4 (SC_PATH_TCLCONFIG): Add some simple logic to deal
94 with cygwin.
95 (SC_PATH_TKCONFIG): Likewise.
96
00afcaa0
PB
972008-07-30 Paolo Bonzini <bonzini@gnu.org>
98
99 * mh-pa: New, from gcc/config/pa/x-ada.
100 * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10.
101
a8416675
KS
1022008-07-25 Keith Seitz <keiths@redhat.com>
103
104 * acinclude.m4: Remove libide, libgui, and all the other Tcl
105 functions.
106 * tcl.m4: New file.
107
d5e1c95e
JM
1082008-07-11 Joseph Myers <joseph@codesourcery.com>
109
110 * mh-mingw (LDFLAGS): Append to rather than replacing previous
111 value.
112
18c04407
RW
1132008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
114
115 * override.m4: Use m4_version_prereq throughout.
116 (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git
117 Autoconf: output pwd along with fatal errors, so the right
118 config.log file is hinted at more prominently.
119 (PARSE_ARGS): Push setting of ac_pwd in this diversion.
120 (_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined.
121 (_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf
122 version _GCC_AUTOCONF_VERSION throughout the tree.
123 (m4_wrap): New override, fix for Posix semantics of m4wrap.
124
10fbe77a
BRF
1252008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
126
127 * tls.m4: Fix typos.
128
f8c33439
JM
1292008-06-08 Joseph Myers <joseph@codesourcery.com>
130
131 PR tree-optimization/36218
10fbe77a 132 * mh-mingw (LDFLAGS): Define.
f8c33439 133
a39e2a91
DS
1342008-06-05 Danny Smith <dannysmith@users.sourceforge.net>
135
136 PR driver/35916
137 * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
138
3d4e720a
ST
1392008-05-12 Samuel Tardieu <sam@rfc1149.net>
140 Paolo Bonzini <bonzini@gnu.org>
141
142 PR ada/36001
143 * acx.m4: Add optional parameter to ACX_PROG_GNAT.
144
e2470383
PB
1452008-04-23 Paolo Bonzini <bonzini@gnu.org>
146
147 * override.m4: Apply _AC_ARG_VALIDATE fix to all versions
148 but 2.62.
149
deb984e6
PB
1502008-04-18 Paolo Bonzini <bonzini@gnu.org>
151
152 PR bootstrap/35457
153
154 * confsubdir.m4: Rename to...
155 * override.m4: ... this. Make sure aclocal always picks it.
156 Add more lenient precious variable check, backported from
157 autoconf trunk.
158
2a79c47f
NC
1592008-04-04 Nick Clifton <nickc@redhat.com>
160
161 PR binutils/4334
162 * acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that
163 cygwin builds are not running in textmode.
164
60d26958
PB
1652008-03-27 Paolo Bonzini <bonzini@gnu.org>
166
167 * extensions.m4: New.
168
639223bd
PB
1692008-03-27 Paolo Bonzini <bonzini@gnu.org>
170
171 * mh-armpic: Remove.
172 * mh-i370pic: Remove.
173 * mh-m68kpic: Remove.
174 * mh-ppcpic: Remove.
175 * mh-sparcpic: Remove.
176 * mh-ia64pic: Remove.
177 * mh-papic: Remove.
178 * mh-s390pic: Remove.
179 * mh-x86pic: Remove.
180
38d24731
RW
1812008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
182
183 * proginstall.m4: New file, with fixed AC_PROG_INSTALL.
184
a99c0539
UB
1852008-02-20 Uros Bizjak <ubizjak@gmail.com>
186
187 * mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
188
1c8bd6a3
PB
1892008-02-20 Paolo Bonzini <bonzini@gnu.org>
190
4b40b2a5
UB
191 PR bootstrap/32009
192 * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
1c8bd6a3 193
0f3e711e
JJ
1942008-01-08 Jakub Jelinek <jakub@redhat.com>
195
196 * futex.m4: New file.
197
f19088fc
RS
1982007-12-06 Richard Sandiford <rsandifo@nildram.co.uk>
199
200 * mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =.
201 * mt-mips-elfoabi: Likewise.
202
3afcaaf4
MR
2032007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
204
205 * tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
206 (GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls.
207
b6f914f6
RS
2082007-10-03 Richard Sandiford <richard@codesourcery.com>
209
210 * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
b6f914f6 211
9e4e0916
KH
2122007-10-03 Kazu Hirata <kazu@codesourcery.com>
213
214 Revert:
215 2007-10-02 Richard Sandiford <richard@codesourcery.com>
216 * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
217
b3226574
RS
2182007-10-02 Richard Sandiford <richard@codesourcery.com>
219
220 * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
221
6eed4bbf
RS
2222007-09-21 Richard Sandiford <rsandifo@nildram.co.uk>
223
224 * mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls
225 with -minterlink-mips16.
226 (CXXFLAGS_FOR_TARGET): Likewise.
227
1ec3b87b
RS
2282007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
229
230 * mt-mips-elfoabi: New file.
231
a318179e
RS
2322007-09-07 Richard Sandiford <richard@codesourcery.com>
233
234 * mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
235 (CXXFLAGS_FOR_TARGET): Likewise.
236
9f349f63
L
2372007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
238
239 PR target/33281
240 * mh-mingw: New host makefile fragment.
241
c8aea42c 2422007-08-18 Paul Brook <paul@codesourcery.com>
9f349f63 243 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
244
245 * mt-gnu (CXXFLAGS_FOR_TARGET): Add
246 $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
247
8229df67
RS
2482007-08-17 Richard Sandiford <richard@codesourcery.com>
249 Nigel Stephens <nigel@mips.com>
250
251 * mt-sde: New file.
252
6f461e76
L
2532007-07-06 H.J. Lu <hongjiu.lu@intel.com>
254
255 * tls.m4 (GCC_CHECK_CC_TLS): New.
256
de8b1dca
SP
2572007-07-05 Sebastian Pop <sebpop@gmail.com>
258
259 PR bootstrap/32622
6f461e76 260 * mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
de8b1dca
SP
261 don't reset its value.
262
4f4aa936
MS
2632007-06-27 Mike Stump <mrs@apple.com>
264
265 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
266 builds.
267
3b42a882
MS
2682007-06-20 Mike Stump <mrs@apple.com>
269
270 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds.
271 (ACX_HAVE_GCC_FOR_TARGET): Likewise.
272
3bbd5a19
PB
2732007-06-14 Paolo Bonzini <bonzini@gnu.org>
274
275 * acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.
276
1a075af1
OH
2772007-06-04 Olivier Hainque <hainque@adacore.com>
278
279 * mh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS.
280
9ebed606
PB
2812007-05-27 Paolo Bonzini <bonzini@gnu.org>
282
283 * confsubdir.m4: Move here from newlib.
284
7e25695e
PB
2852007-05-23 Paolo Bonzini <bonzini@gnu.org>
286
287 PR bootstrap/32009
288 * mh-ppc-darwin: Temporarily disable.
289
c18b8a1c
KT
2902007-04-11 Kai Tietz <kai.tietz@onevision.com>
291
292 * stdint.m4: Make template compatible with older cygwin
293 types.h, wrapping each type in a __XXX_t_defined #ifdef.
294
b5292be6
L
2952007-03-26 H.J. Lu <hongjiu.lu@intel.com>
296
297 * acx.m4 (ACX_BUGURL): Set BUGURL first. Quote $BUGURL first
298 when setting REPORT_BUGS_TEXI.
299
59eaca2f
L
3002007-03-23 H.J. Lu <hongjiu.lu@intel.com>
301
302 * acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
303 REPORT_BUGS_TEXI.
304
ecee6802
JM
3052007-03-23 Joseph Myers <joseph@codesourcery.com>
306
307 * acx.m4 (ACX_PKGVERSION, ACX_BUGURL): Define.
308
172e41aa
AS
3092007-03-07 Andreas Schwab <schwab@suse.de>
310
311 * acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside
312 AC_MSG_RESULT.
313
1ba7cb80
AM
3142007-02-27 Alan Modra <amodra@bigpond.net.au>
315
316 * mt-spu (all-ld): Depend on all-binutils.
317
278a7a38
AO
3182007-02-18 Alexandre Oliva <aoliva@redhat.com>
319
320 * acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
321 precious. Prefer it over a cached value. Use cached value
322 verbosely.
323 (NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override
324 environment variable with build-time tools.
325
1ba7cb80
AM
3262006-12-11 Alan Modra <amodra@bigpond.net.au>
327
328 * mt-spu: New file.
329
1c710c3c
DJ
3302007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
331
332 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
333 with an empty path.
334
78e075d4
JJ
3352007-02-07 Bruno Haible <bruno@clisp.org>
336
337 PR libgomp/28468
338 * config/tls.m4 (GCC_CHECK_TLS): Also check whether the libc supports
339 TLS via __thread.
340
758a2c96
DF
3412007-01-31 Daniel Franke <franke.daniel@gmail.com>
342
343 PR libgomp/30546
344 * acx.m4 (ACX_PROG_CHECK_VER): Locate a program and check that its
345 version is acceptable.
346
024abeb3
TT
3472007-01-27 Paolo Bonzini <bonzini@gnu.org>
348
349 * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
350 directory.
351
5305be7e
RG
3522007-01-23 Richard Guenther <rguenther@suse.de>
353
354 PR bootstrap/30541
355 * config/acx.m4 (ACX_PROG_GNAT): Check for gnatmake.
356
76b972d6
L
3572007-01-14 H.J. Lu <hongjiu.lu@intel.com>
358
359 * ld-symbolic.m4: New.
360
67214c16
PB
3612007-01-11 Paolo Bonzini <bonzini@gnu.org>
362
76b972d6
L
363 * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
364 (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument.
1aa6ca40
PB
365
3662007-01-11 Paolo Bonzini <bonzini@gnu.org>
367
368 * warnings.m4: Add second parameter with name of variable.
67214c16
PB
369 Always append to the variable if it exists.
370
e68ea32e
MS
3712007-01-01 Mike Stump <mrs@apple.com>
372
373 * mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
374
aad741f4
EB
3752006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
376
377 * tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking
378 if static linking doesn't even work.
379
597c25e6
DJ
3802006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
381
382 * tls.m4 (GCC_CHECK_TLS): Fall back to a link test.
383
5b043f08
GK
3842006-10-14 Geoffrey Keating <geoffk@apple.com>
385
386 * multi.m4: New file, from automake version 2 branch.
387
2fb31455
TT
3882006-09-18 Tom Tromey <tromey@redhat.com>
389
390 * tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
391 GCC_ENABLE.
392
695cd757
PB
3932006-07-25 Paolo Bonzini <bonzini@gnu.org>
394
395 PR build/26188
76c29bf0 396 * stdint.m4: Test for uintptr_t even on systems with uint64_t or uint32_t.
695cd757 397
511464e3
SE
3982006-07-21 Steve Ellcey <sje@cup.hp.com>
399
400 PR target/26792
401 * unwind_ipinfo.m4: New.
402
505692b0
DD
4032006-07-21 David Daney <ddaney@avtrex.com>
404
405 PR libgcj/28426
406 * gxx-include-dir.m4: Use target_alias in path for cross build.
407
57255173
PB
4082006-07-18 Paolo Bonzini <bonzini@gnu.org>
409
76c29bf0
AP
410 * acx.m4: Support --with-build-libsubdir and AC_SUBST
411 build_libsubdir.
57255173 412
c68ecf64
RE
4132006-06-13 Richard Earnshaw <rearnsha@arm.com>
414 Alexandre Oliva <aoliva@redhat.com>
415
57255173 416 * gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Add optional
c68ecf64
RE
417 argument for where to search for NLS config file.
418
5c3c3683
DJ
4192006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
420
421 * gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
422 defines otherwise gotten from AM_GNU_GETTEXT. Remove the
423 po/ prefix from CATALOGS.
424
d1f8db0c 4252006-02-14 Paolo Bonzini <bonzini@gnu.org>
41164650 426 Andreas Schwab <schwab@suse.de>
d1f8db0c 427
41164650
DD
428 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Use correct program name.
429 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise, and always set $1.
d1f8db0c 430
e8b05380
PB
4312006-01-26 Paolo Bonzini <bonzini@gnu.org>
432
41164650 433 * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
e8b05380
PB
434 (ACX_PATH_SEP): New.
435 (ACX_TOOL_DIRS): Move here from the gcc directory.
436 (ACX_CHECK_INSTALLED_TARGET_TOOL): New.
437 (GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
438 with a complete path in either $with_build_time_tools or $exec_prefix.
439
4402006-01-02 Paolo Bonzini <bonzini@gnu.org>
4c4b3eb0 441
41164650
DD
442 PR target/25259
443 * stdint.m4: New.
4c4b3eb0 444
212f829c
PB
4452005-12-20 Paolo Bonzini <bonzini@gnu.org>
446
447 Revert Ada-related part of the previous change.
448
449 * mt-ppc-aix: Delete.
450
8ef1f2df
PB
4512005-12-19 Paolo Bonzini <bonzini@gnu.org>
452
453 * mt-ppc-aix, mh-ppc-aix: New.
454
2abefe3d
PB
4552005-12-05 Paolo Bonzini <bonzini@gnu.org>
456
41164650 457 * acx.m4 (GCC_TARGET_TOOL): New.
2abefe3d 458
e1e73e8d
TT
4592005-09-23 Tom Tromey <tromey@redhat.com>
460
461 * enable.m4: New file.
462 * tls.m4: New file.
463
2693c0b0
PB
4642005-08-12 Paolo Bonzini <bonzini@gnu.org>
465
41164650 466 * config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL,
2693c0b0
PB
467 NCN_STRICT_CHECK_TARGET_TOOL): Remove.
468 (NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New,
469 based on the deleted macros.
470
7f28e312
MM
4712005-07-27 Mark Mitchell <mark@codesourcery.com>
472
473 * mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
474
866c78db
KC
4752005-07-16 Kelley Cook <kcook@gcc.gnu.org>
476
477 * all files: Update FSF address.
478
cd111813
TT
4792005-06-14 Tom Tromey <tromey@redhat.com>
480
481 PR libgcj/19877:
482 * no-executables.m4: Call real AC_FUNC_MMAP when cache variable
483 is set but not 'no'.
484
f610dd5f
ZW
4852005-06-13 Zack Weinberg <zack@codesourcery.com>
486
487 * depstand.m4, lead-dot.m4: New files.
488
c64d0e99
KC
4892005-05-19 Kelley Cook <kcook@gcc.gnu.org>
490
491 * accross.m4: Delete file.
492
5a8c20ce
RK
4932005-05-12 Ryota Kunisawa <kunisawa@access.co.jp>
494
495 PR bootstrap/21230
496 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add
497 double quotes around GCC variable.
498
aa9dcfc4
PB
4992005-04-29 Paolo Bonzini <bonzini@gnu.org>
500
501 * acx.m4 (ACX_PROG_GNAT): Remove stray break.
502
0bff65e7
PB
5032005-03-31 Paolo Bonzini <bonzini@gnu.org>
504
aa9dcfc4 505 * gcc-lib-path.m4: Remove.
0bff65e7 506
e9bbd9d7
ZW
5072005-03-21 Zack Weinberg <zack@codesourcery.com>
508
509 * gxx-include-dir.m4: In all substitutions, leave $(gcc_version)
510 to be expanded by the Makefile.
511
a1286ef5
ZW
5122005-03-15 Zack Weinberg <zack@codesourcery.com>
513
514 * gcc-version.m4: Delete.
515
215c351a
PB
5162005-02-28 Paolo Bonzini <bonzini@gnu.org>
517
518 PR bootstrap/17383
519 * acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
520 gcc build is going.
521
9fcdd891
JM
5222005-01-23 Joseph S. Myers <joseph@codesourcery.com>
523
524 * warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Don't do
525 anything for non-GCC compilers.
526
bb59c339
RS
5272004-12-03 Richard Sandiford <rsandifo@redhat.com>
528
529 * gxx-include-dir.m4: New file.
530
afabd8e6
RS
5312004-12-02 Richard Sandiford <rsandifo@redhat.com>
532
4cf93d7c 533 * gcc-version.m4: New file.
afabd8e6 534
018a4785
ZW
5352004-09-24 Zack Weinberg <zack@codesourcery.com>
536
537 * warnings.m4: New file.
538
4c4a5bbc
L
5392004-09-23 H.J. Lu <hongjiu.lu@intel.com>
540
541 PR bootstrap/17369
542 * gcc-lib-path.m4: New file.
543
88fa57d7
KC
5442004-09-22 Kelley Cook <kcook@gcc.gnu.org>
545
546 * gettext-sister.m4: Renamed from gettext.m4
547 * codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4,
548 inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4,
549 lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4,
550 uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources.
551
5f6e6a1c 5522004-08-31 Robert Bowdidge <bowdidge@apple.com>
5b14d144 553
5f6e6a1c
RB
554 * mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
555
41693162
NN
5562004-08-13 Nathanael Nerode <neroden@gcc.gnu.org>
557
558 * Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL,
559 which do an automatic AC_SUBST on _GCC_TOPLEV_*_NONCANONICAL.
560 The intention is that we will migrate to these bit by bit.
561
98a5bb3b
RM
5622004-08-01 Robert Millan <robertmh@gnu.org>
563
564 * mt-linux: Rename to ...
565 * mt-gnu: ... this.
566
ad6717df
PB
5672004-06-09 Paolo Bonzini <bonzini@gnu.org>
568
569 * acx.m4 (ACX_PROG_LN): From gcc, modified to
570 accept a parameter.
571
4f4e53dd
PB
5722004-05-23 Paolo Bonzini <bonzini@gnu.org>
573
574 * acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
575 From gcc.
576
1db673ca
RO
5772004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
578
579 * acx.m4 (ACX_PROG_GNAT): Check if ${CC} produces object file for
580 Ada compilation.
581 Fix acx_cv_cc_gcc_supports_ada spelling.
582
e4c9c075
PB
5832004-03-08 Paolo Bonzini <bonzini@gnu.org>
584
585 PR ada/14131
586 Move language detection to the top level.
587 * acx.m4 (ACX_PROG_GNAT): New macro, moved here
588 from the gcc subdirectory.
589
41d4b979
HPN
5902004-03-09 Hans-Peter Nilsson <hp@axis.com>
591
592 * accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with
593 "-c". Properly quote parameter for AC_MSG_ERROR.
594
8076c0b6
MR
5952004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
596
597 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
598 throughout.
599 * aclocal.m4: Regenerate.
600 * configure: Regenerate.
601
87690a2f
NN
6022003-10-14 Nathanael Nerode <neroden@gcc.gnu.org>
603
604 * gettext.m4: Properly quote arguments to AC_DEFUN.
605
029e256e
DJ
6062003-09-24 Daniel Jacobowitz <drow@mvista.com>
607
608 * acx.m4 (AC_PROG_CPP_WERROR): New.
609
731a8127
NN
6102003-08-27 Daniel Jacobowitz <drow@mvista.com>
611
612 * no-executables.m4: New file.
613
56694dd9
ZW
6142003-07-07 Zack Weinberg <zack@codesourcery.com>
615
616 * gettext.m4: Delete all former contents.
617 (ZW_GNU_GETTEXT_SISTER_DIR): New macro.
618 * progtest.m4: New file.
619
6eb95e99
ZW
6202003-07-04 Zack Weinberg <zack@codesourcery.com>
621
622 * gettext.m4: New file - copy of gettext.m4 from binutils
623 CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4.
624
39987976
KC
6252003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
626
627 * acinclude.m4: Accept i[3456789]86 for machine type.
628
8b87bb96
NN
6292003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
630
731a8127 631 * acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
8b87bb96
NN
632 _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
633 GCC_TOPLEV_SUBDIRS.
634
cb543528
NN
6352003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
636
637 * mh-dgux: Delete.
638
5888b7f2
AO
6392002-12-28 Alexandre Oliva <aoliva@redhat.com>
640
641 * acx.m4: Name cache variables properly.
6eb95e99 642 (NCN_STRICT_CHECK_TOOL): If program is not found and
5888b7f2
AO
643 value-if-not-found is empty, use ${ncn_tool_prefix}$2 or $2,
644 depending on whether build != host or not.
645 (NCN_STRICT_CHECK_TARGET_TOOL): Ditto, with the target prefix.
646
671aa708
NN
6472002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
648
649 * acx.m4: New.
650 * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
651 mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
652 mh-riscos, mh-sysv: Delete.
653 * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
654 mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
655
c91b0d23
CF
6562002-12-16 Christopher Faylor <cgf@redhat.com>
657
658 * mh-cygwin: Don't build libtermcap if it doesn't exist.
659
731a8127
NN
6602002-12-22 Geoffrey Keating <geoffk@apple.com>
661
662 * mt-aix43: Delete.
663
4977bab6
ZW
6642002-11-23 H.J. Lu <hjl@gnu.org>
665
666 * accross.m4: New.
667
5aad4daa
SS
6682002-11-10 Stan Shebs <shebs@apple.com>
669
670 Retire common MPW configury bits.
671 * mpw-mh-mpw: Remove.
672 * mpw: Remove directory along with all of its files.
673
1e6347d8
RO
6742002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
675
676 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
677
a31726dc
NN
6782002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
679
680 * mh-apollo68: remove unused HDEFINES setting.
681 * mh-dgux: remove unused HDEFINES setting.
682 * mh-dgux386: remove unused HDEFINES setting, duplicate RANLIB=true.
683
57e0b4a8
NN
6842002-04-29 Nathanael Nerode <neroden@twcny.rr.com>
685
731a8127
NN
686 * mh-cxux: remove dead code
687 * mh-dgux386: remove dead code
688 * mh-hp300: remove dead code
689 * mh-hpux: remove dead code
690 * mh-hpux8: remove dead code
691 * mh-irix5: remove dead code
692 * mh-irix6: remove dead code
693 * mh-ncr3000: remove dead code
694 * mh-ncrsvr43: remove dead code
695 * mh-necv4: remove dead code
696 * mh-sco: remove dead code
697 * mh-solaris: remove dead code
698 * mh-sysv: remove dead code
699 * mh-sysv4: remove dead code
700 * mh-sysv5: remove dead code
701 * mh-irix4: remove, contains only dead code
702
703 * mt-armpic: Delete.
704 * mt-elfalphapic: Delete.
705 * mt-i370pic: Delete.
706 * mt-ia64pic: Delete.
707 * mt-m68kpic: Delete.
708 * mt-papic: Delete.
709 * mt-ppcpic: Delete.
710 * mt-s390pic: Delete.
711 * mt-sparcpic: Delete.
712 * mt-x86pic: Delete.
57e0b4a8 713
704c9a14
NN
7142002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
715
716 * mh-a68bsd: clean out dead code
717 * mh-apollo68: clean out dead code
718 * mh-cxux: clean out dead code
719 * mh-decstation: clean out dead code
720 * mh-dgux: clean out dead code
721 * mh-dgux386: clean out dead code
722 * mh-hp300: clean out dead code
723 * mh-hpux: clean out dead code
724 * mh-hpux8: clean out dead code
725 * mh-interix: clean out dead code
726 * mh-irix4: clean out dead code
727 * mh-lynxrs6k: clean out dead code
728 * mh-mingw32: clean out dead code
729 * mh-ncr3000: clean out dead code
730 * mh-ncrsvr43: clean out dead code
731 * mh-necv4: clean out dead code
732 * mh-openedition: clean out dead code
733 * mh-riscos: clean out dead code
734 * mh-sco: clean out dead code
735 * mh-sysv4: clean out dead code
736 * mh-lynxos: removed, contained only dead code
737 * mh-vaxult2: removed, contained only dead code
738 * mh-sun3: removed, contained only dead code
739
a6bea8ce
KS
7402002-04-15 Keith Seitz <keiths@redhat.com>
741
742 * acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
743 too.
744 (CYG_AC_PATH_TKCONFIG): Likewise.
745
cc712abf
JM
7462001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
747
748 * acinclude.m4: Fix spelling error of "separate" as "seperate".
749
ca29c797
JM
7502001-05-22 Jason Merrill <jason_merrill@redhat.com>
751
752 * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
753
0be25992
RH
7542001-01-27 Richard Henderson <rth@redhat.com>
755
756 * mt-alphaieee: New file.
757
b12ebe84
LB
7582001-01-02 Laurynas Biveinis <lauras@softhome.net>
759
760 * mh-djgpp: do not set CFLAGS.
761
326c5cd1
ME
7622000-08-04 Mark Elbrecht <snowball3@bigfoot.com>
763
764 * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
765 modify 'gcc_version'.
766
11444a0c
AH
7672000-07-21 Andrew Haley <aph@cygnus.com>
768
769 * mh-ia64pic: New file.
6eb95e99 770 * mt-ia64pic: New file.
11444a0c 771
ab50d72b
DD
7722001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
773
774 * mh-s390pic: New file.
775 * mt-s390pic: New file.
776
731a8127
NN
7772000-09-26 David Edelsohn <edelsohn@gnu.org>
778
779 * mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
780
ab50d72b 7812000-07-14 Mark P Mitchell <mark@codesourcery.com>
117c9b1c
JM
782
783 * mh-irix6 (CC): Don't set it.
784
229e1e4c
BC
7852000-06-21 Branko Cibej <branko.cibej@hermes.si>
786
787 * mh-sparcpic: Use single instead of double quotes.
788 * mt-sparcpic: Likewise.
789
117c9b1c
JM
7902000-06-19 Syd Polk <spolk@redhat.com>
791
792 * acinclude.m4: Updated for Incr Tcl 3.0.
793
7942000-02-23 Linas Vepstas <linas@linas.org>
795
796 * mh-i370pic: New file.
797 * mt-i370pic: New file.
798
3a685f6f
NC
7992000-02-22 Nick Clifton <nickc@cygnus.com>
800
731a8127 801 * mt-wince: new file: Makefile fragment for WinCE targets.
3a685f6f 802
93e1dce9
GK
8032000-01-06 Geoff Keating <geoffk@cygnus.com>
804
805 * mh-aix43: Delete, move to mt-aix43.
806 * mt-aix43: New file.
807
f0866ec2
LV
808Tue Sep 7 23:31:01 1999 Linas Vepstas <linas@linas.org>
809
810 * mh-openedition: New file.
811
117c9b1c
JM
8121999-04-07 Michael Meissner <meissner@cygnus.com>
813
814 * mt-d30v: New file, pass -g -Os -Wa,-C as default options.
815
731a8127
NN
816Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
817
818 * mh-go32: Delete.
819 * mh-djgpp: New. Renamed from mh-go32.
820
821Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
822
823 * mh-windows: Ditto.
824
117c9b1c
JM
8251999-02-08 Syd Polk <spolk@cygnus.com>
826
827 * acinclude.m4: Added macros to find itcl files.
828 Export TCL_CFLAGS from tclConfig.sh.
829 Export TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH, ITCL_LIB_FULL_PATH,
830 ITK_LIB_FULL_PATH, and TIX_LIB_FULL_PATH
831 Replace TIX macros with better ones from snavigator.
832
fc4c10f1
PB
833Tue Feb 2 22:51:21 1999 Philip Blundell <philb@gnu.org>
834
835 * mh-armpic: New file. Patch from Jim Pick <jim@jimpick.com>.
836 * mt-armpic: Likewise.
837
731a8127
NN
838Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
839
840 * mh-interix: New file.
841
9c022517
CF
842Mon Jan 18 19:41:08 1999 Christopher Faylor <cgf@cygnus.com>
843
844 * cygwin.mh: Activate commented out dependencies for
845 gdb: libtermcap.
846
731a8127
NN
847Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
848
849 * mt-cygwin: Remove.
850
851Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
852
853 * mt-cygwin: New file. libtermcap target info.
854
9c022517
CF
855Wed Nov 18 20:29:46 1998 Christopher Faylor <cgf@cygnus.com>
856
857 * cygwin.mh: Add extra libtermcap target information.
858 Add commented out dependency for gdb to libtermcap for
859 future readline requirement.
860
027ec0db
GN
861Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com>
862
6eb95e99
ZW
863 * mh-cygwin32: delete
864 * mh-cygwin: was mh-cygwin32
027ec0db 865
117c9b1c
JM
8661998-10-26 Syd Polk <spolk@cygnus.com>
867
868 * acinclude.m4: TCLHDIR and TKHDIR need to be run through
869 cygpath for Microsoft builds.
870
8711998-10-20 Syd Polk <spolk@cygnus.com>
872
873 * acinclude.m4: Re-exported TCL_LIBS and TCL_LD_SEARCH_FLAGS
874 because itcl needs them.
875
3ae32cb7
DE
876Mon Aug 31 17:50:53 1998 David Edelsohn <edelsohn@mhpcc.edu>
877
878 * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
879
9ea97665
DE
880Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
881
882 * mh-aix43: New file.
883
3cf2f670
HL
884Mon Aug 10 00:15:47 1998 HJ Lu (hjl@gnu.org)
885
886 * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
887
117c9b1c
JM
8881998-05-29 Rob Savoye <rob@chinadoll.cygnus.com>
889
890 * acinclude.m4: New collection of generic autoconf macros.
6eb95e99 891
337eb773 892Wed Apr 22 12:24:28 1998 Michael Meissner <meissner@cygnus.com>
77be0cab 893
337eb773
JL
894 * mt-ospace: New file, support using -Os instead of -O2 to compile
895 the libraries.
77be0cab 896
ce5b6870
AS
897Wed Apr 22 10:53:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
898
899 * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
900
337eb773
JL
901Sat Apr 11 22:43:17 1998 J. Kean Johnston <jkj@sco.com>
902
903 * mh-svsv5: New file - support for SCO UnixWare 7 / SVR5.
904
905Thu Mar 26 01:54:25 1998 Geoffrey Noer <noer@cygnus.com>
906
907 * mh-cygwin32: stop configuring and building dosrel.
908
731a8127
NN
909Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
910
911 * mh-sparcpic (PICFLAG): Define to properly according
912 to current multilib configuration.
913 * mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly
914 according to current multilib configuration.
915
916Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
917
918 * mh-mingw32: New file.
919
f401679e
JW
920Thu Sep 11 16:43:27 1997 Jim Wilson <wilson@cygnus.com>
921
922 * mh-elfalphapic, mt-elfalphapic: New files.
923
731a8127
NN
9241997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
925
926 * mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is used.
927
928Sun Sep 14 20:53:42 1997 Geoffrey Noer <noer@cygnus.com>
929
930 * mh-cygwin32: ok to build split texinfo files
931
6599da04
JM
932Wed Jul 23 12:32:18 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
933
934 * mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer.
935
936Mon Jun 16 19:06:41 1997 Geoff Keating <geoffk@ozemail.com.au>
937
938 * mh-ppcpic: New file.
939 * mt-ppcpic: New file.
940
941Thu Mar 27 15:52:40 1997 Geoffrey Noer <noer@cygnus.com>
942
943 * mh-cygwin32: override CXXFLAGS, setting to -O2 only
944 (no debug)
945
946Tue Mar 25 18:16:43 1997 Geoffrey Noer <noer@cygnus.com>
947
948 * mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info
949 isn't included in cygwin32-hosted libgcc2.a by default
950
951Wed Jan 8 19:56:43 1997 Geoffrey Noer <noer@cygnus.com>
952
6eb95e99
ZW
953 * mh-cygwin32: override CFLAGS so debug info isn't included
954 in cygwin32-hosted tools by default
6599da04
JM
955
956Tue Dec 31 16:04:26 1996 Ian Lance Taylor <ian@cygnus.com>
957
958 * mh-linux: Remove.
959
960Mon Nov 11 10:29:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
961
962 * mt-ppc: Delete file, options moved to newlib configure.
963
731a8127
NN
964Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
965
966 * mh-windows: Add rules for building MSVC makefiles.
967
968Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
969
970 * mh-windows (HOST_FLAGS): Set srcroot, which is needed
971 for MSVC build procedure.
972
973Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
974
975 * mh-windows: Add support for windows host
976 (that is a build done under the Microsoft build environment).
977
6599da04
JM
978Fri Oct 4 12:21:03 1996 Angela Marie Thomas (angela@cygnus.com)
979
980 * mh-dgux386: New file. x86 dgux specific flags
981
982Mon Sep 30 15:10:07 1996 Stan Shebs <shebs@andros.cygnus.com>
983
984 * mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.
985 (EXTRALIBS_PPC): Use shared libraries instead of xcoff.
986
987Sat Aug 17 04:56:25 1996 Geoffrey Noer <noer@skaro.cygnus.com>
988
989 * mh-cygwin32: don't -D_WIN32 here anymore
990
731a8127
NN
991Sun Aug 11 20:51:50 1996 Stu Grossman (grossman@critters.cygnus.com)
992
993 * mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
994 with normal Windows compilation environment.
995
6599da04
JM
996Thu Aug 15 19:46:44 1996 Stan Shebs <shebs@andros.cygnus.com>
997
998 * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
999 (EXTRALIBS_PPC): Add libgcc.xcoff.
1000
1001Thu Aug 8 14:51:47 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1002
1003 * mt-ppc: New file, add -mrelocatable-lib and -mno-eabi to all
1004 target builds for PowerPC eabi targets.
1005
1006Fri Jul 12 12:06:01 1996 Stan Shebs <shebs@andros.cygnus.com>
1007
1008 * mpw: New subdir, Mac MPW configuration support bits.
1009
1010Mon Jul 8 17:30:52 1996 Jim Wilson <wilson@cygnus.com>
1011
1012 * mh-irix6: New file.
1013
1014Mon Jul 8 15:15:37 1996 Jason Merrill <jason@yorick.cygnus.com>
1015
1016 * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.
1017
1018Fri Jul 5 11:49:02 1996 Ian Lance Taylor <ian@cygnus.com>
1019
1020 * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.
1021
1022Sun Jun 23 22:59:25 1996 Geoffrey Noer <noer@cygnus.com>
1023
1024 * mh-cygwin32: new file. Like mh-go32 without the CFLAGS entry.
1025
1026Tue Mar 26 14:10:41 1996 Ian Lance Taylor <ian@cygnus.com>
1027
1028 * mh-go32 (CFLAGS): Define.
1029
1030Thu Mar 14 19:20:54 1996 Ian Lance Taylor <ian@cygnus.com>
1031
1032 * mh-necv4: New file.
1033
1034Thu Feb 15 13:07:43 1996 Ian Lance Taylor <ian@cygnus.com>
1035
1036 * mh-cxux (CC): New variable.
1037 (CFLAGS, LDFLAGS): Remove.
1038 * mh-ncrsvr43 (CC): New variable.
1039 (CFLAGS): Remove.
1040 * mh-solaris (CFLAGS): Remove.
1041
1042 * mh-go32: Remove most variable settings, since they presumed a
1043 Canadian Cross, which is now handled correctly by the configure
1044 script.
1045
1046 * mh-sparcpic (PICFLAG): Set to -fPIC, not -fpic.
1047
1048Mon Feb 12 14:53:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1049
1050 * mh-m68kpic, mt-m68kpic: New files.
1051
1052Thu Feb 1 14:15:42 1996 Stan Shebs <shebs@andros.cygnus.com>
1053
1054 * mpw-mh-mpw (CC_MWC68K): Add options similar to those used
1055 in CC_MWCPPC, and -mc68020 -model far.
1056 (AR_MWLINK68K): Add -xm library.
1057 (AR_AR): Define.
1058 (CC_LD_MWLINK68K): Remove -d.
1059 (EXTRALIBS_MWC68K): Define.
1060
1061Thu Jan 25 16:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
1062
1063 * mh-ncrsvr43 (CFLAGS): Remove -Hnocopyr.
1064
731a8127
NN
1065Thu Nov 30 14:45:25 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1066
1067 * mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler
1068 defaults to K&R mode, but doesn't have varargs.h, so we have to
1069 compile in ANSI mode.
1070
1071Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1072
1073 * mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
1074 RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
1075
1076Tue Nov 14 15:03:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
1077
1078 * mh-i386win32: add LD_FOR_TARGET.
1079
6599da04
JM
1080Tue Nov 7 15:41:30 1995 Stan Shebs <shebs@andros.cygnus.com>
1081
1082 * mpw-mh-mpw (CC_MWC68K, CC_MWCPPC): Remove unused include path.
1083 (CC_MWCPPC): Add -mpw_chars, disable warnings, add comments
1084 explaining reasons for various flags.
1085 (EXTRALIBS_PPC, EXTRALIBS_MWCPPC ): Put runtime library first.
6eb95e99 1086
6599da04
JM
1087Fri Oct 13 14:44:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
1088
1089 * mh-aix, mh-sun: Removed.
1090
1091 * mh-decstation (X11_EXTRA_CFLAGS): Define.
1092
1093 * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
1094
6eb95e99 1095 * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
6599da04
JM
1096 hardcode location of X stuff here.
1097
1098Thu Sep 28 13:14:56 1995 Stan Shebs <shebs@andros.cygnus.com>
1099
1100 * mpw-mh-mpw: Add definitions for various 68K and PowerMac
1101 compilers, add definitions for library and link steps for
1102 PowerMacs.
1103
731a8127
NN
1104Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas <angela@cygnus.com>
1105
1106 * mh-ncrsvr43: Removed AR_FLAGS
1107
6599da04
JM
1108Thu Sep 14 08:20:04 1995 Fred Fish <fnf@cygnus.com>
1109
1110 * mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
1111 "too much defining" errors from the HPUX compiler.
1112
1113Thu Aug 17 17:28:56 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1114
1115 * mh-hp300 (RANLIB): Use "ar ts", in case GNU ar was used and
1116 didn't build a symbol table.
1117
1118Thu Jun 22 17:47:24 1995 Stan Shebs <shebs@andros.cygnus.com>
1119
1120 * mpw-mh-mpw (CC): Define ANSI_PROTOTYPES.
1121
731a8127
NN
1122Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1123
1124 * m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
1125
6599da04
JM
1126Mon Apr 10 12:29:48 1995 Stan Shebs <shebs@andros.cygnus.com>
1127
1128 * mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
6eb95e99 1129 and ToolLibs.o.
6599da04
JM
1130
1131 * mpw-mh-mpw (CC): Define ALMOST_STDC.
1132 (CFLAGS): Remove ALMOST_STDC, -mc68881.
1133 (LDFLAGS): add -w.
1134
1135 * mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of
1136 functions.
1137
1138 * mpw-mh-mpw: New file, host makefile definitions for MPW.
1139
1140Fri Mar 31 11:35:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
1141
1142 * mt-netware: New file.
1143
731a8127
NN
1144Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
1145
1146 Revert this change:
1147
1148 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1149
1150 * mh-solaris: SunPRO C needs -Xs to be able to get a
1151 working xmakefile for Emacs.
1152
6599da04
JM
1153Mon Mar 13 12:31:29 1995 Ian Lance Taylor <ian@cygnus.com>
1154
1155 * mh-hpux8: New file.
1156 * mh-hpux: Use X11R5 rather than X11R4.
1157
1158Thu Feb 9 11:04:13 1995 Ian Lance Taylor <ian@cygnus.com>
1159
1160 * mh-linux (SYSV): Don't define.
1161 (RANLIB): Don't define.
1162
1163Wed Jan 11 16:29:34 1995 Jason Merrill <jason@phydeaux.cygnus.com>
1164
1165 * m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
1166
731a8127
NN
1167Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
1168
1169 * m[th]-*pic: Support --enable-shared.
1170
6599da04
JM
1171Thu Nov 3 17:27:19 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1172
1173 * mh-irix4 (CC): Increase maximum string length.
1174
1175 * mh-sco (CC): Define away const, it doesn't work right; elements
1176 of arrays of ptr-to-const are considered const themselves.
1177
1178Sat Jul 16 12:17:49 1994 Stan Shebs (shebs@andros.cygnus.com)
1179
1180 * mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com).
1181
1182Sat Jun 4 17:22:12 1994 Per Bothner (bothner@kalessin.cygnus.com)
1183
1184 * mh-ncrsvr43: New file from Tom McConnell
1185 <tmcconne@sedona.intel.com>.
1186
1187Thu May 19 00:32:11 1994 Jeff Law (law@snake.cs.utah.edu)
1188
1189 * mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
1190 errors from the HPUX 8 compilers.
1191
731a8127
NN
1192Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
1193
1194 * mh-go32: New fragment.
1195
1196Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1197
1198 * mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
1199 unique in 8.3 naming schemes.
1200
6599da04
JM
1201Wed May 4 20:14:47 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
1202
1203 * mh-lynxrs6k: set SHELL to /bin/bash
1204
1205Tue Apr 12 12:38:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1206
1207 * mh-irix4 (CC): Change -XNh1500 to -XNh2000.
1208
731a8127
NN
1209Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
1210
1211 * mh-lynxosrs6k: Account for lack of ranlib!
1212
6599da04
JM
1213Sat Dec 25 20:03:45 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1214
1215 * mt-hppa: Delete.
1216
731a8127
NN
1217Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1218
1219 * mh-irix5: New file for Irix 5.
1220
6599da04
JM
1221Tue Nov 16 22:54:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1222
1223 * mh-a68bsd: Define CC to gcc.
1224
1225Mon Nov 15 16:56:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1226
1227 * mh-linux: Don't put -static in LDFLAGS. Add comments.
1228
1229Mon Nov 15 13:37:58 1993 david d `zoo' zuhn (zoo@cirdan.cygnus.com)
1230
1231 * mh-sysv4 (AR_FLAGS): change from cq to cr
1232
1233Fri Nov 5 08:12:32 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
1234
1235 * mh-unixware: remove. It's the same as sysv4, and config.guess
1236 can't tell the difference. So don't allow skew.
1237
1238Wed Oct 20 20:35:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1239
1240 * mh-hp300: Revert yesterday's change, but add comment explaining.
1241
1242Tue Oct 19 18:58:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1243
1244 * mh-hp300: Don't define CFLAGS to empty. Why should hp300 be
1245 different from anything else? ("gdb doesn't understand the native
1246 debug format" isn't a good enough answer because we might be using
1247 gcc).
1248
1249Tue Oct 5 12:17:40 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1250
1251 * mh-alphaosf: Remove, no longer necessary now that gdb knows
1252 how to handle OSF/1 shared libraries.
1253
1254Tue Jul 6 11:27:33 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1255
1256 * mh-alphaosf: New file.
1257
1258Thu Jul 1 15:49:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1259
1260 * mh-riscos: New file.
1261
1262Mon Jun 14 12:03:18 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
1263
1264 * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
1265 mh-ncr3000, mh-solaris, mh-sysv, mh-sysv4: remove INSTALL=cp line,
1266 now that we're using install.sh globally
1267
1268Fri Jun 4 16:09:34 1993 Ian Lance Taylor (ian@cygnus.com)
1269
1270 * mh-sysv4 (INSTALL): Use cp, not /usr/ucb/install.
1271
731a8127
NN
1272Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1273
1274 * mh-delta88: remove extraneous GCC references
1275
6599da04
JM
1276Thu Apr 8 11:21:52 1993 Ian Lance Taylor (ian@cygnus.com)
1277
1278 * mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
1279 mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
1280 Makefile fragment files.
1281
731a8127
NN
1282Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
1283
1284 * mh-irix4: Bump -XNh value to 1500 to match gcc requirements.
1285
1286Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1287
1288 * mh-sun3: cc needs -J to compile cp-parse.c correctly
1289
1290 * mh-solaris: SunPRO C needs -Xs to be able to get a
1291 working xmakefile for Emacs.
1292
6599da04
JM
1293Mon Mar 8 15:05:25 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1294
1295 * mh-aix386: New file; old mh-aix, plus no-op RANLIB.
1296
731a8127
NN
1297Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
1298
1299 * mh-vaxult2: New file.
1300
1301Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1302
1303 * mh-sco: define X11_LIB to the mess that SCO ODT requires
1304
1305Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
1306
1307 * mh-sco: Don't override BISON definition.
1308
1309Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1310
1311 * mh-sco: don't default $(CC) to gcc
1312
1313Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1314
1315 * mh-solaris: rework standard X location to use
1316 $OPENWINHOME, if defined.
1317
1318 * mh-sun: handle X11 include locations
1319
1320 * mh-decstation: define NeedFunctionPrototypes to 0, to
1321 work around dain-bramaged DECwindows include files
1322
1323Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1324
1325 * mh-hpux, mh-solaris: define the "standard" locations for
1326 the vendor supplied X11 headers and libraries
1327
6599da04
JM
1328Thu Oct 1 13:50:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1329
1330 * mh-solaris: INSTALL is NOT /usr/ucb/install
1331
1332Mon Aug 24 14:25:35 1992 Ian Lance Taylor (ian@cygnus.com)
1333
1334 * mt-ose68000, mt-ose68k: renamed from mt-OSE*.
1335
731a8127
NN
1336Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1337
1338 * mh-solaris: removed the -xs from CFLAGS (let the people
1339 with Sun's C compiler deal with it themselved)
1340
6599da04
JM
1341Tue Jul 21 02:11:01 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
1342
1343 * mt-OSE68k, mt-680000: new configs.
1344
1345Thu Jul 16 17:12:09 1992 K. Richard Pixley (rich@rtl.cygnus.com)
1346
1347 * mh-irix4: merged changes from progressive.
1348
731a8127
NN
1349Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
1350
1351 * mh-solaris: Use -xs when compiling so that Sun-C puts
1352 a symbol-table into the executable.
1353
1354Mon Jun 15 12:31:52 1992 Fred Fish (fnf@cygnus.com)
1355
1356 * mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
1357 it is broken on ncr 3000's.
1358
6599da04
JM
1359Tue Jun 9 23:29:38 1992 Per Bothner (bothner@rtl.cygnus.com)
1360
1361 * Everywhere: Change RANLIB=echo>/dev/null (which confuses
1362 some shells - and I don't blame them) to RANLIB=true.
1363 * mh-solaris: Use /usr/ucb/install for INSTALL.
1364
731a8127
NN
1365Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
1366
1367 * mh-ncr3000, mh-sysv4: Add INSTALL.
1368
6599da04
JM
1369Sun May 31 14:45:23 1992 Mark Eichin (eichin at cygnus.com)
1370
1371 * mh-solaris2: Add new configuration for Solaris 2 (sysv, no ranlib)
1372
731a8127
NN
1373Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
1374
1375 * mh-delta88, mh-ncr3000: Replace MINUS_G with
1376 CFLAGS per new configuration strategy.
1377
6599da04
JM
1378Fri Apr 10 23:10:08 1992 Fred Fish (fnf@cygnus.com)
1379
1380 * mh-ncr3000: Add new configuration for NCR 3000.
1381
731a8127
NN
1382Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
1383
1384 * mh-irix4: Port to SGI Irix-4.x.
1385
1386Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
1387
1388 * mh-sco: Fix SCO configuration stuff.
1389
6599da04
JM
1390Tue Dec 10 00:10:55 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1391
1392 * ChangeLog: fresh changelog.
1393