OSDN Git Service

2001-08-13 H.J. Lu (hjl@gnu.org)
[pf3gnuchains/gcc-fork.git] / config / ChangeLog
1 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
2
3         * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
4
5 2001-01-27  Richard Henderson  <rth@redhat.com>
6
7         * mt-alphaieee: New file.
8
9 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10
11         * mh-djgpp: do not set CFLAGS.
12
13 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
14
15         * mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
16         modify 'gcc_version'.
17
18 2000-07-21  Andrew Haley  <aph@cygnus.com>
19
20         * mh-ia64pic: New file.
21         * mt-ia64pic: New file. 
22
23 Fri Jul 14 18:13:23 2000  Mark P Mitchell  <mark@codesourcery.com>
24
25         * mh-irix6 (CC): Don't set it.
26
27 2000-06-21  Branko Cibej  <branko.cibej@hermes.si>
28
29         * mh-sparcpic: Use single instead of double quotes.
30         * mt-sparcpic: Likewise.
31
32 2000-06-19  Syd Polk <spolk@redhat.com>
33
34         * acinclude.m4: Updated for Incr Tcl 3.0.
35
36 2000-02-23  Linas Vepstas <linas@linas.org>
37
38         * mh-i370pic: New file.
39         * mt-i370pic: New file.
40
41 2000-02-22  Nick Clifton  <nickc@cygnus.com>
42
43         * config/mt-wince: new file: Makefile fragment for WinCE targets.
44
45 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
46
47         * mh-aix43: Delete, move to mt-aix43.
48         * mt-aix43: New file.
49
50 Tue Sep  7 23:31:01 1999  Linas Vepstas  <linas@linas.org>
51
52         * mh-openedition: New file.
53
54 1999-04-07  Michael Meissner  <meissner@cygnus.com>
55
56         * mt-d30v: New file, pass -g -Os -Wa,-C as default options.
57
58 1999-02-08  Syd Polk  <spolk@cygnus.com>
59
60         * acinclude.m4: Added macros to find itcl files.
61         Export TCL_CFLAGS from tclConfig.sh.
62         Export TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH, ITCL_LIB_FULL_PATH,
63         ITK_LIB_FULL_PATH, and TIX_LIB_FULL_PATH
64         Replace TIX macros with better ones from snavigator.
65
66 Tue Feb  2 22:51:21 1999 Philip Blundell  <philb@gnu.org>
67
68         * mh-armpic: New file.  Patch from Jim Pick <jim@jimpick.com>.
69         * mt-armpic: Likewise.
70
71 Mon Jan 18 19:41:08 1999  Christopher Faylor <cgf@cygnus.com>
72
73         * cygwin.mh: Activate commented out dependencies for
74         gdb: libtermcap.
75
76 Wed Nov 18 20:29:46 1998  Christopher Faylor <cgf@cygnus.com>
77
78         * cygwin.mh: Add extra libtermcap target information.
79         Add commented out dependency for gdb to libtermcap for
80         future readline requirement.
81
82 Mon Nov  2 15:15:33 1998  Geoffrey Noer  <noer@cygnus.com>
83
84         * mh-cygwin32: delete
85         * mh-cygwin: was mh-cygwin32
86
87 1998-10-26  Syd Polk  <spolk@cygnus.com>
88
89         * acinclude.m4: TCLHDIR and TKHDIR need to be run through
90         cygpath for Microsoft builds.
91
92 1998-10-20  Syd Polk  <spolk@cygnus.com>
93
94         * acinclude.m4: Re-exported TCL_LIBS and TCL_LD_SEARCH_FLAGS
95         because itcl needs them.
96
97 Mon Aug 31 17:50:53 1998  David Edelsohn  <edelsohn@mhpcc.edu>
98
99         * mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
100
101 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
102
103         * mh-aix43: New file.
104
105 Mon Aug 10 00:15:47 1998  HJ Lu (hjl@gnu.org)
106
107         * mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
108
109 1998-05-29  Rob Savoye  <rob@chinadoll.cygnus.com>
110
111         * acinclude.m4: New collection of generic autoconf macros.
112         
113 Wed Apr 22 12:24:28 1998  Michael Meissner  <meissner@cygnus.com>
114
115         * mt-ospace: New file, support using -Os instead of -O2 to compile
116         the libraries.
117
118 Wed Apr 22 10:53:14 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
119
120         * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
121
122 Sat Apr 11 22:43:17 1998  J. Kean Johnston  <jkj@sco.com>
123
124         * mh-svsv5: New file - support for SCO UnixWare 7 / SVR5.
125
126 Thu Mar 26 01:54:25 1998  Geoffrey Noer  <noer@cygnus.com>
127
128         * mh-cygwin32: stop configuring and building dosrel.
129
130 Thu Sep 11 16:43:27 1997  Jim Wilson  <wilson@cygnus.com>
131
132         * mh-elfalphapic, mt-elfalphapic: New files.
133
134 Wed Jul 23 12:32:18 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
135
136         * mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer.
137
138 Mon Jun 16 19:06:41 1997  Geoff Keating  <geoffk@ozemail.com.au>
139
140         * mh-ppcpic: New file.
141         * mt-ppcpic: New file.
142
143 Thu Mar 27 15:52:40 1997  Geoffrey Noer  <noer@cygnus.com>
144
145         * mh-cygwin32: override CXXFLAGS, setting to -O2 only
146         (no debug)
147
148 Tue Mar 25 18:16:43 1997  Geoffrey Noer  <noer@cygnus.com>
149
150         * mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info
151         isn't included in cygwin32-hosted libgcc2.a by default
152
153 Wed Jan  8 19:56:43 1997  Geoffrey Noer  <noer@cygnus.com>
154
155         * mh-cygwin32: override CFLAGS so debug info isn't included
156         in cygwin32-hosted tools by default
157
158 Tue Dec 31 16:04:26 1996  Ian Lance Taylor  <ian@cygnus.com>
159
160         * mh-linux: Remove.
161
162 Mon Nov 11 10:29:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
163
164         * mt-ppc: Delete file, options moved to newlib configure.
165
166 Fri Oct  4 12:21:03 1996  Angela Marie Thomas (angela@cygnus.com)
167
168         * mh-dgux386: New file.  x86 dgux specific flags
169
170 Mon Sep 30 15:10:07 1996  Stan Shebs  <shebs@andros.cygnus.com>
171
172         * mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.
173         (EXTRALIBS_PPC): Use shared libraries instead of xcoff.
174
175 Sat Aug 17 04:56:25 1996  Geoffrey Noer  <noer@skaro.cygnus.com>
176
177         * mh-cygwin32: don't -D_WIN32 here anymore
178
179 Thu Aug 15 19:46:44 1996  Stan Shebs  <shebs@andros.cygnus.com>
180
181         * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
182         (EXTRALIBS_PPC): Add libgcc.xcoff.
183
184 Thu Aug  8 14:51:47 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
185
186         * mt-ppc: New file, add -mrelocatable-lib and -mno-eabi to all
187         target builds for PowerPC eabi targets.
188
189 Fri Jul 12 12:06:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
190
191         * mpw: New subdir, Mac MPW configuration support bits.
192
193 Mon Jul  8 17:30:52 1996  Jim Wilson  <wilson@cygnus.com>
194
195         * mh-irix6: New file.
196
197 Mon Jul  8 15:15:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
198
199         * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.
200
201 Fri Jul  5 11:49:02 1996  Ian Lance Taylor  <ian@cygnus.com>
202
203         * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.
204
205 Sun Jun 23 22:59:25 1996  Geoffrey Noer  <noer@cygnus.com>
206
207         * mh-cygwin32: new file.  Like mh-go32 without the CFLAGS entry.
208
209 Tue Mar 26 14:10:41 1996  Ian Lance Taylor  <ian@cygnus.com>
210
211         * mh-go32 (CFLAGS): Define.
212
213 Thu Mar 14 19:20:54 1996  Ian Lance Taylor  <ian@cygnus.com>
214
215         * mh-necv4: New file.
216
217 Thu Feb 15 13:07:43 1996  Ian Lance Taylor  <ian@cygnus.com>
218
219         * mh-cxux (CC): New variable.
220         (CFLAGS, LDFLAGS): Remove.
221         * mh-ncrsvr43 (CC): New variable.
222         (CFLAGS): Remove.
223         * mh-solaris (CFLAGS): Remove.
224
225         * mh-go32: Remove most variable settings, since they presumed a
226         Canadian Cross, which is now handled correctly by the configure
227         script.
228
229         * mh-sparcpic (PICFLAG): Set to -fPIC, not -fpic.
230
231 Mon Feb 12 14:53:39 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
232
233         * mh-m68kpic, mt-m68kpic: New files.
234
235 Thu Feb  1 14:15:42 1996  Stan Shebs  <shebs@andros.cygnus.com>
236
237         * mpw-mh-mpw (CC_MWC68K): Add options similar to those used
238         in CC_MWCPPC, and -mc68020 -model far.
239         (AR_MWLINK68K): Add -xm library.
240         (AR_AR): Define.
241         (CC_LD_MWLINK68K): Remove -d.
242         (EXTRALIBS_MWC68K): Define.
243
244 Thu Jan 25 16:05:33 1996  Ian Lance Taylor  <ian@cygnus.com>
245
246         * mh-ncrsvr43 (CFLAGS): Remove -Hnocopyr.
247
248 Tue Nov  7 15:41:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
249
250         * mpw-mh-mpw (CC_MWC68K, CC_MWCPPC): Remove unused include path.
251         (CC_MWCPPC): Add -mpw_chars, disable warnings, add comments
252         explaining reasons for various flags.
253         (EXTRALIBS_PPC, EXTRALIBS_MWCPPC ): Put runtime library first.
254         
255 Fri Oct 13 14:44:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
256
257         * mh-aix, mh-sun:  Removed.
258
259         * mh-decstation (X11_EXTRA_CFLAGS): Define.
260
261         * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
262
263         * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't 
264         hardcode location of X stuff here.
265
266 Thu Sep 28 13:14:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
267
268         * mpw-mh-mpw: Add definitions for various 68K and PowerMac
269         compilers, add definitions for library and link steps for
270         PowerMacs.
271
272 Thu Sep 14 08:20:04 1995  Fred Fish  <fnf@cygnus.com>
273
274         * mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
275         "too much defining" errors from the HPUX compiler.
276
277 Thu Aug 17 17:28:56 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
278
279         * mh-hp300 (RANLIB): Use "ar ts", in case GNU ar was used and
280         didn't build a symbol table.
281
282 Thu Jun 22 17:47:24 1995  Stan Shebs  <shebs@andros.cygnus.com>
283
284         * mpw-mh-mpw (CC): Define ANSI_PROTOTYPES.
285
286 Mon Apr 10 12:29:48 1995  Stan Shebs  <shebs@andros.cygnus.com>
287
288         * mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
289         and ToolLibs.o.
290
291         * mpw-mh-mpw (CC): Define ALMOST_STDC.
292         (CFLAGS): Remove ALMOST_STDC, -mc68881.
293         (LDFLAGS): add -w.
294
295         * mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of
296         functions.
297
298         * mpw-mh-mpw: New file, host makefile definitions for MPW.
299
300 Fri Mar 31 11:35:17 1995  Jason Molenda (crash@phydeaux.cygnus.com)
301
302         * mt-netware: New file.
303
304 Mon Mar 13 12:31:29 1995  Ian Lance Taylor  <ian@cygnus.com>
305
306         * mh-hpux8: New file.
307         * mh-hpux: Use X11R5 rather than X11R4.
308
309 Thu Feb  9 11:04:13 1995  Ian Lance Taylor  <ian@cygnus.com>
310
311         * mh-linux (SYSV): Don't define.
312         (RANLIB): Don't define.
313
314 Wed Jan 11 16:29:34 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
315
316         * m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
317
318 Thu Nov  3 17:27:19 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
319
320         * mh-irix4 (CC): Increase maximum string length.
321
322         * mh-sco (CC): Define away const, it doesn't work right; elements
323         of arrays of ptr-to-const are considered const themselves.
324
325 Sat Jul 16 12:17:49 1994  Stan Shebs  (shebs@andros.cygnus.com)
326
327         * mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com).
328
329 Sat Jun  4 17:22:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
330
331         * mh-ncrsvr43:  New file from Tom McConnell
332         <tmcconne@sedona.intel.com>.
333
334 Thu May 19 00:32:11 1994  Jeff Law  (law@snake.cs.utah.edu)
335
336         * mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
337         errors from the HPUX 8 compilers.
338
339 Wed May  4 20:14:47 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
340
341         * mh-lynxrs6k: set SHELL to /bin/bash
342
343 Tue Apr 12 12:38:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
344
345         * mh-irix4 (CC): Change -XNh1500 to -XNh2000.
346
347 Sat Dec 25 20:03:45 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
348
349         * mt-hppa: Delete.
350
351 Tue Nov 16 22:54:39 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
352
353         * mh-a68bsd: Define CC to gcc.
354
355 Mon Nov 15 16:56:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
356
357         * mh-linux: Don't put -static in LDFLAGS.  Add comments.
358
359 Mon Nov 15 13:37:58 1993  david d `zoo' zuhn  (zoo@cirdan.cygnus.com)
360
361         * mh-sysv4 (AR_FLAGS): change from cq to cr
362
363 Fri Nov  5 08:12:32 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
364
365         * mh-unixware: remove.  It's the same as sysv4, and config.guess
366         can't tell the difference.  So don't allow skew.
367
368 Wed Oct 20 20:35:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
369
370         * mh-hp300: Revert yesterday's change, but add comment explaining.
371
372 Tue Oct 19 18:58:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
373
374         * mh-hp300: Don't define CFLAGS to empty.  Why should hp300 be
375         different from anything else?  ("gdb doesn't understand the native
376         debug format" isn't a good enough answer because we might be using
377         gcc).
378
379 Tue Oct  5 12:17:40 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
380
381         * mh-alphaosf: Remove, no longer necessary now that gdb knows
382         how to handle OSF/1 shared libraries.
383
384 Tue Jul  6 11:27:33 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
385
386         * mh-alphaosf: New file.
387
388 Thu Jul  1 15:49:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
389
390         * mh-riscos: New file.
391
392 Mon Jun 14 12:03:18 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
393
394         * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
395         mh-ncr3000, mh-solaris, mh-sysv, mh-sysv4: remove INSTALL=cp line,
396         now that we're using install.sh globally
397
398 Fri Jun  4 16:09:34 1993  Ian Lance Taylor  (ian@cygnus.com)
399
400         * mh-sysv4 (INSTALL): Use cp, not /usr/ucb/install.
401
402 Thu Apr  8 11:21:52 1993  Ian Lance Taylor  (ian@cygnus.com)
403
404         * mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
405         mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
406         Makefile fragment files.
407
408 Mon Mar  8 15:05:25 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
409
410         * mh-aix386: New file; old mh-aix, plus no-op RANLIB.
411
412 Thu Oct  1 13:50:48 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
413
414         * mh-solaris: INSTALL is NOT /usr/ucb/install
415
416 Mon Aug 24 14:25:35 1992  Ian Lance Taylor  (ian@cygnus.com)
417
418         * mt-ose68000, mt-ose68k: renamed from mt-OSE*.
419
420 Tue Jul 21 02:11:01 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
421
422         * mt-OSE68k, mt-680000: new configs.
423
424 Thu Jul 16 17:12:09 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
425
426         * mh-irix4: merged changes from progressive.
427
428 Tue Jun  9 23:29:38 1992  Per Bothner  (bothner@rtl.cygnus.com)
429
430         * Everywhere: Change RANLIB=echo>/dev/null (which confuses
431         some shells - and I don't blame them) to RANLIB=true.
432         * mh-solaris:  Use /usr/ucb/install for INSTALL.
433
434 Sun May 31 14:45:23 1992  Mark Eichin  (eichin at cygnus.com)
435
436         * mh-solaris2: Add new configuration for Solaris 2 (sysv, no ranlib)
437
438 Fri Apr 10 23:10:08 1992  Fred Fish  (fnf@cygnus.com)
439
440         * mh-ncr3000:  Add new configuration for NCR 3000.
441
442 Tue Dec 10 00:10:55 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
443
444         * ChangeLog: fresh changelog.
445