* configure.bat: Remove obsolete file.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
0ab3f086
BK
11998-07-23 Brendan Kehoe <brendan@cygnus.com>
2
3 * Makefile.in (all-target-libjava): Depend on all-gcc and
4 all-target-newlib.
5 (configure-target-libjava): Depend on $(ALL_GCC).
6
06d6d6b7
ILT
7Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8
0ab3f086
BK
9 * ylwrap: Change absolute path checks to check for DOS style path
10 names.
11
c5f3dafb
ILT
12 * ylwrap: Don't use a full path name if the source file is in the
13 same directory. From hjl@lucon.org (H.J. Lu).
14
06d6d6b7
ILT
15 * config-ml.in: Default to being verbose, to match Feb 18 change to
16 configure.
17
5b0b3ba6
ILT
18Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
19
20 Brought over from egcs:
21
22 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
23
24 * configure.in (target_subdir): Set to ${target_alias} instead
25 of "libraries".
26
27 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
28
29 * configure.in (target_subdir): Set to libraries if enable_multilib.
30
e8ef0f72
ILT
31Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
32
33 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
34 multilibs, force reconfiguration the first time we create
35 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
36
72743e37
ILT
37Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
38
39 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
40 avoid confusion with --no-recursion.
41
42Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
43
44 * configure.in: Win32 hosts shouldn't use install -x
45 * install-sh: remove -x option, and special .exe-handling
46 hack.
47
4f5f38f2
RH
48start-sanitize-beos
49Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
50
51 * config.guess: Recognize i586-pc-beos.
52 * configure.in: Don't build some bits for beos.
53
54end-sanitize-beos
b8d7a543
ILT
55Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
56
6b40e583
ILT
57 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
58 CFLAGS default to -O2.
59
b8d7a543
ILT
60 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
61 when using GNU ld.
62
63Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
64
65 * ltmain.sh: Correct install when using a different shell.
66
99e9c6f7
ILT
67Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
68
69 * ltconfig, ltmain.sh: Update to libtool 1.2b.
70
57e66bdb
ILT
71Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
72
73 * makefile.vms: Update to build binutils/makefile.vms. Add install
74 target.
75
5ea0771f
DE
76start-sanitize-cygnus
77Wed Jul 1 18:52:40 1998 Doug Evans <devans@seba.cygnus.com>
78
79 * configure.in: configure cgen if --enable-cgen-maint.
80 * Makefile.in (ALL_MODULES,CLEAN_MODULES): Add all-cgen.
81 (all-cgen): New rule.
82 (all-opcodes,all-sim): Depend on all-cgen.
83
84end-sanitize-cygnus
c0dea852
ILT
85Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
86
87 * ltconfig: Update to correct AIX handling.
88
89Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
90
91 * configure.in (noconfigdirs): Add configure pattern for mips tx39
92 cygmon
93
5bf639ac
MA
94Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
95
96 * configure.in: Add cygmon and libstub support for mn10200.
97
98Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
99
100 * Makefile.in (grep): Grep no longer depends on libiberty.
101
b0dae4d7
SP
102Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
103
104 * Makefile.in: all-snavigator needs all-libgui.
105
529fce81
MA
106Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
107
108 * configure.in: Add cygmon and libstub support for mn10300.
109
ca450fb4
ILT
110Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
111
a593fe68
ILT
112 * missing: Update to version from automake 1.3.
113
ca450fb4
ILT
114 * ltmain.sh: On installation, don't get confused if the same name
115 appears more than once in the list of library names.
116
b5538863
ILT
117Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
118
119 * config.sub: Accept m68060 and m5200 as CPU names.
120
eb447cc7
ILT
121Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
122
123 * configure: Use && rather than using -a in test, because odd
124 strings can confuse test.
b5538863 125 * configure.in: Likewise.
eb447cc7
ILT
126
127Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
128
129 * ltconfig, ltmain.sh: Bring in Visual C++ support.
130
903ff0df
JL
131Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
132
133 * COPYING.LIB: Update FSF address.
134
494c7c86
ILT
135Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
136
903ff0df
JL
137 * ltconfig, ltmain.sh: Update to libtool 1.2a.
138
494c7c86
ILT
139 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
140 GAS_SUPPORT_DIRS.
141
33e0ca61
ILT
142Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
143
144 * ltconfig, ltmain.sh: Avoid producing a version number if
145 -version-info was not used.
146
700d7935
SG
147start-sanitize-java
148Wed May 6 10:26:06 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
149
150 * Makefile.in: Add dependencies for boehm-gc to libjava.
151
152end-sanitize-java
153Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
154
155 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
156 building with newlib.
157
aee52205
SP
1581998-04-30 Paul Eggert <eggert@twinsun.com>
159
160 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
161 Solaris `make' causes it to continue to next definition.
162
7074031d 163start-sanitize-java
ba7634ad
SG
164Wed Apr 29 17:07:10 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
165
166 * Makefile.in: Added dependencies to all-target-boehm-gc and
167 all-target-libjava to have them configure during the build.
168
7074031d 169end-sanitize-java
bfde75f7
JM
170start-sanitize-gdbtk
171Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
172
173 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
174 the right GUI libraries and files are installed along with GDB.
175
176end-sanitize-gdbtk
bf31116d
ILT
177Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
178
179 * configure.in: Change alpha to alpha* in several places.
180
c7f6d443
MA
181Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
182
183 * config.sub: Recognize sparc86x.
184
b1814617
JW
185Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
186
187 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
188
1121f1db
BE
189start-sanitize-cygnus
190Fri Apr 24 09:28:15 1998 Ben Elliston <bje@cygnus.com>
191
192 * Makefile.in: Added standard targets for `flexlm'.
193 Added intermodule dependency for `all-snavigator'.
194
195 * configure.in: Include `flexlm' as a host library.
196
197end-sanitize-cygnus
1e93b49b
ILT
198Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
199
ca39bf77
ILT
200 * ltconfig: Update cygwin32 support.
201
1e93b49b
ILT
202 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
203 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
204 (GDB_SUPPORT_DIRS): Likewise.
205
bcb92b02
MM
206Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
207
208 * configure.in (target_makefile_frag): If --enable-target-optspace,
209 use -Os to compile target libraries rather than -O2. Default to
210 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
211 not used.
212start-sanitize-d30v
213 * configure.in (target_cflags): Ditto for d30v.
214end-sanitize-d30v
215
6bf191bf
TT
216Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
217
218 * Makefile.in (all-bfd): Depend on all-intl.
219 (all-binutils): Likewise.
220 (all-gas): Likewise.
221 (all-gprof): Likewise.
222 (all-ld): Likewise.
223
eb447cc7 224start-sanitize-java
3970ecc7
TT
225Mon Apr 20 14:26:26 1998 Tom Tromey <tromey@cygnus.com>
226
227 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
228 (CONFIGURE_TARGET_MODULES): Likewise.
229 (CHECK_TARGET_MODULES): Likewise.
230 (INSTALL_TARGET_MODULES): Likewise.
231 (CLEAN_TARGET_MODULES): Likewise.
232 (all-target-libjava): New target.
233 (all-target-boehm-gc): Likewise.
234 * configure.in (target_libs): Added libjava, boehm-gc.
eb447cc7 235end-sanitize-java
3970ecc7
TT
236
2371998-04-19 Brendan Kehoe <brendan@cygnus.com>
238
239 * configure.in (host_tools): Fix typo, lbtool -> libtool.
240
b4ac40fa
ILT
241Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
242
987a81ec
ILT
243 * Makefile.in (all-bfd): Depend upon all-libiberty.
244
b4ac40fa
ILT
245 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
246
f4434c50
BM
247Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
248
249 * Makefile.in: Add libstub.
250
251 * configure.in: Ditto. Build libstub for targets that have cygmon
252 support.
253
f4132507
ILT
254Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
255
256 * configure.in: Don't set PICFLAG on ix86-cygwin32.
257
f43cc8f7
JM
258Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
259
260 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
261 use mh-sysv5 if specified. Support gprof on SCO Open Server.
262
c99e91d2
ILT
263Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
264
fd3f7b52
ILT
265 * ltconfig: Add cygwin32 support.
266
c99e91d2
ILT
267 * Makefile.in, configure.in: Add libtool as a native only directory
268 to configure and build.
269
b0ea0c52
ILT
270Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
271
272 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
273
274Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
275
276 * Makefile.in: add ash make rules
277 * configure.in: add ash to native_only and host_tools lists
278
f46d03c5
ILT
279start-sanitize-ide
280Tue Mar 31 16:50:42 1998 Ian Lance Taylor <ian@cygnus.com>
281
282 * Makefile.in: Add libidetcl, like libide.
283 (all-libide): Remove dependencies on all-tcl, all-tk, all-itcl,
284 all-ilu.
285 * configure.IN: Add libidetcl, like libide.
286 * configure (GDB_TK): If enable_ide, add all-libidetcl.
287
288end-sanitize-ide
289Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
290
291 * Makefile.in (all-gettext, all-intl): New targets.
292 (ALL_MODULES): Added all-gettext, all-intl.
293 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
294 (INSTALL_MODULES): Added install-gettext, install-intl.
295 (CLEAN_MODULES): Added clean-gettext, clean-intl.
296
297 * configure.in (host_tools): Added gettext.
298 (native_only): Likewise.
299 (noconfigdirs) [various cases]: Likewise.
300 (host_libs): Added intl.
301
db6404cb
KS
302start-sanitize-gdbtk
303Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
304
305 * configure: Do not disable building gdbtk for cygwin32 hosts.
306
307end-sanitize-gdbtk
308Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
309
310 * Makefile.in: Revert yesterday's change.
311 (all-target-winsup): all-target-librx stays out of here.
312
fd249336
JM
313Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
314
315 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
316 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
317 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
318 Remove references to librx and libg++.
319
3173839b
EM
320Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
321
322 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
323 recursive makes
324
abc93570
ILT
325Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
326
327 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
328 for newlib directory.
329 (CXX_FOR_TARGET): Likewise.
330
e90e6366
JL
331Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
332
333 * ltconfig: Update after libtool/ltconfig.in change for
334 hpux11.
335
336Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
337
338 * ltconfig, ltmain.sh: Update to libtool 1.2.
339
1f984018
NC
340Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
341
342 * configure.in: Add Thumb-pe target.
343
c6c22ffe
SP
344Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
345 * Makefile.in - changed sn targets to snavigator
346 * configure.in - changed sn targets to snavigator
347
771243c8
JL
348Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
349
350 * config-ml.in: After building symlink tree call make distclean
351 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
352 to be the case for libiberty.
353
e1f3e027
KR
354Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
355
356 * config.sub: Accept alphapca56 and alphaev6 properly.
357
33d917af
GRK
358start-sanitize-vr4320
359Tue Mar 3 11:01:52 1998 Gavin Koch <gavin@cygnus.com>
360
361 * config.sub (mips64vr4320-unknown-elf) : Added.
362
363end-sanitize-vr4320
c6c22ffe 364
eb447cc7
ILT
365Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
366
367 * config.sub (sco5): Fix typo.
368
0eaf0ce7
ILT
369Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
370
371 * Makefile.in (INSTALL_MODULES): Move install-tcl before
372 install-itcl.
373 (install-itcl): Remove dependency on install-tcl.
374
f33a8aa5
MA
375Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
376
377 * configure.in: Remove libgloss from noconfigdirs for MN10300.
378
fdd0bb19
TT
379Fri Feb 20 16:47:24 1998 Tom Tromey <tromey@cygnus.com>
380
381 * configure: Don't let builds be done in source tree.
382
ccac0df1
ILT
383Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
384
385 * configure.in: Don't build libgui for a cygwin32 target when not on
386 a cygwin32 host.
387
388Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
389
390 * configure (redirect): Set to null, so default behavior of
391 configure is now --verbose.
392
46b6795a
ILT
393Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
394
395 * ltmain.sh (mkdir): Check that the directory doesn't exist
396 before we exit with error, so that we don't get races during
397 parallel builds.
398
399Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
400
401 * ltconfig, ltmain.sh: Update from libtool 1.0i.
402
db5d8d39
JM
403Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
404
405 * configure.in (host_tools, native_only): Add libtool.
406
53b0f196
GN
407Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
408
409 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
410 Fix typo in ming config comment.
411
93225660
ILT
412Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
413
414 * ltconfig, ltmain.sh: Update from libtool 1.0h.
415
b6e61254
IC
416Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
417
418 * config.sub: Add tic30 cases, and map c30 to tic30.
419
383a4667
GN
420Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
421
422 * configure.in: Remove expect from noconfigdirs when target
423 is cygwin32. OK to build expect and dejagnu with Canadian
424 Cross.
425
70b3fa93
DE
426start-sanitize-sky
427Wed Jan 28 11:59:32 1998 Doug Evans <devans@canuck.cygnus.com>
428
429 * configure.in: Add dvp-elf support.
430 * config.sub: Recognize dvp cpu.
431
432end-sanitize-sky
b7e2efe7
ILT
433Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
434
383a4667
GN
435 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
436 host.
437
b7e2efe7
ILT
438 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
439 and mingw32.
440
37099a25
JL
441Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
442
443 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
444 here as it is not defined in the toplevel Makefile.
445
6d15127a
JL
446Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
447
448 * configure (package_makefile_rules_frag): New variable, which names
449 a file with generic rules, ...
450 Change comment to mention we now have FIVE parts.
451 * configure: Undo last change.
452
5042ba87
JL
453Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
454
455 * config.guess: More accurate determination of HP processor types.
456 * config.sub: More accurate determination of HP processor types.
457
f2064d21
JL
458Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
459
460 * configure (package_makefile_frag): Move inserting the
461 ${package_makefile_frag} to where it should be according
462 to the comment.
463
1925ba49
JL
464Fri Jan 23 00:30:21 1998 Philip Blundell <pb@nexus.co.uk>
465
466 * config.guess: Add support for Linux/ARM.
467
1476759b
FF
468Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
469
470 * .cvsignore: Remove *-info and *-install since they match
471 release-info and mpw-install, which we don't want to just ignore.
472
43e1bf25
JL
473Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
474
475 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
476 local_prefix to sub-make invocations.
477
5a67071d
JL
478Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
479
480 * configure.in: Check makefile fragments in the source
481 directory.
482
483Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
484
485 * configure.in: check whether host and target makefile
486 fragments exist before adding them to *_makefile_frag
487
ddfa23cb
BM
488Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
489
490 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
491
2ac94d51
KS
492Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
493
494 * configure.in: Make sure we only replace RPATH_ENVVAR on
495 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
496 regexp to sed.
497
498 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
499 to sub-makes.
500
cc41987a
JL
5011998-01-13 Lee Iverson (leei@ai.sri.com)
502
503 * config-ml.in (multi-do): LDFLAGS must include multilib
504 designator.
505
54efc5e3
JL
506Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
507
508 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
509
510Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
511
512 * config.sub: Add mingw32 support.
513 * configure.in: Likewise.
514 * mh-mingw32: New file.
515
00568b3f
JL
516Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
517
518 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
519
ceb9ef26
JL
520Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
521
522 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
523 * configure (gxx_include_dir): Provide a definition for subdirs
524 which do not use autoconf.
525
6222c009
JL
526Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
527
528 * config.guess: Sync with egcs. Picks up new alpha support,
529 BeOS & some additional linux support.
530
9162e4ed
JL
531Tue Dec 23 12:45:50 1997 Jeffrey A Law (law@cygnus.com)
532
533 * config.guess: HP 9000/803 is a PA1.1 machine.
534
8f6462bc
JL
535start-sanitize-vr5400
536Mon Dec 22 11:27:12 1997 Jeffrey A Law (law@cygnus.com)
537
538 * config.sub (mips64vr5xxx-elf): Handle. Treat as mips64vr5000-elf.
539
540end-sanitize-vr5400
00568b3f
JL
541
542Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
543
544 * configure.in (host_makefile_frag, target_makefile_frag):
545 Handle multiple config files.
546 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
547 alpha-*-*.
548
b9876b8e
ILT
549Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
550
551 * mkdep: New file.
552
be8da925
ILT
553start-sanitize-ide
554Wed Dec 17 11:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
555
556 * configure: Only put libide in GDB_TK if --enable-ide.
557
558end-sanitize-ide
33b7d4fb
MM
559start-sanitize-d30v
560Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
561
562 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
563
564end-sanitize-d30v
67ae6381
ILT
565Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
566
567 * Makefile.in: Add libgui directory.
568 (GDB_TK): Add all-libgui.
569 * configure.in: Add libgui directory.
570 * configure: Add all-libgui to GDB_TK.
571
3130a391
NC
572Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
573
574 * config-ml.in (multidirs): Add m32r to multilib list.
575
97b951fb
BK
576Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
577
578 * Makefile.in (all-target-gperf): Change dependency to
579 all-target-libstdc++.
580
7751f03a
ILT
581Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
582
583 Source directory cvs renamed to cvssrc:
584 * configure.in (host_tools): Change cvs to cvssrc.
585 (native_only): Likewise.
586 (noconfigdirs) [various cases]: Likewise.
587 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
588 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
589 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
590 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
591 (all-cvssrc): Rename target from all-cvs.
592
28b6fd89
NC
593Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
594
595 * configure.in (noconfigdirs): Add support for Thumb target.
596
597 * config.sub (maybe_os): Add support for Thumb target.
598
6f1e2150 599start-sanitize-ide
27d02b2c
KS
600Tue Dec 2 06:51:40 1997 Keith Seitz <keiths@onions.cygnus.com>
601
602 * configure (GDB_TK): add all-libide to dependency list
603
c20cda69
MM
604Tue Dec 2 09:04:13 1997 Michael Meissner <meissner@cygnus.com>
605
06434f5f 606 * configure.in (host_libs): Build libide all of the time.
c20cda69
MM
607 (noconfigdirs): Remove libide from all places that set noconfigdirs.
608
27e5c6bf
KS
609Mon Dec 1 10:53:40 1997 Keith Seitz <keiths@onions.cygnus.com>
610
27e5c6bf
KS
611 * Makefile.in (all-vmake): remove double dependency on all-libide
612
6f1e2150 613end-sanitize-ide
664298e6
BM
614Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
615
616 * Makefile.in: Add rules for cygmon.
617
618 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
619
2ec9f3fd
KS
620Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
621
413db507
KS
622 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
623 11/18/97 build
2ec9f3fd
KS
624
625Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
626
627 * ltmain.sh: If mkdir fails, check whether the directory was created
628 anyhow by some other process.
629
64a383a4 630start-sanitize-d30v
ccb41200
MM
631Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
632
633 * configure.in (d30v-*-*): Configure all directories.
634
cb7732ec
MM
635Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
636
637 * configure.in (d30v-*-*): Configure newlib, libiberty directories
638 for the D30V.
639
64a383a4
MM
640Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
641
642 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
643
644end-sanitize-d30v
58056128
RS
645Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
646
2ec9f3fd
KS
647 * include/libiberty.h: Add extern "C" { so it can be used with C++
648 progrms.
649 * include/remote-sim.h: Add extern "C" { so it can be used with C++
650 programs.
58056128 651
eb1ba264
GRK
652start-sanitize-tx19
653Wed Nov 5 11:14:44 1997 Gavin Koch <gavin@cygnus.com>
654
655 * config.sub: Move tx19 configury to reduce spurious differences
656 with gcc/config.sub.
657
06434f5f 658end-sanitize-tx19
eb1ba264
GRK
659start-sanitize-tx49
660Wed Nov 5 11:14:44 1997 Gavin Koch <gavin@cygnus.com>
661
662 * config.sub: Move tx49 configury to reduce spurious differences
663 with gcc/config.sub.
664
06434f5f 665end-sanitize-tx49
b2ef5953
MM
666start-sanitize-d30v
667Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
668
669 * configure.in (d30v-*-*): Configure GCC now.
670
671end-sanitize-d30v
d649db65
GRK
672start-sanitize-tx49
673Wed Oct 29 16:52:43 1997 Gavin Koch <gavin@cygnus.com>
674
675 * config.sub: Add tx49 configury.
676
677end-sanitize-tx49
2ec9f3fd
KS
678start-sanitize-ide
679Tue Oct 28 16:44:15 1997 Ian Lance Taylor <ian@cygnus.com>
680
681 * Makefile.in (install-foundry): New target.
6f1e2150 682
2ec9f3fd 683end-sanitize-ide
4f9cfe69
SS
684Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
685
686 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
687 is no longer needed.
688
b0137926
JM
689Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
690
691 * Makefile.in: check-target-libio depends on all-target-libstdc++.
692
6671b6e7
AC
693start-sanitize-vr5400
694Wed Oct 22 14:05:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
695
696 * config.sub (maybe_os): Add mips64vr5400.
697
698end-sanitize-vr5400
2319b893
ILT
699Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
700
701 * makefile.vms: Fix to work with DEC C.
702
2ec9f3fd
KS
703start-sanitize-ide
704Sat Oct 11 13:52:40 1997 Tom Tromey <tromey@cygnus.com>
705
706 * Makefile.in (all-jstools): Depend on all-tix.
707
708end-sanitize-ide
f71eeb23
GRK
709Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
710
711 * config.sub: Add mips-tx39-elf to marketing names.
712
713Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
714
715 * ltmain.sh: Handle symlinks in generated script.
716
55bc47b2
SS
717Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
718
719 * configure: Handle autoconf style directory options: --bindir,
720 --datadir, --includedir, --infodir, --libdir, --libexecdir,
721 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
722 --sysconfdir.
723 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
724 (sharedstatedir, localstatedir, oldincludedir): New variables.
725 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
726 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
727 sbindir, sharedstatedir, and sysconfdir.
728
729start-sanitize-d30v
730Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
731
732 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
733 sn, and gnuserv from noconfigdirs.
734
735end-sanitize-d30v
69c1fa91
ILT
736Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
737
738 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
739
d8021475 740start-sanitize-gdbtk
2d292cc8
AC
741Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
742
743 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
744 windows. Consistent with gdb/configure.
745
d8021475 746end-sanitize-gdbtk
0208b0dd
JL
7471997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
748
749 * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is
750 used.
751 * configure.in: Name Linux target fragment.
752
753 * configure: Rewrite so that project Makefile fragment is inserted
754 first and appears last in the resulting Makefile.
755
7e0d0a84
AC
756Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
757
758 * Makefile.in (install-itcl): Install tcl first.
759
e97d3c36
GN
760Sun Sep 14 20:53:42 1997 Geoffrey Noer <noer@cygnus.com>
761
762 * config/mh-cygwin32: ok to build split texinfo files
763
a3138f51
GN
764Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
765
766 * configure.in: remove bison from noconfigdirs for Cygwin32 host
767
1e639cb2
ILT
768Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
769
770 * config.guess: Merge with FSF.
771
b637f306
GRK
772Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
773
774 * config.sub: Add "marketing-names" patch.
775
776start-sanitize-tx19
777 * config.sub: Add tx19/r1900.
778
779end-sanitize-tx19
107e5276
DE
780Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
781
782 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
bf9abf2c 783
6f1e2150 784start-sanitize-ide
2ec9f3fd
KS
785Wed Sep 3 19:38:01 1997 Ian Lance Taylor <ian@cygnus.com>
786
787 * Makefile.in (GDB_TK): Add all-libide.
788
6f1e2150 789end-sanitize-ide
bf9abf2c
CP
790Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
791
792 * ltconfig: Set CONFIG_SHELL in libtool.
793 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
794
97036944
AC
795Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
796
797 * Makefile.in (all-sim): Depends on all-readline.
798
799Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
800
801 * Makefile.in (BISON, YACC): Use $$s.
802 (all-bison): Depend on all-texinfo.
803
804Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
805
806 * Makefile.in (BISON): Add -L flag.
807 (YACC): Likewise.
808
492c2670
NC
809start-sanitize-v850e
810Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
811
812 * configure.in (noconfigdirs): Add support for v850e target.
813
814 * config.sub (maybe_os): Add support for v850e target.
492c2670 815
492c2670
NC
816Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
817
93a0cb32 818 * configure.in (noconfigdirs): Add support for v850ea target.
492c2670 819
93a0cb32 820 * config.sub (maybe_os): Add support for v850ea target.
492c2670 821
93a0cb32 822end-sanitize-v850e
8d71997d
GRK
823Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
824
825 * config.sub: Add mipstx39. Delete r3900.
826
1af1b62c
JM
827start-sanitize-ide
828Mon Aug 18 19:12:51 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
829
830 * Makefile.in (all-vmake): Depends on all-tix.
831
832end-sanitize-ide
3a671555
JM
833Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
834
835 * Makefile.in (all-autoconf): Depends on all-texinfo.
836
e406b8d7
MM
837Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
838
839 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
840 eabi targets.
841
72d8a215
ILT
842Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
843
d2657e3e
ILT
844 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
845
72d8a215
ILT
846 * configure: When handling a Canadian Cross, handle YACC as well as
847 BISON. Just set BISON to bison. When setting YACC, prefer bison.
2ec9f3fd
KS
848 * Makefile.in (all-bison): Depend upon all-texinfo.
849
850start-sanitize-ide
851 * Makefile.in (all-vmake): Depend upon all-tix.
852
853end-sanitize-ide
72d8a215
ILT
854Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
855
856 * Makefile.in (BISON): bison, not byacc or bison -y.
857 (YACC): bison -y or byacc or yacc.
858 (various): Add *-bison as appropriate.
859 (taz): No need to mess with BISON anymore.
860
f9d1d575
ILT
861Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
862
863 * configure: If OSTYPE matches *win32*, try to find a good value for
864 CONFIG_SHELL.
865
c070fb34
ILT
866start-sanitize-ide
867Mon Aug 11 13:49:46 1997 Ian Lance Taylor <ian@cygnus.com>
868
869 * Makefile.in, configure.in: Handle jstools like vmake.
870
871end-sanitize-ide
19ebe123
ILT
872Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
873
874 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
875 configure.in if it is present.
876
877Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
878
879 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
880
7512292c
DE
881Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
882
883 * config.sub: Recognize `arc' cpu.
884 * configure.in: Likewise.
885 * config-ml.in: Likewise.
886
48a3d5e5
ILT
887Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
888
889 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
890
84fb3de7
CP
891Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
892
893 * configure: Changed sed delimiter from ':' to '|' when
894 attempting to substitute ${config_shell} for SHELL. On
895 NT ${config_shell} may contain a ':' in it.
896
1e321274
JM
897Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
898
899 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
900
ef9a68f7
ILT
901Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
902
903 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
904
3cf125fc
ILT
905Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
906
0e25edca
ILT
907 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
908
3cf125fc
ILT
909 * ylwrap: If the program is a relative path, force it to be
910 absolute.
911
912Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
913
914 * configure (tooldir): Set BISON to `bison -y' and not just bison.
915
916Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
917
918 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
919 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
920 for libraries.
921
6b4f31d9
JM
922Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
923
924 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
925 separated by spaces.
926
6079ad78
ILT
927Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
928
6e68a23e
ILT
929 * ylwrap: New file.
930 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
931
932 * ltmain.sh: Handle /bin/sh at start of install program.
933
eeb90419
ILT
934 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
935
6079ad78
ILT
936 * ltconfig, ltmain.sh: New files, from libtool 1.0.
937 * missing: New file, from automake 1.2.
938
9239dc26
ILT
939Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
940
941 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
942 check-tk to CHECK_X11_MODULES.
943
a12aceb1
ILT
944Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
945
946 * config.sub: Merge with FSF.
947
2b407781
ILT
948Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
949
950 * config.guess: Merge with FSF.
951
e59df243
ILT
952Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
953
92d902a8 954 * configure: Treat msdosdjgpp like go32.
e087efc1 955 * configure.in: Likewise. Don't remove gprof for go32.
92d902a8 956
e59df243
ILT
957 * configure: Change Makefile.tem2 to Makefile.tm2.
958
f5152f73
SP
959Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
960
961 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
962
e69e959a
BK
963Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
964
965 * install-sh (chmodcmd): Set to null if the DST directory already
966 exists. Same as Nov 11th change.
967
2c3acdf8
MH
968Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
969
970 * configure (GDB_TK): Needs itcl and tix.
971
54a3aefc
JM
972Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
973
974 * config.guess: Update from FSF.
975
192fcb4e
MH
976Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
977
978 * Makefile.in (GDB_TK): Depend on itcl and tix.
979
8270cd76
ILT
980Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
981
982 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
983 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
984 (INSTALL_SCRIPT): New variable.
985 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
986 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
987 to -x.
988 * install-sh: Add support for -x option.
989
c446cc8b
ILT
990Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
991
992 * configure.in, Makefile.in: Treat tix like itcl.
993
d29cd970
ILT
994Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
995
996 * Makefile.in (WINDRES): New variable.
997 (WINDRES_FOR_TARGET): New variable.
998 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
999 (EXTRA_HOST_FLAGS): Add WINDRES.
1000 (EXTRA_TARGET_FLAGS): Add WINDRES.
1001 (EXTRA_GCC_FLAGS): Add WINDRES.
1002 ($(DO_X)): Pass down WINDRES.
1003 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
1004 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
1005 DLLTOOL_FOR_TARGET.
1006
e8f6afa3
FL
1007Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
1008
1009 * configure.in: configure sim before gdb for win32-x-ppc
1010
10be59aa
BK
1011Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
1012
1013 Move gperf into the toplevel, from libg++.
1014 * configure.in (target_tools): Add target-gperf.
1015 (native_only): Add target-gperf.
1016 * Makefile.in (all-target-gperf): New target, depend on
1017 all-target-libg++.
1018 (configure-target-gperf): Empty rule.
1019 (ALL_TARGET_MODULES): Add all-target-gperf.
1020 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
1021 (CHECK_TARGET_MODULES): Add check-target-gperf.
1022 (INSTALL_TARGET_MODULES): Add install-target-gperf.
1023 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
1024
5b1875c6
JL
1025Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
1026
1027 * config.sub (mn10200): Recognize new basic machine.
1028
c80c4a58
BK
1029Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
1030
1031 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
1032 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
1033
3c4e3186
BK
1034Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
1035
c80c4a58
BK
1036 * configure.in: If we're building mips-sgi-irix6* native, turn on
1037 ENABLE_MULTILIB and set TARGET_SUBDIR.
3c4e3186 1038
0195767e
TT
1039Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
1040
1041 * Makefile.in (all-sn): Depend on all-grep.
1042
64434418
ILT
1043Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
1044
08a56152
ILT
1045 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
1046
572728c6
ILT
1047 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
1048 Makefile. From Jeff Makey <jeff@cts.com>.
1049 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
1050
000befdf
ILT
1051 * Makefile.in (DISTBISONFILES): Remove.
1052 (taz): Don't futz with DISTBISONFILES. Change BISON to use
1053 $(DEFAULT_YACC).
1054
64434418 1055 * configure.in: Build itl, db, sn, etc., when building for native
000befdf 1056 cygwin32.
64434418
ILT
1057
1058 * Makefile.in (LD): New variable.
1059 (EXTRA_HOST_FLAGS): Pass down LD.
1060 ($(DO_X)): Likewise.
1061
1062Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
1063
1064 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
1065
41547e90
BM
1066Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
1067
1068 * configure.in (targargs): Strip out any supplied --build argument
1069 before adding our own. Always add --build.
1070
adc03ece
BM
1071Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
1072
1073 * configure.in (targargs): Pass --build if we're doing
1074 a cross-compile.
1075
f14c4109
RS
1076Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
1077
1078 * configure: Use '|' instead of ":" as the seperator in
1079 sed. Otherwise sed chokes on NT path names with drive
1080 designators. Also look for "?:*" as the leading characters in an
1081 absolute pathname.
1082
1083Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
1084
1085 * config.sub: Support for r3900.
1086
1087Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
1088
1089 * configure.in: Use install-sh, not install.sh.
1090
1091Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
1092
1093 * Makefile.in (taz): Improve check for BISON so it doesn't try to
1094 apply it twice.
1095
27349293
ILT
1096Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
1097
1098 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
1099 install-binutils.
1100
08168809
ILT
1101Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
1102
1103 * Makefile.in: Add automake targets.
1104 * configure.in (host_tools): Add automake.
1105
8d74b2fa
ILT
1106start-sanitize-ide
1107Thu May 8 17:09:12 1997 Ian Lance Taylor <ian@cygnus.com>
1108
1109 * Makefile.in (all-libide): Depend upon all-ilu.
1110
1111end-sanitize-ide
2cf00a36
ILT
1112Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
1113
1114 * configure: Default CXX to c++, not gcc.
1115 * Makefile.in (CXX): Set to c++, not gcc.
1116 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
1117
3718029f
ILT
1118start-sanitize-ide
1119Tue May 6 11:23:57 1997 Ian Lance Taylor <ian@cygnus.com>
1120
1121 * Makefile.in: Add ILU targets.
1122 * configure.in (host_tools): Add ILU.
1123
1124end-sanitize-ide
1125Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
1126
1127 * install-sh: try appending a .exe if source file doesn't
1128 exist
1129
07057350
JM
1130Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
1131
1132 * configure.in: Turn on multilib by default.
1133 (cross_only): Remove target-libiberty.
1134
1135 * Makefile.in (all-gcc): Don't depend on libiberty.
1136
1137start-sanitize-ide
1138Tue Apr 29 11:26:36 1997 Tom Tromey <tromey@cygnus.com>
1139
1140 * configure.in (host_tools): Added vmake.
1141
1142end-sanitize-ide
87f9c125
MS
1143Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
1144
1145 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
1146
5f69e8bc
ILT
1147Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
1148
1149 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
bbec63ce 1150 (DISTBISONFILES): Add ld/Makefile.in
5f69e8bc 1151
6fa28e00
GN
1152Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
1153
1154 * configure.in: if target is cygwin32 but host isn't cygwin32,
1155 don't configure gdb tcl tk expect, not just gdb.
1156
ba26181f
TT
1157Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
1158
1159 * configure.in: Added gnuserv everywhere sn appears.
1160
1161 * Makefile.in (ALL_MODULES): Added all-gnuserv.
1162 (CROSS_CHECK_MODULES): Added check-gnuserv.
1163 (INSTALL_MODULES): Added install-gnuserv.
1164 (CLEAN_MODULES): Added clean-gnuserv.
1165 (all-gnuserv): New target.
1166
eebe454c
TT
1167start-sanitize-ide
1168Fri Apr 18 18:10:44 1997 Tom Tromey <tromey@cygnus.com>
1169
1170 * configure.in (host_libs): Added libide.
1171 Skip libide, vmake if no X. Also skip these everywhere that sn is
1172 skipped.
1173
1174 * Makefile.in (ALL_MODULES): Added all-vmake, all-libide.
1175 (CROSS_CHECK_MODULES): Added check-vmake, check-libide.
1176 (INSTALL_MODULES): Added install-vmake, install-libide.
1177 (CLEAN_MODULES): Added clean-vmake, clean-libide.
1178 (all-vmake, all-libide): New targets.
1179
1180end-sanitize-ide
df58e8b3
ILT
1181Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
1182
1183 * config.guess: Fixes for MIPS OpenBSD systems.
1184
ff290baf
ILT
1185Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
1186
14b31001
ILT
1187 * Makefile.in (INSTALL_XFORM): Remove.
1188 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
1189
ff290baf
ILT
1190 * mkinstalldirs: New file, copied from automake.
1191 * Makefile.in (installdirs): Rename from install-dirs. Use
1192 mkinstalldirs. Change all users.
08499fc2 1193 (DEVO_SUPPORT): Add mkinstalldirs.
ff290baf 1194
fce42e0c
ILT
1195Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
1196
ff290baf
ILT
1197 * install-sh: Rename from install.sh.
1198 * Makefile.in (INSTALL): Change install.sh to install-sh.
1199 (DEVO_SUPPORT): Likewise.
1200
fce42e0c
ILT
1201 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
1202 Graichen <graichen@rzpd.de>.
1203
f6c2270c
ILT
1204Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
1205
1206 * config.guess: Recognize OpenBSD systems correctly.
1207
f046ec67
JM
1208Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
1209
1210 * README, Makefile.in (ETC_SUPPORT): Remove references to
1211 cfg-paper*, configure.{texi,man,info*}._
1212
2e482734
AC
1213Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1214
1215 * Makefile.in (all.normal): Ensure that gcc is built after all
1216 the x11 - ie gdb - targets.
1217
1218Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
1219
1220 * makefile.vms: Don't run conf-a-gas.
1221
1222Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
1223
1224 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
1225
ae1b7a42
FF
1226start-sanitize-tic80
1227Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
1228
1229 * configure.in: Remove noconfigdirs case since gdb also
1230 configures and builds for tic80-coff.
1231
1232end-sanitize-tic80
faf2b2ef
ILT
1233Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
1234
1235 * configure: Set cache_file to config.cache.
1236 * Makefile.in (local-distclean): Remove config.cache.
1237
1238Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
1239
1240 * COPYING: Update FSF address.
1241
453d62fc
MM
1242start-sanitize-tic80
1243Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
1244
1245 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
1246 noconfigdirs.
1247
1248end-sanitize-tic80
9a6bf9d3
ILT
1249Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
1250
1251 * Makefile.in (install-dirs): Don't crash if prefix, and hence
1252 MAKEDIRS, is empty.
1253
b2634de4
DE
1254Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
1255
1256 * config.sub: Tweak mn10300 entry.
1257
23e92f3f
MM
1258Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
1259
1260 * configure.in (host_tools): Put sim before gdb, so gdb's
1261 configure.tgt can determine if the simulator was configured.
1262
1263Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
1264
1265 * config.sub: Move BeOS $os case to be with other Cygnus
1266 local cases.
1267
b587eb70
MH
1268Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
1269
1270 * config.sub: Remove misplaced comment that broke Linux.
1271
c944e407
FF
1272Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
1273
1274 * config.sub: Add BeOS support.
1275
73fadd18
TT
1276Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
1277
1278 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
1279
f9896d9e
MH
1280Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
1281
1282 * configure.in (noconfigdirs): Remove tcl and tk from
1283 noconfigdirs for cygwin32 builds.
1284
c944e407 1285start-sanitize-tic80
066cc4a5
FF
1286Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
1287
1288 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
1289
1290end-sanitize-tic80
aeae2146
KR
1291Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
1292
1293 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
1294 make-all.com, use makefile.vms instead.
1295
1296Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
1297
1298 * config.sub: Accept -lnews*.
1299
c944e407 1300start-sanitize-d30v
73fadd18
TT
1301Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1302
1303 * configure.in (noconfigdirs): Disable target-newlib,
1304 target-examples and target-libiberty for d30v.
1305
1306end-sanitize-d30v
1307start-sanitize-tic80
f922fbb9
TT
1308Tue Feb 25 11:41:51 1997 Tom Tromey <tromey@cygnus.com>
1309
1f07f797
TT
1310 * configure.in (host_libs): Build itcl after tcl, tk.
1311
681c0ccd
TT
1312 * configure.in (host_libs): Added db, itcl.
1313 (host_tools): Added sn.
1314 (noconfigdirs): Added itcl, db, sn in appropriate places.
1315 (native_only): Added sn.
1316
f922fbb9
TT
1317 * Makefile.in (all-db, all-sn): New targets.
1318 (ALL_MODULES): Added all-sn.
1319 (CROSS_CHECK_MODULES): Added check-sn.
1320 (INSTALL_MODULES): Added install-sn.
1321 (CLEAN_MODULES): Added clean-sn.
1322
c944e407 1323end-sanitize-tic80
7adc1084
GRK
1324start-sanitize-d30v
1325Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1326
1327 * configure.in (noconfigdirs): Enable ld for d30v.
c944e407 1328
7adc1084 1329end-sanitize-d30v
41416969
MM
1330start-sanitize-tic80
1331Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
1332
1333 * configure.in (tic80-*-*): Build compiler.
1334
1335end-sanitize-tic80
c2304cba 1336start-sanitize-d30v
317df3b5
AC
1337Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
1338
1339 * configure.in (d30v-*): Remove sim directory from list of
1340 unsupported d30v directories
1341
1342end-sanitize-d30v
1343start-sanitize-d30v
c2304cba
MH
1344Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
1345
1346 * config.sub, configure.in: Add d30v target cpu.
1347
1348end-sanitize-d30v
1349Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
1350
1351 * makefile.vms: New file.
1352 * make-all.com: Remove.
1353
c99c63a4
JW
1354Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
1355
1356 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
1357
276c2d7d 1358start-sanitize-r5900
7adc1084
GRK
1359Fri Feb 7 16:39:29 1997 Gavin Koch <gavin@cygnus.com>
1360
1361 * config.sub, configure.in: add r5900
1362
276c2d7d 1363end-sanitize-r5900
754a6784
MM
1364Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
1365
1366 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
1367
97840afa
TT
1368Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
1369
1370 * Makefile.in (ALL_MODULES): Added all-db.
1371 (CROSS_CHECK_MODULES): Addec check-db.
1372 (INSTALL_MODULES): Added install-db.
1373 (CLEAN_MODULES): Added clean-db.
1374
b6086671
ILT
1375Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
1376
1377 * config.guess: Merge with latest FSF sources.
1378
97840afa
TT
1379Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
1380
1381 * Makefile.in (ALL_MODULES): Added all-itcl.
1382 (CROSS_CHECK_MODULES): Added check-itcl.
1383 (INSTALL_MODULES): Added install-itcl.
1384 (CLEAN_MODULES): Added clean-itcl.
1385
750fa681
GN
1386Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
1387
1388 * configure.in: build gdb for mn10200
1389
1390Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
1391
1392 * Makefile.in (all-target-winsup): Depend on all-target-libio.
1393
1394start-sanitize-tic80
1395Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
1396
1397 * configure.in (tic80-*-*): Turn off most targets right now.
1398
1399end-sanitize-tic80
98141a3c
ILT
1400Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
1401
1402 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
1403 rather than the makeinfo program.
1404 (do-info): Depend upon all-texinfo.
1405
5962c1cd
ILT
1406Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
1407
0bcd9172
ILT
1408 * configure.in: Remove uses of config/mh-linux.
1409
5962c1cd
ILT
1410 * config.sub, config.guess: Merge with latest FSF sources.
1411
962873d5
FF
1412start-sanitize-tic80
1413Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
1414
1415 * config.sub (case $basic_machine): Add tic80 entries.
1416
750fa681 1417end-sanitize-tic80
9ddf4089
ILT
1418Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
1419
1420 * config.sub, config.guess: Merge with latest FSF sources.
1421
7357af56
SS
1422Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
1423
1424 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
1425 * mpw-config.in: Test for NewFolderRecursive.
1426 * mpw-install: Use symbolic name for startup filename.
1427 * mpw-README: Add various additional details.
1428
4ceaca77
JW
1429Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
1430
1431 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
1432
f42e0aab
JL
1433Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
1434
1435 * configure.in: Do build gcc and the target libraries for
1436 the mn10200.
1437
1438Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
1439
1440 * configure.in: don't avoid building gdb for mn10300 any more
1441 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
1442 instead of single-quoting it.
1443
1444Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
1445
1446 * configure.in: Don't use --with-stabs on IRIX 6.
1447
f42e0aab
JL
1448Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
1449
1450 * configure.in (m32r): Build gdb, libg++ now.
1451
b2107b04
PS
1452Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1453
1454 * configure.in (mips*-sgi-irix6*): Remove gdb and related
1455 directories from noconfigdirs.
1456
8a1aafab
ILT
1457Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
1458
1459 * config.sub (basic_machine): added mips16 configuration
1460
8a1aafab
ILT
1461Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1462
1463 * config.sub: Handle d10v-unknown.
1464
0e5a3361 1465Sat Nov 23 14:23:01 1996 Gavin Koch <gavin@cygnus.com>
7adc1084 1466
0e5a3361
GRK
1467 * gcc/depragmaize.c: Handle MSDOS's (non-unix) text files.
1468
803a6df2 1469Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
7adc1084 1470
803a6df2
GRK
1471 * config.sub: Handle v850-unknown.
1472
b512a901
GN
1473Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
1474
1475 * Makefile.in: add findutils
1476 * configure.in: add findutils to list of host_tools
1477
3817470b
JL
1478Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
1479
1480 * config.sub: Handle mn10200 and mn10300.
1481
c1f6b406
MM
1482Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1483
1484 * configure.in (d10v-*): Do not build librx.
1485
f3285daa
JL
1486Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
1487
1488 * configure.in (mn10300): Build everything except gdb & libgloss.
1489
5a1d5a6a
PB
1490Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
1491
1492 * config.guess: Patch for Dansk Data Elektronik servers,
1493 from Niels Skou Olsen <nso@dde.dk>.
1494
1495 For ncr, use /bin/uname rather than uname, since GNU uname does not
1496 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
1497
1498 Patch for MIPS R4000 running System V,
1499 from Eric S. Raymond <esr@snark.thyrsus.com>.
1500
1501 Fix thinko for nextstep.
1502
1503 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
1504
1505 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
1506 * config.guess: Guess mips-dec-mach_bsd4.3.
1507
1508 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
1509 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
1510 release numbers.
1511 * config.guess (mips-mips-riscos*): Emit just enough of the
1512 release number.
1513
1514 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
1515 * config.guess (sparc-auspex-sunos*): Added.
1516 (f300-fujitsu-*): Added.
1517
1518 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
1519 * config.guess: Recognize a Tadpole as a sparc.
1520
1521Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
1522
1523 * config.guess: Don't assume that NextStep version is either 2 or
1524 3. NextStep 4 (aka OpenStep 4) has come out now.
1525
1526Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
1527
1528 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
1529 From Rik Faith <faith@cs.unc.edu>.
1530
1531Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
1532
1533 * config.sub: Contributions from bug-gnu-utils to:
1534 Support plain "hppa" (no version given) architecture, reported by
1535 OpenStep.
1536 OpenBSD like NetBSD.
1537 LynxOs is not a hardware supplier.
1538
1539 * config.guess: Contributions from bug-gnu-utils to add support for:
1540 OpenBSD like NetBSD.
1541 Stratus systems.
1542 More Pyramid systems.
1543 i[n>4]86 Intel chips.
1544 M680[n>4]0 Motorola chips.
1545 Use unknown instead of lynx for hardware manufacturer.
1546
1547Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1548
1549 * install.sh (chmodcmd): Set to null if the DST directory already
1550 exists.
1551
489c265b
MM
1552Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1553
1554 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
1555 not use mt-ppc target Makefile fragment any more.
1556
5707b74f
SG
1557Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
1558
1559 * configure.in (*-*-windows): Exclude everything but those dirs
1560 needed to build windows.
1561
be951827
DE
1562Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
1563
1564 * Makefile.in (all-target-winsup): Depend on all-target-librx.
1565
da7f2a10
SG
1566Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
1567
341aa377 1568 * configure.in: Exclude mmalloc from i386-windows.
da7f2a10
SG
1569 * config/mh-windows: Add rules for building MSVC makefiles.
1570
1571Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
1572
1573 * Undo my previous change.
1574
05992891
ILT
1575Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
1576
1577 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
1578 unconditionally.
1579 (MAKEOVERRIDES): Define (revert this part of October 18 change).
1580
3e288e27
SG
1581Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
1582
1583 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
1584 host to add it's own flags.
1585 * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed
1586 for MSVC build procedure.
1587
a3fac17e
ILT
1588Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
1589
1590 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
1591
72ce05e8
ILT
1592Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
1593
1594 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
1595 (CXX_FOR_TARGET): Likewise.
1596 (GCC_FOR_TARGET): Define.
1597 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
1598 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
1599 CC_FOR_TARGET was specified on the command line.
1600 (MAKEOVERRIDES): Don't define.
1601
9d459449
DE
1602Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
1603
1604 * configure.in (m32r): Fix spelling of libg++ libs.
1605
3e41eeb4
SS
1606Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
1607
1608 * config.sub (-apple*): Remove, now redundant.
1609
d7a57996
ILT
1610Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
1611
3274332f
ILT
1612 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
1613
d9f3f187
ILT
1614 * configure: Rework yesterday's sed script patch.
1615
d7a57996
ILT
1616 * config.sub: Merge with FSF.
1617
44ad3d83
PB
1618Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
1619
1620 * config.guess: Merge from FSF.
1621
1622 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
1623 * config.guess: Use pc instead of unknown, for pc clone systems.
1624 Change linux to linux-gnu.
1625
1626 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1627 * config.guess: Avoid non-portable tr syntax.
1628
4efa6b75
JL
1629Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
1630
ed46a8ee
JL
1631 * test-build.mk (HOLES): Add "xargs" for gdb.
1632
4efa6b75
JL
1633 * configure: Avoid hpux10.20 sed bug.
1634
d0e01d94
SG
1635Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
1636
1637 * configure.in config/mh-windows: Add support for windows host
1638 (that is a build done under the Microsoft build environment).
1639
d5a8bfde
ILT
1640Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
1641
81eb5025
ILT
1642 * Makefile.in: Replace all uses of srcroot with s, to shrink
1643 command line lengths.
1644
d5a8bfde
ILT
1645 Patches from Geoffrey Noer <noer@cygnus.com>:
1646 * configure.in: If configuring for newlib, pass --with-newlib to
1647 subdirectories.
1648 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
1649 -Bnewlib/ and -Lwinsup to gcc.
1650 (CXX_FOR_TARGET): Likewise.
1651
f2b43566
ILT
1652Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
1653
1654 * Makefile.in (ETC_SUPPORT): Add configure.
1655
3dd3627a
AMT
1656Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
1657
1658 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
1659 host configuration file.
1660
ae1b99e4
JL
1661Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
1662
1663 * configure.in: Break mn10x00 support into separate
1664 mn10200 and mn10300 configurations.
1665 * config.sub: Likewise.
1666
be9b9d69
JL
1667Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
1668
0cfa6de4
JL
1669 * configure.in: Add lots of stuff to noconfigdirs for
1670 the mn10x00 targets.
1671
be9b9d69
JL
1672 * config.sub, configure.in: Add mn10x00 support.
1673
6ffb8ab7
ILT
1674Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
1675
1676 * make-all.com: Call conf-a-gas, not config-a-gas.
1677
875c8d5c
JSC
1678Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
1679
1680 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
1681 targets.
1682
1683Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
1684
1685 * mpw-README: Add much more detail for native PowerMac.
1686 * mpw-install: New file.
1687 * mpw-configure: Add --norecursion and --help options.
1688 * mpw-config.in: Translate readme and install files when
1689 copying to objdir.
1690 * mpw-build.in: Don't always depend on byacc and flex.
1691 (install-only-top): New action.
1692
875c8d5c
JSC
1693Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
1694
1695 * configure.in: You can now configure GDB for the v850.
1696
875c8d5c
JSC
1697Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
1698
1699 * configure.in (noconfigdirs): Don't configure any C++ dirs
1700 if targeting D10V.
1701
875c8d5c
JSC
1702Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
1703
1704 * config.sub: Recognize mips64vr5000.
1705
cd0ae558
ILT
1706Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
1707
1708 * configure.in: Use a single line for host_tools and native_only.
1709
88632436
DE
1710Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
1711
1712 * config.sub, configure.in: Add entries for m32r.
88632436 1713
642c85fa
TT
1714Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
1715
1716 * Makefile.in (inet-install): Don't run install-gzip.
1717
91f6cfea
SG
1718Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
1719
1720 * configure.in: Don't config lots of things for *-*-windows*.
1721
1722Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
1723
1724 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
1725 (host_libs, host_tools): Copy from configure.in.
1726 * mpw-configure: Don't complain about directories not found.
1727
f7954d86
MM
1728Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1729
1730 * configure.in (i[345]86): Recognize i686 for pentium pro.
7fa565a6
MM
1731 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
1732 file.
1733
f7954d86
MM
1734 * config.guess (i[345]86): Ditto.
1735
f7954d86
MM
1736Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1737
1738 * configure.in (noconfigdirs): Removed gdb for D10V.
1739
f7954d86
MM
1740Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
1741
1742 * configure.in: Remove ld, target-libio, target-libg++, and
1743 target-libstdc++ from noconfigdirs.
1744
866d38a8
FF
1745Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
1746
1747 * configure: Fix three locations where shell scripts were
1748 being run directly rather than with config_shell.
1749
3f5d1c2c
C
1750Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
1751
1752 * configure.in (v850-*-*): Set up initial $noconfigdirs.
1753 * config.sub (basic_machine): Recognize v850.
1754
3f5d1c2c
C
1755Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
1756
1757 * mpw-configure: Handle multiple enable/disable options and
1758 pass them down recursively, handle -c and -s flags appropriately
1759 depending on choice of compiler, add escape mechanism for
1760 quoted arguments to gC.
1761
1762Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1763
1764 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
1765 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
1766 so that -mrelocatable-lib and -mno-eabi are used.
1767
1768 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
1769 not support --print-multi-lib, don't abort.
1770
215d6a41
SG
1771Sun Aug 11 20:51:50 1996 Stu Grossman (grossman@critters.cygnus.com)
1772
1773 * config/mh-cygwin32 (CFLAGS): Define _WIN32 to be compatible
1774 with normal Windows compilation environment.
1775
9e8419d0
ILT
1776Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
1777
1778 * make-all.com: Run config-a-gas.
1779 * setup.com: Don't copy subdirectory files around.
1780
1781Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
1782
1783 * configure.in (*-*-ose): Remove exclusion of libgloss for this
1784 target, it now compiles correctly.
1785
959376c9
SS
1786Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
1787
1788 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
1789
7ae1ceee
MH
1790Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1791
1792 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
1793
57f69c31
BK
1794Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1795
1796 * configure.in (native_only): Add prms.
1797
47f00924
ILT
1798Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
1799
1800 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
1801 (BINUTILS_SUPPORT_DIRS): Likewise.
1802
05a8bf33
MM
1803Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1804
1805 * configure.in (d10v-*-*): Don't configure ld or gdb until the
1806 d10v support is added.
1807
1808Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
a1e636c8
MH
1809
1810 * configure.in (d10v-*-*): New target.
47f00924 1811
eddf8efe
JL
1812Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
1813
1814 * config.guess (HP 9000/811): Recognize this as a PA1.1
1815 machine.
1816
b5dbae28
KR
1817Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
1818
1819 * Makefile.in (do-tar-gz): New target, split out from tail end of
1820 taz target. Run each command separately, don't use pipes.
1821 (taz): Use it.
1822
f76215e0
SS
1823Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
1824
1825 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
1826 * mpw-build.in: No builds should depend on building byacc or flex,
1827 they are assumed to be installed already.
1828
59d3634c
MM
1829Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1830
1831 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
1832 variable that CC_FOR_TARGET needs.
1833
062aded9
MM
1834Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1835
1836 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
1837 options have changed since the last time the subdirectory was
1838 configured, and if it has, reconfigure.
1839 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
1840 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
1841
5db223e4
DE
1842Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
1843
1844 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
1845 CLEAN_MODULES): Add bash.
1846 (all-bash): New target.
1847
5133e9ed
JW
1848Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
1849
1850 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
1851
5133e9ed
JW
1852Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1853
1854 * config.sub (basic_machine): Recognize d10v as a valid processor.
5133e9ed 1855
6f607c12
SS
1856Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
1857
1858 * mpw-configure: Add support for --bindir.
1859 * mpw-build.in: Use a GCC-specific build script for GCC actions.
1860
a928fca1
GN
1861Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
1862
1863 * configure.in: add bash, time, gawk to list of hosttools and things
1864 to only build for native toolchains
1865
5e70d079
JM
1866Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1867
1868 * Makefile.in (docdir): Remove.
1869
d92eef0c
JM
1870Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1871
1872 * Makefile.in (datadir): Set to $(prefix)/share.
1873
d79bfb0d
GN
1874Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
1875
1876 * configure.in: build diff and patch for cygwin32-hosted
1877 toolchains.
1878
1879Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
1880
1881 * config.sub: Accept -rtems*.
1882
1883Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
1884
1885 * configure.in: enable dosrel for cygwin32-hosted builds,
1886 remove diff from the list of things not buildable
1887 via Canadian Cross
1888
d32baaf0
JM
1889Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
1890
1891 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
1892 don't get ". ".
1893
79a2d56d
JW
1894Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
1895
1896 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
1897
8d190aa3
KR
1898Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
1899
1900 * Makefile.in (taz): Handle case where tex3patch didn't even get
1901 checked out. Also, if it was found, put the symlink in a new util
1902 subdirectory.
1903
c1801422
MM
1904Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1905
1906 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
1907
bc70a918
ILT
1908Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
1909
1910 * config.sub: Recognize -openvms.
1911 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
1912 * make-all.com, setup.com: New files.
1913
9deb9485
JM
1914Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
1915
c1801422 1916 * Makefile.in (taz): tex3patch moved to texinfo/util.
9deb9485 1917
25c32773
GN
1918Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
1919
d8021475 1920start-sanitize-gdbtk
25c32773 1921 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
d8021475 1922end-sanitize-gdbtk
bc70a918
ILT
1923 * configure.in: remove make from disable-if-Can-Cross list
1924 enable gdb if ${host} and ${target} are cygwin32
25c32773
GN
1925
1926Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
1b5484af
PB
1927
1928 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
1929 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
1930
45d03d11
PB
1931Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
1932
1933 * config.guess: Combine mips-mips-riscos cases, and use cpp to
1934 distinguish sysv/svr4/bsd variants.
25c32773 1935 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
45d03d11 1936
85f533f7
TT
1937Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
1938
1939 * configure.in: Added copyright notice.
1940 * move-if-change: Added copyright notice.
1941
59d95e81
MM
1942Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1943
1944 * configure.in (powerpcle-*-solaris*): Until we get shared
85f533f7
TT
1945 libraries working, don't build gdb, sim, make, tcl, tk, or
1946 expect.
59d95e81 1947
60bcbf8d
PB
1948Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
1949
1950 * config.guess: Merge with FSF:
1951
1952 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1953 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
1954
1955 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
1956 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
1957
1958 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
1959 * config.guess: Combine two OSF1 rules.
1960 Also recognize field test versions. From mjr@zk3.dec.com.
1961 * config.guess (dgux): Use /usr/bin/uname rather than uname,
1962 because GNU uname does not support -p. From pmr@pajato.com.
1963
af34f1a9
TT
1964Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
1965
1966 * Makefile.in (MAKEDIRS): Removed $(tooldir).
1967
8f8e5b89
SS
1968Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
1969
1970 * mpw-README: Document GCCIncludes.
1971
553c179c
FF
1972Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
1973
1974 * configure.in (alpha-*-linux*): Set enable_shared to yes.
1975
1976Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
1977
1978 * mpw-configure: Handle --enable-FOO and --disable-FOO.
1979
5fdebee3
GN
1980Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
1981
553c179c 1982 * configure.in (*-*-cygwin32): Configure make.
5fdebee3
GN
1983
1984Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
1985
1986 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
1987
13d7cbe2
TT
1988Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
1989
8d1d94b6
TT
1990 * Makefile.in (all-inet): Depend on all-perl.
1991
424c7ca7
TT
1992 * Makefile.in (inet-install): New target.
1993
13d7cbe2
TT
1994 * Makefile.in (all-inet): Depend on all-tcl.
1995 (all-inet): Depend on all-send-pr.
1996
2f14f781
MM
1997Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1998
1999 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
2000 temporarily.
2001
3d40ace0
ILT
2002Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
2003
2004 * configure.in: Don't configure --with-gnu-ld on AIX.
2005
8970d123
MM
2006Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
2007
2008 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
2009
2010Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
2011
2012 * Makefile.in (ALL_MODULES): Added all-inet.
2013 (CROSS_CHECK_MODULES): Added check-inet.
2014 (INSTALL_MODULES): Added install-inet.
2015 (CLEAN_MODULES): Added clean-inet.
2016 (all-indent): New target.
2017
2018 * configure.in (host_tools): Added inet.
2019 (native_only): Added inet.
2020 (noconfigdirs): Added inet.
2021
2022Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
2023
2024 * configure.in: Don't configure libgloss if we are not configuring
2025 newlib.
2026
35cb2108
RS
2027Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2028
2029 * configure.in: Don't configure libgloss for unsupported
2030 architectures.
2031
b90f590c
MM
2032Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2033
2034 * Makefile.in (CLEAN_MODULES): Add clean-apache.
2035
53c403df
TT
2036Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
2037
2038 * Makefile.in (ALL_MODULES): Include all-apache.
2039 (CROSS_CHECK_MODULES): Include check-apache.
2040 (INSTALL_MODULES): Include install-apache.
2041 (all-apache): New target.
2042
2043 * configure.in: Added apache everywhere perl is seen.
2044
7508666f
MM
2045Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2046
2047 * Makefile.in: Add support for clean-{module} and
2048 clean-target-{module} rules.
2049
8e85fd5f
MS
2050Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
2051
2052 * configure.in (*-*-ose) do not build libgloss.
2053
6e005d44
MM
2054Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2055
2056 * config.guess (prep*:SunOS:5.*:*): Turn into
2057 powerpele-unknown-solaris2.
2058
d4be7765
ILT
2059Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
2060
2061 * configure.in: Permit --enable-shared to specify a list of
2062 directories.
2063
e94c0e40
JM
2064Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
2065
2066 * configure.in (host==solaris): Pass only the first word of $CC
2067 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
2068
eb40ca93
JM
2069Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
2070
2071 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
2072
0f8f1d33
TT
2073Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
2074
2075 * Makefile.in (ALL_MODULES): Include all-perl.
2076 (CROSS_CHECK_MODULES): Include check-perl.
2077 (INSTALL_MODULES): Include install-perl.
2078 (ALL_X11_MODULES): Include all-guile.
2079 (CHECK_X11_MODULES): Include check-guile.
2080 (INSTALL_X11_MODULES): Include install-guile.
2081 (all-perl): New target.
2082 (all-guile): New target.
2083
2084 * configure.in (host_tools): Include perl and guile.
2085 (native_only): Include perl and guile.
2086 (noconfigdirs): Don't build guile and perl; no ports have been
2087 done.
2088
977ff85a
MM
2089Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2090
2091 * configure (--enable-*): Handle quoted option lists such as
2092 --enable-sim-cflags='-g0 -O' better.
2093
2094Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2095
2096 * Makefile.in ({,inst}all-target): New rule so we can make and
2097 install all of the target directories easily.
2098
2099Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2100
2101 * configure.in: Add missing global flag in sed substitution when
2102 deleting `target-' from ${configdirs}.
2103
e6769dee
ILT
2104Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
2105
b213fd29
ILT
2106 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
2107 option.
2108
a527d9d7
ILT
2109 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
2110 config/mh-necv4.
2111
c0914b6e
ILT
2112 * install.sh: Correct misspelling of transformbasename.
2113
e6769dee
ILT
2114 * config.guess: Recognize mips-*-sysv*.
2115
2116Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
2117
2118 * config.sub: Recognize mon960.
2119
a9872a28
ILT
2120Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
2121
2122 * configure: Restore Canadian Cross handling of BISON and LEX,
2123 removed in Feb 20 change.
2124
2125Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
2126
2127 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
2128 Mention make install. Remove the old copyright date as well the
2129 clumsy and rather pointless copyright on the README file.
2130
9dd5affc
ILT
2131Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
2132
2133 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
2134 Makefile after running symlink-tree, then run `make distclean' to
2135 avoid clobbering any generated files in srcdir.
2136
08714af6
C
2137Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2138
2139 * configure.in (m68k-*-netbsd*): Build everything now.
2140
aaefc574
JM
2141Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
2142
2143 * Makefile.in (taz): Fix quoting.
2144
e12079d3
DE
2145Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
2146
2147 * configure.in (sparclet-*-*): Build everything now.
2148
769e064d 2149Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
74a03cac 2150
769e064d 2151 * configure.in (m68k-*-linux*): New host.
be317b06 2152
a8e06235
ILT
2153Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
2154
2155 * configure: Check for bison before byacc.
2156
2157Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
2158
2159 * Makefile.in configure: Change the way LEX and BISON/YACC are
2160 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
2161 searching PATH. These are used as fallbacks by Makefile.in if
2162 flex/bison/byacc aren't in objdir.
2163
b6ae0f10
ILT
2164Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
2165
2166 * Makefile.in: Make everything which depends upon all-bfd also
2167 depend upon all-opcodes, in case --with-commonbfdlib is used.
2168
44ccfc3c
MM
2169Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2170
2171 * configure.in (host *-*-cygwin32): Don't build gdb if we are
2172 building NT native compilers on Unix.
2173
0e47ce97
ILT
2174Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
2175
2176 * configure.in: Don't get CC from the host Makefile fragment if we
2177 can find gcc in PATH, or if this is a Canadian Cross. Move the
2178 Solaris test for /usr/ucb/cc to the post target script, just after
2179 the compiler sanity test.
2180
efc1902b
ILT
2181Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
2182
2183 * config.sub: Merge with FSF.
2184
2185Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
2186
2187 * Makefile.in (RPATH_ENVVAR): New variable.
2188 (REALLY_SET_LIB_PATH): Use it.
2189 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
2190
e08dfe61
DE
2191Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
2192
2193 * config.sub, configure.in: Recognize sparclet cpu.
2194
2195Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
1d0e0732
PB
2196
2197 * config.guess: Support m68k-cbm-sysv4.
2198
2199Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2200
2201 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
2202 m68k-unknown-linuxaout from linker help string. Put quotes around
2203 $ld_help_string.
2204
2205Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
2206
2207 * config.guess (powerpc-harris-powerunix): Add guess for port
2208 to new target.
2209
4c494515
BK
2210Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
2211
2212 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
2213
2214Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
2215
2216 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
2217 $(REALLY_SET_LIB_PATH) in Makefile.
2218 * Makefile.in (SET_LIB_PATH): New variable.
2219 (REALLY_SET_LIB_PATH): New variable.
2220 ($(DO_X)): Use $(SET_LIB_PATH).
2221 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
2222 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
2223 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
2224 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
2225 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
2226 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
2227 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
2228 (install-dosrel): Likewise.
2229 (all-opcodes): Depend upon all-libiberty.
2230
2231Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
2232
2233 * config.guess (*:CYGWIN*): New
2234
d03a1ca8
MM
2235Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2236
2237 * Makefile.in (all-target-winsup): All all-target-libiberty.
2238
fcfcbf27
MM
2239Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2240
2241 * configure.in (noconfigdirs): Add missing # in front of comment.
2242
0807a8af
GN
2243Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
2244
2245 * configure.in: add second pass to things added to noconfigdirs
2246 so *-gm-magic can exclude libgloss properly.
2247
2805d4b8
SS
2248Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
2249
2250 * mpw-configure (extralibs_name, rez_name): Set correctly
2251 for MWC68K compiler.
2252
2253 * mpw-README: Add more info on the necessary build tools.
2254
9daacfc4
SC
2255Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
2256
2257 * configure.in, config.sub: Recognize cygwin32.
2258
349f03db
ILT
2259Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
2260
2261 * config.guess, config.sub: Recognize A/UX.
2262
d586f394
ILT
2263Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
2264
2265 * config.sub: Merge with gcc/config.sub.
2266
2267Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
2268
2269 * mpw-build.in (do-binutils): Add build of stamps.
2270
b209d2a3
JSC
2271Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
2272
2273 * config.sub: Add recognition for mips64vr4100*-* targets.
2274
397a4fa3
BK
2275Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
2276
2277 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
2278 Add creation of gconfigargs with `--enable-shared' turned on.
2279 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
2280 ($(host)-stamp-stage3-configured): Likewise.
2281 (HOLES): Add chatr and ldd.
2282 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
2283
df1ddda9
PB
2284Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
2285
2286 * configure: Pass --nfp to recursive configures.
2287
84aa3e69
SC
2288Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
2289
2290 * Makefile.in (DLLTOOL): New.
2291 (DLLTOOL_FOR_TARGET): New.
2292 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
2293 (EXTRA_TARGET_FLAGS): Ditto.
2294 (EXTRA_GCC_FLAGS): Ditto.
2295 (CONFIGURE_TARGET_MODULES): Ditto.
2296 (DO_X): Ditto.
2297 * configure: Add DLLTOOL.
2298
a48876fc
SS
2299Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
2300
2301 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
2302 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
2303 mh-sco, since old workarounds no longer needed, and don't
2304 build ld, since libraries have weak symbols in COFF.
2305
9908eb6a
FF
2306Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
2307
2308 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
2309
b5ae8419
ILT
2310Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
2311
2312 * configure.in: Make sure that ${CC} can be used to compile an
2313 executable.
2314
d8021475 2315start-sanitize-gdbtk
01082eaf
MM
2316Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
2317
2318 * Makefile.in (all-gdb): Depend on $(GDB_TK).
2319 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
2320 nothing depending on whether gdbtk is being built.
2321
d8021475 2322end-sanitize-gdbtk
4c0b7ebc
DE
2323Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
2324
2325 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
2326
2327Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
2328
2329 * configure.in (noconfigdirs): Put ld or gas in this early, if the
2330 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
2331
a493dcd8
DE
2332Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
2333
2334 * config-ml.in: Add support for
2335 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
2336 Simplify setting of multidirs from --disable-foo.
2337
2ab80461
MM
2338Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2339
2340 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
2341 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
2342 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
2343 non-empty, pass them on to the GCC make.
2344 (all-bootstrap): New rule that is like all-gcc, except it executes
2345 the GCC bootstrap rule instead of the GCC all rule.
2346
2347Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
2348
2349 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
2350
04bdf322
MM
2351Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2352
2353 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
2354 DG/UX support.
2355
d3c0ec63
MM
2356Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
2357
2358 * config.sub (i*86*) Change [345] to [3456]
2359
0b0124c6
BK
2360Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2361
2362 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
2363 --with-gnu-ld=no.
2364
d1265690
MM
2365Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2366
2367 * config-ml.in (rs6000*, powerpc*): Add switches to control which
2368 AIX multilibs get built.
2369
2370Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2371
2372 * configure.in (i386-win32): Don't build expect if we're not
2373 building the tcl subdir.
2374
33bc6fe5
SS
2375Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
2376
2377 * Makefile.in: (configure-target-examples, all-target-examples):
2378 New targets, configure and build example programs.
2379
a585028b
SS
2380Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
2381
2382 * mpw-configure: If an mpw-config.in generated a file mk.sed,
2383 use it as input to sedit the generated MPW makefile.
2384 * mpw-README: Add a suggestion about Gestalt.h.
2385
48ac1853
ILT
2386Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
2387
2388 * config.sub: Accept *-*-ieee*.
2389
8c5bc3e3
ILT
2390Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
2391
2392 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
2393 Ronald F. Guilmette <rfg@monkeys.com>.
2394
a51794f1
JM
2395Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2396
2397 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
2398 for powerpc-pe native.
2399 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
2400 (target==powerpc-pe): duplicate i386-win32 entry.
2401
406477a6
JW
2402Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2403
2404 * configure.in (noconfigdirs): Exclude target-newlib for all versions
2405 of vxworks, not just vxworks5.1.
2406
4ac27a60
SS
2407Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
2408
2409 * mpw-configure: Add support for exec-prefix.
2410
ebf73052
JL
2411Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
2412
2413 * config.guess: Recognize HP model 816 machines as having
2414 a PA1.1 processor.
2415
c222f124
ILT
2416Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
2417
2418 * configure: Ignore new autoconf configure options.
2419
cee52482
C
2420Thu Nov 30 14:45:25 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2421
2422 * config/mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler
2423 defaults to K&R mode, but doesn't have varargs.h, so we have to
2424 compile in ANSI mode.
2425
638536a7
PB
2426Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
2427
2428 * config.guess: Recognize Pentium under SCO.
2429 From Robert Lipe <robertl@arnet.com>.
2430
d25fd70d
C
2431Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2432
2433 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
2434 * config/mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
2435 RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
2436
2a3486d2
ILT
2437Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
2438
2439 * configure.in: Don't configure gas for alpha-dec-osf*.
2440
4f0ad91b
ILT
2441Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
2442
2443 * configure.in: Default to --with-stabs for some targets for which
2444 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
2445 i[345]86*-*-unixware*.
2446
f70c5b56
ILT
2447Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
2448
2449 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
2450 rather than basing it on the target. Simplify handling of options
2451 controlling which directories to configure. Remove extraneous
2452 slash in multi-clean target.
2453
2a59259c
DE
2454Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
2455
2456 * config-ml.in: Prefix more variables with ml_ so they don't collide
2457 with configure's.
2458
81749575
ILT
2459Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
2460
2461 * configure: Don't turn -v into --v.
2462
90bdf864
DE
2463Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
2464
2465 * configure.in (targargs): Fix typo.
283a2b3d
DE
2466
2467 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
2468
7fc36fda
ILT
2469Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
2470
2471 * configure.in: Strip --host and --target options from
2472 CONFIG_ARGUMENTS, and always configure for --host only. Add
2473 --with-cross-host option when building with a cross-compiler.
2474 * configure: Canonicalize the arguments put into config.status by
2475 always using `=' for an option with an argument. Pass a presumed
2476 --host or --target explicitly.
2477
2478Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
2479
2480 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
2481 into general OS recognition case.
2482
77cd090a
JM
2483Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2484
2485 * configure.in (target_configdirs): add target-winsup only
2486 for win32 target systems.
2487
71a164f7
ILT
2488Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
2489
2490 * Makefile.in (all-target-libgloss): Depend upon
2491 configure-target-newlib, since when libgloss is built it looks to
2492 see if the newlib directory exists.
2493
2494Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
2495
2496 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
2497 cfg-ml-*.in.
2498
29386972
ILT
2499Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
2500
2501 * configure: Handle LD and LD_FOR_TARGET when configuring a
2502 Canadian Cross.
2503
2504Tue Nov 14 15:03:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2505
2506 * config/mh-i386win32: add LD_FOR_TARGET.
2507
600b2f21
JM
2508Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2509
2510 * configure.in (target_libs): add target-winsup.
2511 (target==i386-win32): add patch diff flex make to $noconfigdirs.
2512 (target==ppcle-pe): remove ld from $noconfigdirs.
2513
d747cac4
DE
2514Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
2515
2516 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
2517 Preserve relative path names in $srcdir. Build symlink tree if
2518 configuring cross target dir and srcdir=. (= no VPATH support).
2519 (configure-target-libg++): Depend on configure-target-librx.
2520 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
2521 * config-ml.in: New file.
2522 * symlink-tree: New file.
2523 * configure: Ensure srcdir="." if that's what it is.
2524
19b1d034
SS
2525Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
2526
13a0f595
SS
2527 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
2528 includes and FLEX_SKELETON setting.
2529 * mpw-configure (--with-gnu-ld): New option, controls whether
2530 to use PPCLink or ld with PowerMac GCC.
2531 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
2532 * mpw-config.in: Configure grez if targeting Mac.
2533
19b1d034
SS
2534 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
2535 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
2536 just macos.
2537 * configure.in: Configure grez resource compiler if targeting Mac.
2538 * Makefile.in (all-grez, install-grez): New targets.
2539
2540Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
2541
2542 * configure: CXX defaults to gcc, not g++. If we find
2543 gcc in the path, set CC to gcc -O2.
2544
bfe725ec
ILT
2545Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
2546
2547 * configure: Default ${build} correctly. Avoid picking up extra
2548 spaces when reading CC and CXX from Makefile. When doing a
2549 Canadian Cross, use plausible default values for numerous
2550 variables.
2551 * configure.in: When doing a Canadian Cross, don't try to
2552 configure tools whose configure script can't handle it.
2553
f59312e9
JW
2554Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2555
2556 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
2557
96457d7f
PB
2558Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
2559
2560 * configure: Remove dubious bug reporting address.
2561
d3e8ed54
PB
2562Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
2563
2564 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
2565 configure script, run that instead of this directory's configure.
2566 In either case, print a message that we're configuring the sub-dir.
2567
b58d9e5d
PB
2568Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
2569
2570 * configure.in: Before checking for the existence of various files,
2571 use sed to filter out "target-".
2572
ec7a8792
ILT
2573Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
2574
2575 * Makefile.in (DO_X): Split rule to decrease command line length
2576 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
2577 (Philippe De Muyter).
2578
be2c65d3
JM
2579Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2580
2581 * Makefile.in (all-patch): depend on all-libiberty.
2582
fba66802
ILT
2583Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
2584
2585 * configure.in: If the only directory in target_configdirs which
2586 actually exists is libiberty, then set target_configdirs to empty,
2587 to avoid trying to build a target libiberty in a gas or gdb
2588 distribution.
2589
39772dd8
C
2590Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
2591
2592 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
2593 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
2594 systems.
2595
52b5deb9
JW
2596Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
2597
2598 * configure.in (copy_dirs): Use sys-include instead of include
2599 for --with-headers option.
2600
2601Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
309dca2a
SC
2602
2603 * Makefile.in, configure.in: Make winsup builds work with
2604 new scheme.
2605
92caaa6a
ILT
2606Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
2607
2608 * configure.in: Build the linker on AIX.
2609
e66eb658
PB
2610Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
2611
2612 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
2613 where needed.
2614
fc3524a9
DE
2615Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
2616
2617 * Makefile.in (all-gcc): Fix typo.
2618
136ca05d
PB
2619Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
2620
2621 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
2622
ab1cbc67
PB
2623Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
2624
2625 * configure.in: Rename libFOO to target-libFOO, and xiberty
2626 to target-xiberty, to provide more flexibility.
2627 (target_subdir): Define. Create if cross.
2628 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
2629 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
2630 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
2631 check-libFOO -> check-target-libFOO, etc.
2632 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
2633 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
2634 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
2635 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
2636 allow ALL_GCC="" to only configure.
2637 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
2638 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
2639 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
2640
3dbe0fa2
KR
2641Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
2642
2643 * Makefile.in (taz): Build "info" in etc explicitly.
2644
2f9bfdfa
SG
2645Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
2646
2647 * configure.in: Make sure that CC is undefined (as opposed to
2648 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
2649 problem with autoconf trying to configure on a host without GCC.
2650
7391e11c
SS
2651Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
2652
2653 * mpw-configure: Set host alias from choice of host compiler,
2654 only use generic MPW Makefile sed if present, edit a file
2655 named "hacked_Makefile.in" instead of "Makefile.in" if present.
2656 * mpw-README: Add problem notes about CW6 and CW7.
2657
65f1be06
KR
2658Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
2659
2660 * Makefile.in (taz): Use ";" instead of ";;".
2661
6b9e3a78
PB
2662Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
2663
2664 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
2665 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
2666 DISTDOCDIRS.
2667 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
2668 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
2669
fd83c2d2
PB
2670Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
2671
2672 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
2673 and gnats, because they are now subsumed by DISTSTUFFDIRS.
2674 Move bfd to DISTSTUFFDIRS.
2675
054f9ada
JM
2676Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2677
2678 * Makefile.in (X11_LIB): Removed.
2679 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
2680
2681 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
2682
0228bc7b
MM
2683Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2684
2685 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
2686 names.
2687
ab1da7f4
MM
2688Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2689
2690 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
2691
2692Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
2693
2694 * configure.in (i[345]86-*-win32): Always build newlib.
2695 Don't configure cvs, autoconf or texinfo.
2696 * Makefile.in (LD_FOR_TARGET): New.
2697 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
2698 Pass down LD_FOR_TARGET.
2699
2cbf1e15
SC
2700Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
2701
19b1d034 2702 * winsup: New directory.
2cbf1e15
SC
2703 * Makefile.in: Build winsup.
2704 * configure.in: Winsup is configured when target is win32.
2705 Can only build win32 target GDB when native.
2706
5cee1353
JL
2707Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
2708
2709 * config.guess: Recognize HP model 819 machines as having
2710 a PA 1.1 processor.
2711
e7876e46
ILT
2712Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
2713
2714 * configure: Fix sed loop which substitutes for CC and CXX to
2715 avoid bug found in various sed implementations.
2716
2717Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2718
2719 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
2720 simulator. Use standard powerpc-*-eabi*.
2721
a6d5af31
ILT
2722Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
2723
034fd45d 2724 * configure.in: Stop putting gas and binutils in noconfigdirs for
a6d5af31
ILT
2725 powerpc-*-aix* and rs6000-*-*.
2726
adbc2f55
MM
2727Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
2728
2729 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
2730 -mcall-aixdesc libraries.
2731
69ee9125
KR
2732Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
2733
2734 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2735
2736 * config.sub (arm | armel | armeb): Fix shell syntax.
2737
ea2785a3
MM
2738Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2739
2740 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
2741 -msoft-float and -mcpu=common support.
e2eb48d6
MM
2742 (powerpc*-*-eabisim*): Add support for building -mcall-aix
2743 libraries.
ea2785a3 2744
f4791d95
BK
2745Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2746
2747 * configure.in: Allow configuration and build of emacs19 for the alpha.
2748
c67de584
JM
2749Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2750
2751 * configure.in (CC): Get ^CC, not just any old CC, from
2752 ${host_makefile_frag}.
2753
4caf3f7d
JM
2754Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2755
2756 * configure.in (CC): Try to get CC from
2757 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
2758
abf85a72
JM
2759Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2760
2761 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
2762 only if it exists in $(srcdir).
2763
ca2ce3b3
ILT
2764Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
2765
2766 * configure: If CC and CXX are not set in the environment, set
2767 them, based on either an existing Makefile or on searching for gcc
2768 in PATH. Substitute for CC and CXX in Makefile.
2769 * configure.in: Remove libm from target_libs. Separate
2770 target_configdirs from configdirs. If CC is not set in
2771 environment, try to get it from a host Makefile fragment. Rewrite
2772 changes of configdirs to use skipdirs instead. A few minor
2773 tweaks. Take directories out of target_configdirs as they are
2774 taken out of configdirs. Remove existing Makefile files from
2775 subdirectories. Substitute for TARGET_CONFIGDIRS and
2776 CONFIG_ARGUMENTS in Makefile.
2777 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
2778 by configure.in.
2779 (CONFIG_ARGUMENTS): Likewise.
2780 (CONFIGURE_TARGET_MODULES): New variable.
2781 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
2782 ($(CONFIGURE_TARGET_MODULES)): New target.
2783 (configure-libg++, configure-libio): New targets.
2784 (all-libg++): Depend upon configure-libg++.
2785 (all-libio): Depend upon configure-libio.
2786 (configure-libgloss, all-libgloss): New targets.
2787 (configure-libstdc++): New target.
2788 (all-libstdc++): Depend upon configure-libstdc++.
2789 (configure-librx, all-librx): New targets.
2790 (configure-newlib): New target.
2791 (all-newlib): Depend upon configure-newlib
2792 (configure-xiberty): New target.
2793 (all-xiberty): Depend upon configure-xiberty.
2794
2795Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2796
2797 * configure.in (host i[345]86-*-win32): Expand the
2798 noconfigdirs again.
2799
98fec350
SS
2800Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
2801
2802 * mpw-configure: Fix sed command file name.
2803
9e6dfd96
SC
2804Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
2805
2806 * configure.in (host i[345]86-*-win32): Reduce the
2807 noconfigdirs again.
2808
81d08d0c
ILT
2809Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
2810
1293a6fc
ILT
2811 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
2812 or powerpc*-*-pe*, since they are not yet supported.
81d08d0c 2813
a2e72689
SS
2814Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
2815
2816 Add PowerMac support and many other enhancements.
2817 * mpw-configure: New option --cc to select compiler to use,
2818 paste options set according to --cc into the generated
2819 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
2820 if mpw-make.sed is present.
2821 * mpw-config.in: Don't test for gC1, test for mpw-touch,
2822 add forward includes for PowerPC include files.
2823 * mpw-build.in: Build using Makefile.PPC if present.
2824 (do-byacc, etc): Remove separate version resource builds.
2825 (do-gas): Build "stamps" before "all".
2826 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
2827 * mpw-README: Update to reflect --cc option, PowerMac support,
2828 and recently-reported compatibility problems.
2829
d9677195
DE
2830Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
2831
2832 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
2833 embedded m68k systems (-aout, -coff, -elf, -vxworks).
2834 (--with-multilib-top): Pass to recursive invocations.
2835
f74b6b5f
C
2836Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
2837
2838 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
2839 v810-*-*.
2840
486e0f0a
C
2841Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2842
2843 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
2844 gdb, ld and opcodes on v810-*-*.
2845
952306d1 2846Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas <angela@cygnus.com>
486e0f0a 2847
952306d1 2848 * config/mh-ncrsvr43: Removed AR_FLAGS
2849
56a39ce9
ILT
2850Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
2851
2852 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
2853 (local-maintainer-clean): New target.
2854 (maintainer-clean): New target.
2855 (realclean): Just depend upon maintainer-clean.
2856
d55a8267
C
2857Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2858
2859 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
2860
ffb8885b
ILT
2861Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
2862
2863 * configure.in: Build ld in mips*-*-bsd* case.
2864
ebf6d5e6
KR
2865Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
2866
2867 * config.sub: Accept -lites* OS. From Ian Dall.
2868
6d333529
JSC
2869Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
2870
2871 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
2872 targets.
2873
c928c81f
JM
2874Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2875
2876 * configure.in: treat i386-win32 canadian cross the same as
2877 i386-go32 canadian cross.
2878
2879Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2880
2881 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
2882 running under the simulator to build a reduced set of libraries.
2883 (powerpc-*-eabiaix): Add fine grained multilib support added to
2884 other powerpc targets yesterday.
2885
c2838adc
MM
2886Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2887
2888 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
2889 -disable-softfloat, -disable-relocatable, -disable-aix, and
2890 -disable-sysv to control which multilib libraries get built.
2891
80152a20
KR
2892Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
2893
2894 * configure: Add Makefile.tem to list of files to remove in trap
2895 handler.
2896
2897Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
2898
2899 * config.guess (*Linux*): Add missing "exit"s.
2900 Also, need specific check for alpha-unknown-linux (uses COFF).
2901
74a86d1f
PB
2902Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
2903
2904 * config.guess: Merge with FSF:
2905
2906 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
2907 * config.guess (AIX4): More robust release numbering discovery.
2908
2909 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
2910 * config.guess (i386-sequent-ptx): Properly get version number.
2911
2912 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
2913 * config.guess (mips:*:4*:UMIPS): New case.
2914
2915Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
2916
2917 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
2918 (i386-win32 host): Likewise. Don't build readline.
2919
d8021475 2920start-sanitize-gdbtk
560ac5de
FF
2921Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
2922
2923 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
2924 SUPPORT_FILES to submakes.
2925
d8021475 2926end-sanitize-gdbtk
81597186
FF
2927Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
2928
2929 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
2930 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
2931 mpw-configure.
2932
2933Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
2934
2935 * configure.in (appdirs): Use =, not ==, in test expression when
2936 trying to build the text to print in the warning message for
2937 Solaris users.
2938
2939Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
2940
2941 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
2942
2943Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
2944
2945 * config.guess: Recognize lynx-2.3.
2946
2947Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
2948
2949 * config.sub (z8ksim): Deleted
2950 (z8k-*-coff): New, this is the one true name of the target.
2951
e9a9d059
DE
2952Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
2953
2954 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
2955
8e2c205b
FF
2956Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
2957
2958 * config.guess (*:Linux:*:*): First try asking the linker what the
2959 default object file format is (elf, aout, or coff). Then if this
2960 fails, try previous methods.
2961
dca68f1e
C
2962Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2963
2964 * configure.in: Don't build newlib for *-*-vxworks5.1.
2965
849367a2
BK
2966Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2967
2968 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
2969 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
2970
2971Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
2972
2973 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
2974
9eb59e0b
DE
2975Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
2976
849367a2
BK
2977 * cfg-ml-com.in: New file.
2978 * cfg-ml-pos.in: New file.
9eb59e0b
DE
2979
2980Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
2981
2982 * COPYING.NEWLIB: Add HP free copyright to list.
2983
2984Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2985
2986 * config.sub: Recognize -eabi* for the system, not just -eabi.
2987
2988Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
2989
2990 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
2991 * config.sub, configure.in (win32): New target and host.
2992
8ab7ddc8
SC
2993Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
2994
2995 * configure.in: Add i386-pe configuration.
2996
2997Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
2998
2999 * mpw-build.in (install): Install GDB after LD.
3000
9e000b35
SS
3001Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
3002
3003 * mpw-config.in (elf/mips.h): Always forward-include, needed
3004 for GDB to build.
3005
6d5cfab0
RS
3006Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
3007
3008 * testsuite: New directory for customer acceptance and whole tool
3009 chain tests.
3010
6109825c
KR
3011Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3012
3013 * configure: If per-host line isn't found, but AC_OUTPUT is found
3014 and a configure script exists, run it instead.
3015
3016Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
3017
3018 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
3019
6d5cfab0
RS
3020Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
3021
3022 * configure: Set build_{cpu,vendor,os,alias} to host values when
3023 --build isn't specified.
3024
6109825c
KR
3025Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3026
3027 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
3028 (FLAGS_TO_PASS): Pass them.
3029 (EXTRA_TARGET_FLAGS): Ditto.
3030
3031 * config/m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
3032
3033Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3034
3035 * Makefile.in (all-libg++): Depend on all-libstdc++.
3036
3037Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3038
3039 * configure.in (noconfigdirs): Enable all packages for
3040 i386-unknown-netbsd.
3041
3042Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
3043
3044 * configure.in (noconfigdirs): Don't configure tk for i386-go32
3045 hosted builds (DOS builds)
3046
ff15324f
KR
3047Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
3048
3049 Changes for ARM based on patches from Richard Earnshaw:
3050 * config.sub: Handle armeb and armel.
3051 * configure.in: Omit arm linker only for riscix.
3052
3053Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
3054
3055 * config.guess: Update from FSF.
3056
b4ecce2f
MM
3057Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
3058
3059 * config.sub: Recognize powerpcle as the little endian varient of
3060 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
3061 powerpcle variant. Convert pentium into i586, not i486. Add p5
3062 alias for i586. Map new x86 variants p6, k5, nexgen into i586
3063 temporarily.
3064
3065Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
3066
3067 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
3068
3069Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
3070
3071 * config.sub: Accept -lites* as a basic system type.
3072
26fc8340
MM
3073Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
3074
3075 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
3076 installed, and if so return linuxoldld as the system name.
3077
094a7e43
JL
3078Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
3079
3080 * config.guess: Add hppa1.1-hp-lites support.
3081
06723100 3082Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
eddd1942 3083
06723100 3084 * configure.in: Don't build newlib for m68k-vxworks5.1.
eddd1942
JM
3085
3086Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3087
3088 * configure.in (mips-sgi-irix6): Use mh-irix5.
3089
3090Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
3091
3092 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
3093
3094Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3095
3096 * test-build.mk: Enable building of shared libraries on IRIX 5 and
3097 OSF/1. Fix compiler flags.
3098 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
3099
99dff294
DE
3100Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
3101
3102 * configure.in: Recognize --with-newlib.
3103 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
3104
d8021475 3105start-sanitize-gdbtk
67bbb405
JM
3106Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3107
3108 * Makefile.in: move {all,check,install}-gdb from *_MODULES
3109 to *_X11_MODULES due to gdbtk needing X include files et al.
3110
d8021475 3111end-sanitize-gdbtk
8993849c
SS
3112Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
3113
3114 Merge in support for Mac MPW as a host.
3115 (Old change descriptions retained for informational value.)
3116
3117 * mpw-config.in: Add generic include forwards for cpu-specific
3118 include files in aout and elf directories.
3119
3120 * mpw-configure: Added copyright.
3121 * mpw-config.in: Check for presence of required build tools.
3122 (target_libs): Add newlib.
3123 (target_tools): Add examples.
3124 (Read Me): Generate as "Read Me for MPW" instead.
3125 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
3126 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
3127 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
3128
3129 * mpw-configure: Remove subdir-specific makefile hackery,
3130 delete mk.tmp after using it.
3131
3132 * mpw-build.in (all): Display start and end times.
3133
3134 * mpw-configure (host_canonical): Set.
3135 (target_cpu): Always add to makefiles.
3136 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
3137 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
3138 (mpw-mh-mpw): Look for in srcdir and srcroot.
3139 Use sed instead of mpw-edit-prefix to edit prefix definitions.
3140
3141 * mpw-build.in: (install-only): New target.
3142
3143 * mpw-configure (host_alias, target_alias): Rename from hostalias
3144 and targetalias, add into generated Makefile.
3145 (mk.tmp): If present, add into generated Makefile.
3146 * mpw-build.in (all-gas): Build config.h first before gas proper.
3147
3148 * mpw-configure (config.status): Write only if changed.
3149 * mpw-config.in (readline): Configure it (not built, just used for
3150 definitions).
3151
3152 * mpw-config.in (elf/mips.h): Add a forward include.
3153
3154 * mpw-config.in: Forward-include most .h files in include into
3155 extra-include.
3156 (readline): Don't build.
3157 mpw-build.in (install): Install GDB.
3158
3159 * mpw-configure (prefix, mpw_prefix): Handle it.
3160 * mpw-config.in (mmalloc, readline): Don't configure.
3161 * mpw-build.in (thisscript): Rename to ThisScript.
3162 Use mpw-build instead of BuildProgram everywhere.
3163 (mmalloc, readline): Don't build.
3164 * mpw-README: New file, basic documentation about the MPW port.
3165
3166 * mpw-config.in: Use forward-include to create include files.
3167
3168 * mpw-configure: Add more things to the top of each configured
3169 Makefile, including contents of config/mpw-mh-mpw.
3170 * mpw-config.in (extra-include): Create this directory and fill it
3171 with Posix-like include files when configuring.
3172
3173 * config.sub (apple, mac, mpw): Add various aliases.
3174
3175 * mpw-build.in: New file, top-level build script fragment for MPW.
3176 * mpw-configure: New file, configure script for MPW.
3177 * mpw-config.in: New file, config fragment for MPW.
3178
6d3055cb
JK
3179Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3180
3181 * configure.in (host_libs): Remove glob, since it is gone from the
3182 sources.
3183
3184Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3185
3186 * Makefile.in: define empty GDB_NLM_DEPS var.
3187
3188 * configure.in(target_makefile_frag): use config/mt-netware
3189 for netware targets.
3190
84849c9c
ILT
3191Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
3192
c2a4f18c
ILT
3193 * config.sub: Merge in recent FSF changes. Remove linux special
3194 cases.
84849c9c 3195
ac42799d
JM
3196Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3197
3198 build-all.mk,config/mh-solaris: revert these two changes:
3199
3200 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
3201
3202 * build-all.mk: Use CC=cc -Xs on Solaris.
3203
3204 Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3205
3206 * config/mh-solaris: SunPRO C needs -Xs to be able to get a
3207 working xmakefile for Emacs.
3208
3209Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3210
3211 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
3212 stop using it.
3213 * Makefile.in: Nuke all references to glob subdirectory.
3214
3215Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3216
3217 * configure.in: Fix --enable-shared logic in per-host.
3218
3219Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
3220
3221 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
3222
3223Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3224
3225 * configure.in (noconfigdirs): Don't build gas on AIX, for
3226 powerpc*-*-aix* as well as for rs6000*-*-aix*.
3227
3228Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
3229
3230 * configure: Fix --cache-file to work if the file argument is a
3231 relative path.
3232
121bdf8f
ILT
3233Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
3234
3235 * configure: If the --cache-file is used, pass it down to
3236 configure in subdirectories.
3237
9ce13cfc
KH
3238Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
3239
3240 * config.sub: add vxworks29k configuration.
3241
3242Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
3243
3244 * Makefile.in (taz): Do "diststuff" part quietly.
3245
3246Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
3247
3248 * config.sub: Mini-merge with gcc/config.sub.
3249
ada4e0c2
JW
3250Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3251
3252 * config.guess (IRIX): Sed - to _.
3253
dd025a49
C
3254Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3255
19b1d034 3256 * Makefile.in (source-vault, binary-vault): New targets.
dd025a49
C
3257
3258Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
3259
3260 * config.sub: Recognize -eabi as a basic system type.
3261
3262Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3263
3264 * configure.in (enable_shared stuff): Fix typo.
3265
3266Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
3267
3268 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
3269
2f64ef77
JM
3270Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3271
3272 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
3273
d5a7bb73
JK
3274Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3275
3276 * configure.in (rs6000-*-*): Don't build gas.
3277
ea6d5817
ILT
3278Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
3279
3280 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
3281 reduce command line length.
3282 (AS_FOR_TARGET): Check for as.new, not Makefile.
3283 (NM_FOR_TARGET): Check for nm.new, not Makefile.
3284
320ad1ed
PB
3285Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
3286
3287 * config.guess: Merge from FSF.
3288
3289Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3290
3291 * configure: Don't use $ when handling program_suffix.
3292
3293Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
3294
3295 * configure.in: Configure tk for hppa/hpux.
3296
91f4a683
PB
3297Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
3298
3299 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
3300
3301Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
3302
3303 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
3304 to LIBCXXFLAGS. Tests are better run without it.
3305
3585593d
BK
3306Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
3307
3308 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
3309
647acb00
C
3310Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
3311
3312 * configure.in (*-*-netware*): Don't configure xiberty.
3313
3314Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
3315
3316 * configure.in: Remove tk from native_only list.
3317
06a8010d
BC
3318Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
3319
3320 * build-all.mk: Add mips-ncd-elf target to sun4 targets
3321 for special NCD build.
3322
2492f942
KR
3323Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
3324
3325 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
3326 makeall.bat, they're only useful for binutils snapshots.
3327 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
3328 makeall.bat to specified SUPPORT_FILES.
3329
e3f6f4cf
BC
3330Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
3331
3332 * build-all.mk: Add Ericsson targets to sun4 and solaris
3333 hosts. Add BNR's sun4 target to solaris host, so their
3334 build-from-source will be tested in-house first.
3335
06a8010d
BC
3336Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
3337
3338 * Makefile.in (LIBCFLAGS): New variable.
3339 (CFLAGS_FOR_TARGET): Ditto.
3340 (LIBCFLAGS_FOR_TARGET): Ditto.
3341 (LIBCXXFLAGS): Ditto.
3342 (CXXFLAGS_FOR_TARGET): Ditto.
3343 (LIBCXXFLAGS_FOR_TARGET): Ditto.
3344 (BASE_FLAGS_TO_PASS): Pass them.
3345 (EXTRA_TARGET_FLAGS): Ditto.
3346
3347 * configure.in, config/m[th]-*pic: Support --enable-shared.
3348
8deb5c5f
PB
3349Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
3350
3351 * configure.in (target_libs): Include libstdc++ again.
3352 * config.guess: Update from FSF (for FreeBSD).
3353
15408b3b
KR
3354Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
3355
3356 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
3357 makeall.bat.
3358 (DISTDOCDIRS): Add `etc'.
3359 (ETC_SUPPORT_PFX): New variable.
3360 (taz): Include anything from etc starting with a word in
3361 ETC_SUPPORT_PFX.
3362
cb409b5d
ILT
3363Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3364
3365 * config.sub: Update for recent FSF changes. Remove obsolete
3366 h8300hds entry. Add -windows* and -osx as basic os. Minor
3367 spacing changes.
3368
7e290a5d
PB
3369Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
3370
cb409b5d
ILT
3371 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
3372
7e290a5d
PB
3373 * config.guess: Merge with FSF.
3374 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
3375
1b79c34d
KR
3376Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
3377
3378 * configure: Since the "trap 0" handler will override the exit
3379 status on many systems, only use it for "exit 1", and make it set
3380 a non-zero exit status; reset it before "exit 0". Also, check
3381 exit status of config.sub, and error out if it failed.
3382
3383Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
3384
3385 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
3386 and install libgloss.
3387
82633710
ILT
3388Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3389
dfe44004
ILT
3390 * Makefile.in (all-binutils): Depend upon all-byacc.
3391
82633710
ILT
3392 * configure.in: Don't build emacs on Irix 5.
3393
f16db092
C
3394Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
3395
3396 * configure.in (*-*-netware*): Add libio.
3397
4be4b991
JM
3398Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
3399
3400 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
3401 (CHECK_TARGET_MODULES): Ditto.
3402 (INSTALL_TARGET_MODULES): Ditto.
3403 (TARGET_LIBS): Ditto.
3404 (all-libstdc++): Note dependencies.
3405
3406Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
3407
3408 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
3409
b255ccdb
JM
3410Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
3411
3412 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
3413 -fexternal-templates.
3414
3415 * configure.in (target_libs): Add libstdc++.
3416 (noconfigdirs): Add libstdc++ as appropriate.
3417
b5e7c7b3 3418Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
28a499bb 3419
b5e7c7b3 3420 * config.guess: Update from FSF.
28a499bb 3421
1ce422b0
ILT
3422Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3423
3424 * configure: Use ${config_shell} when running ${configsub}.
3425
c03a4997
DE
3426Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
3427
3428 * config.sub: No longer recognize h8300h.
3429
d1c8b869
ILT
3430Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
3431
3432 * config.sub: Remove extraneous differences between config.sub and
3433 gcc/config.sub.
3434
7166a308
KR
3435Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
3436
3437 * Makefile.in (DISTSTUFFDIRS): Add gas.
3438
3439Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
3440
3441 * COPYING.NEWLIB: New file.
3442
57b2362f
PB
3443Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
3444
3445 * config.guess (HP-UX): Patch from Harlan Stenn
3446 <harlan@landmark.com> to also emit release level.
3447
3448Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
3449
3450 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
3451
c9cbfd5e
PB
3452Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
3453
3454 * config.sub: Merge nextstep cleanup from FSF.
3455
318b02b6
KR
3456Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3457
3458 * configure.in (arm-*-*): Don't configure ld for this target.
3459
3460Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
3461
3462 * configure.in (*-*-netware): don't configure libg++, libio,
3463 librx, or newlib.
3464
6bd3f765
ILT
3465Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3466
3467 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
3468 configure ld--it works, but it doesn't support shared libraries.
3469
c46e56ef
PB
3470Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
3471
3472 * config.guess (*-unknown-freebsd*): Get rid of possible
3473 trailing "(Release)" in version string.
3474 Patch from Paul Richards <paul@isl.cf.ac.uk>.
3475
419736f4
PB
3476Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
3477
3478 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
3479 Fix type: *-next-neststep -> *-next-nextstep.
3480
3481 * config.guess: Merge from FSF:
3482
3483 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
3484
3485 * config.guess: Recognize powerpc-ibm-aix3.2.5.
3486
3487 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
3488
3489 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
3490 instead of UNIX_SV for UnixWare 1.0).
3491
dad7168a
SG
3492Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
3493
3494 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
3495 to make gdb/nlm/* build after the compiler and linker.
3496
6f023e8a
PB
3497Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
3498
1f2a60d4
PB
3499 * config.guess (netbsd, freebsd, linux): Accept any machine,
3500 not just i[34]86.
3501 (m68k-atari-sysv4): Relocate to match FSF version.
3502
6f023e8a
PB
3503 * config.guess: More merges from the FSF:
3504
3505 Add a space before function call or macro invocation.
3506
3507 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3508
3509 * config.guess: Add trap cmd to remove dummy.c and dummy when
3510 interrupted.
3511
3512 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
3513
3514 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
3515 (dummy): Redirect stderr from compilation of dummy.c.
3516
3517 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
3518
3519 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
3520
5a2400c4
KR
3521Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
3522
3523 * configure: Accept and ignore --cache*, for compatibility with
3524 new autoconf.
3525
574516bf
PB
3526Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
3527
6f023e8a 3528 * config.guess: Merge from FSF:
574516bf
PB
3529
3530 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3531
3532 * config.guess (Pyramid*:OSx*:*:*): New case.
3533 (PATH): Add /.attbin at end for finding uname.
3534 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
3535
3536 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
3537
3538 * config.guess (M88*:DolphinOS:*:*): New case.
3539
3540 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
3541
3542 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
3543 to select whether to use ELF or COFF.
3544
3545 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3546
3547 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
3548
0ffe8814
PB
3549 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3550
3551 * config.guess: Guess the OS version for HPUX.
3552
3553 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
3554
3555 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
3556
1c15a33d
ILT
3557Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3558
055cca84
ILT
3559 * configure.in: Recognize --with-headers, --with-libs, and
3560 --without-newlib.
3561 * Makefile.in (all-xiberty): Depend upon all-ld.
1c15a33d 3562
a73fc881
ILT
3563Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3564
3565 * configure.in: Change i[34]86 to i[345]86.
3566
3567Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3568
3569 * configure (version): A few more tweaks to help message.
3570
8e364171
PB
3571Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
3572
3573 * Makefile.in: Remove (for now) librx as a host library,
3574 now that we're building it for target.
3575
64b7bf9f
ILT
3576Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3577
3578 * configure: Fix up help message; from karl@owl.hq.ileaf.com
3579 (Karl Berry).
3580
63a042e6
PB
3581Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
3582
3583 * configure.in: Also configure librx.
3584
1d5fcc66
PB
3585Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
3586
3587 * Makefile.in: Update various rules to reflect that librx
3588 is now needed for libg++.
3589
9a1ef62d
ILT
3590Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3591
3592 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
3593
3594Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
3595
3596 * configure.in: Configure the examples directory.
3597
a278d5a0
JMD
3598Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3599
3600 * configure: Simplify Jun 2 1994 change.
3601
756b40d5
DHW
3602Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
3603
3604 * change CC to /usr/latest/bin/gcc for lynx host builds, since
3605 /bin/gcc isn't good enough to build gcc.
3606
0a127a3e
FF
3607Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
3608
3609 * Makefile.in (GDB_SUPPORT_FILES): Remove
3610 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
3611 (gdb.tar.gz): Add new rule to use standard distribution building
3612 mechanism.
3613
866cdf6c
ILT
3614Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3615
3616 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
3617 Bill Cox <bill@cygnus.com>.
3618
a4798dec
PB
3619Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
3620
3621 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
3622
c7f72253
SG
3623Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
3624
3625 * configure: Search current dir first in .gdbinit.
3626
3627Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
3628
3629 * config.sub: Recognize freebsd (merged from gcc config.sub).
3630
842ca181
PB
3631Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
3632
1983e432
PB
3633 * config.sub: Refer to NeXT's operating system as nextstep.
3634
842ca181
PB
3635 * config.sub (case $basic_machine): Re-order the cases, to match
3636 the order in the FSF version (which is mostly alphabethical).
3637 Merge in some additions and changes from the FSF.
3638
3639Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
3640
3641 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
3642 * config.sub: Recognize cxux7.
3643 * configure.in: Use mh-cxux for m88k-harris-cxux*.
3644
4a967132
PB
3645Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
3646
3647 * config.sub: Fix typo powerpc -> powerpc-*.
3648
4d802af9
MT
3649Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
3650
d0d30489
MT
3651 * Makefile.in: `all-emacs19' depends on `all-byacc'.
3652
4d802af9
MT
3653 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
3654 parallel with all-emacs and install-emacs). Top-level command
3655 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
3656
3657Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3658
3659 * test-build.mk ($(host)-stamp-stage2-installed): Remove
3660 $(relbindir)/make before doing ``make install'', and use
3661 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
3662 installing over running make binary.
3663 ($(host)-stamp-stage3-installed): Likewise.
3664
61172a5a
JMD
3665Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3666
3667 * config.guess: Recognize Mach.
3668
55f6c903
JMD
3669Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
3670
3671 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
3672 see whether --exec-prefix was used.
3673
3674Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
3675
3676 * README: Explicitly mention libg++/README. (Zoo's idea.)
3677
f579270b
JK
3678Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3679
3680 * Makefile.in: Add all-librx target similar to all-libproc.
3681
3682Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
3683
3684 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
3685 with post 1.2 uname bogosity.
3686
5005cbca
ILT
3687Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3688
3689 * configure: Remove temporary files on receipt of a signal.
3690
e08a7c05
ILT
3691Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
3692
3693 * configure: If there is a package_makefile_frag, remove
3694 ${subdir}/Makefile.tem after copying it in.
3695
b5775df3
DHW
3696Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
3697
3698 * build_all.mk: support rs6000 lynx identifies itself as
3699 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
3700 since /bin/gcc is too feeble to compile a modern gcc.
3701
0a7674cc
KC
3702Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
3703
3704 * brought devo/test-build.mk update-to-date with progressive/
3705 test-build.mk. Add lynx targets and hppa flag info.
3706
c4d7d826
PB
3707Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
3708
3709 * configure.in: Use mh-ncrsvr43. Patch from
3710 Tom McConnell <tmcconne@sedona.intel.com>.
3711
96364ec4
PB
3712Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
3713
3714 * config.guess (i386-unknown-bsdi): No longer need to
3715 check #if defined(__bsdi__) && defined(__i386__).
3716
4b82ae34
ILT
3717Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3718
3719 * configure: Set program_transform_nameoption correctly.
3720
0a7674cc 3721Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
055cc3ff
KC
3722
3723 * brought build-all.mk update-to-date with progressive build-all.mk,
3724 added new targets and hppa info.
3725
a0de4c4d
ILT
3726Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3727
94028943
ILT
3728 * configure: If config.guess result is a prefix of the user
3729 specified target, assume a native build and use the user specified
3730 target as the host alias. Remove SunOS patch suffix removal hack.
3731 * configure.in: Remove SunOS patch suffix removal hack.
3732
a0de4c4d
ILT
3733 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
3734 in NATIVE_CHECK_MODULES.
3735
d237841c
BC
3736Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
3737
3738 * Makefile.in: Rename HOST_ONLY to NATIVE.
3739 * configure: Delete SunOs patch suffix from host_canonical
3740 and build_canonical variables that are prepended to Makefiles.
3741 * configure.in: Add comments for easier maintenance.
3742
3de70f1d
JK
3743Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3744
3745 * Makefile.in: Add all-libproc target similar to all-gui.
3746
aa460932
TL
3747Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
3748
3749 * Makefile.in (CHECK_MODULES): split into
3750 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
3751
0a7674cc
KC
3752Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
3753
3754 * config.guess (i386-unknown-bsdi): New system to guess.
3755
1fd65531
JK
3756Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3757
3758 * Makefile.in: Add all-gui target (but not yet build by "all").
3759
66dea507
BC
3760Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
3761
3762 * config.sub: Move deletion of patch suffix from here...
3763 * configure.in: To here, at Ian's suggestion. The top-
3764 level scripts might need to know of a patch level.
3765
b2857593
BC
3766Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
3767
3768 * config.sub: Strip off patch suffix so rtl is recognized
3769 as a sunos4.1.3 machine, even though it's been patched.
3770
09985c96
SC
3771Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
3772
3773 * Makefile.in (INSTALL_LAST): Delete.
3774 (INSTALL_DOSREL): New.
3775
f8cc598e
ILT
3776Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3777
3778 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
3779 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
3780 whether we pass down --with-gnu-ld anyhow.
3781
a987271c
SC
3782Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
3783
3784 * Makefile.in (INSTALL_LAST): Change operation so it works
3785 on more flavors of make.
3786 * configure.in (go32): Don't build libg++ or libio.
3787
753d5049
SC
3788Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
3789
3790 * Makefile.in (Move HOST_PREFIX_1 and friends up so
3791 they can be overriden by templates.
3792
3793Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
3794
3795 * configure.in (target==go32): Don't build gdb.
3796 * dosrel: New directory.
3797
3798Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
3799
3800 * configure.in (host==go32): Configure dosrel too.
3801 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
3802 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
3803 be set by incoming names or templates.
3804 (INSTALL_LAST): New rule.
3805 * config/mh-go32: New fragment.
3806
b2c61654
SS
3807Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
3808
3809 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
3810
2de0acc1
KR
3811Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3812
3813 * config/mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
3814 unique in 8.3 naming schemes.
3815 * configure.in (appdirs): New variable. Currently empty, but will
3816 be used in gas distribution. If nonempty, lists a set of
3817 directories at least one of which must get configured, or top
3818 level configuration is considered to have failed.
3819 (rs6000-*-lynxos*): Use new file name.
3820
3821Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3822
3823 Eliminate XTRAFLAGS.
3824 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
3825 newlib include files using -idirafter, and also use -nostdinc.
3826 (CXX_FOR_TARGET): Likewise.
3827 (XTRAFLAGS): Removed.
3828 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
3829 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
3830 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
3831 ($(DO_X)): Don't pass down XTRAFLAGS.
3832
9ea9e1af
KR
3833Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
3834
3835 * configure.in (mips*-dec-bsd*): New target; do build linker.
3836 (mips*-*-bsd*): New target; don't build linker.
3837
b2c61654
SS
3838Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
3839
3840 * configure.in: support rs6000-*-lynxos* configuration.
3841 support sunos4 as a cross target.
3842
3843 * config.sub: look for lynx*, not lynx since the OS version may
3844 legitimately be part of the name.
3845
de9117a7
KR
3846Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
3847
3848 * configure.in (i[34]86-*-sco*): Move to be with other i386
3849 targets.
3850 (romp-*-*): New target. Skip various binary utilities.
3851 (vax-*-*): New target. Don't build newlib.
3852 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
3853
594c548a
DM
3854Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3855
3856 * configure.in: Only set host_makefile_frag if config
3857 directory exists.
3858
835578f3
DM
3859Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3860
3861 * install.sh: If $dstdir exists, don't check whether each
3862 component does.
3863
05deed9a
ILT
3864Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3865
3866 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
3867
89c27486
SS
3868Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
3869
3870 * configure.in (*-*-lynxos*): Don't configure newlib for either
3871 native or cross Lynx.
3872
aa6db781
DE
3873Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
3874
3875 * config.sub (sparc64-elf): Fix os.
89c27486 3876 (z8k): Remove duplicate.
aa6db781 3877
9f9afe49
ILT
3878Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3879
3880 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
3881 gcc/stmp-fixproto, to try to prevent fixproto from being run.
3882
3e4cd224
BC
3883Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
3884
3885 * configure: Make file links cleanly even if Lynx fails on
3886 an NFS symlink (at least fail cleanly).
3887
3888Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
3889
3890 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
3891 -XNh2000.
3892
35be712d
DM
3893Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3894
3895 * configure: Unknown options are fatal again.
3896
0ffb871e
DM
3897Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
3898
3899 * configure: Ignore --x-includes and --x-libraries, for Autoconf
3900 compatibility.
3901
44c1515d
DE
3902Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
3903
3904 * build-all.mk: Add `clean' target.
3905
49ad26c2
PS
3906Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3907
3908 * config.guess: Add SINIX support.
3909 * configure.in: Add mips-*-sysv4* support.
3910
85195426
DE
3911Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
3912
3913 * build-all.mk: Document all useful targets.
3914 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
3915 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
3916
d2d324f8
DM
3917Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3918
3919 * configure: Support --silent, --quiet.
3920
bfb08994
DM
3921Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3922
3923 * configure: Support --disable-FEATURE.
3924
ee65efa8
JK
3925Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3926
3927 * config.guess: Recognize NCR running SVR4.3.
3928
db7ea4ea
PB
3929Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
3930
3931 * config.guess: Make BSDI generate i386-unknown-bsd386.
3932 Patch from Paul Eggert <eggert@twinsun.com>.
3933
3e1e245d
ILT
3934Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3935
3936 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
3937
9336e47e
DM
3938Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3939
3940 * configure: Make unrecognized options give nonfatal warnings
3941 instead of fatal errors, and pass them to any subdirectory
3942 configures in case they recognize them.
3943 Make --x equivalent to --with-x.
3944
00f56390
DM
3945Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
3946
3947 * configure: Add --enable-* options. Clean up usage message and
3948 some comments.
3949
18d94a58
DE
3950Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
3951
3952 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
3953
3954Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3955
3956 * configure.in (hppa*-*-*): Enable binutils.
3957
27c2404f
JK
3958Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3959
3960 * config.sub: Recognize cisco.
3961
9dd16b88
JM
3962Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
3963
3964 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
3965
3966Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3967
3968 * config.guess: about target *-hitachi-hiuxwe2, don't print more
3969 than one configuration name. Add comment.
3970
e7b02f0e
PB
3971Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
3972
3973 * config.guess: about target *-hitachi-hiuxwe2, fixed
3974 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
3975 macro is incorrect.]
3976
5cfde096
JK
3977Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3978
3979 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
3980 than the "make ls" stuff which used to be here.
3981
545f07da
PB
3982Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
3983
3984 * config.guess: Recognize i[34]86-unknown-freebsd.
e9e5a8dc 3985 From Shawn M Carey <smcarey@rodan.syr.edu>.
545f07da 3986
07043fa7
PB
3987Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
3988
3989 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
3990
b11e31ed
JK
3991Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3992
3993 * config.guess: Check for ptx.
3994
fcd19da3
KH
3995Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
3996
3997 * config.sub: Add os9k checking.
3998
3999Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4000
4001 * config.guess: Handle OSF1 running on HPPA processors
4002
b49b761c
KR
4003Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
4004
4005 * configure: If subdir configure fails, print out a message with
4006 subdirectory name, in case subdir's configure code didn't identify
4007 itself.
4008
8f30a41e
DE
4009Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
4010
4011 * configure.in: Remove embedded newlines from configdirs.
4012 Avoid mismatches of substrings. Fix matching strings at end
4013 of configdirs.
4014
47515657
SG
4015Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
4016
4017 * config.guess: Add Lynx/rs6000 config support.
4018
4019Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
4020
4021 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
4022
4023Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
4024
4025 * configure.in (hppa*-*-osf*): Treat this just like most other
4026 PA configurations (eg no binutils or ld).
4027 (hppa*-*-*elf*): These configurations have binutils and ld.
4028
939d9e8a
JL
4029Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4030
4031 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
4032
7a54cdb0
ILT
4033Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4034
4035 * configure.in (rs6000-*-*): Build gas.
4036
4037Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4038
4039 * Makefile.in: Avoid bug in losing hpux sed.
4040
0f18218b
JK
4041Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4042
4043 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
4044 for GDB and GDB has been fixed to not need it.
4045
ffcb7f05
SG
4046Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
4047
4048 * config/mh-lynxosrs6k: Account for lack of ranlib!
4049
a627df96
KR
4050Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4051
4052 * config.guess: Recognize vax hosts.
4053
52fa9d66
KR
4054Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4055
4056 * configure (while loop): Don't use "break 2" inside case
4057 statement -- the case statement isn't an enclosing loop.
4058
ffbec213
PB
4059Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
4060
4061 * config.guess: Clean up NeXT support, to allow nextstep
4062 on Intel machines. Make OS be nextstep.
4063
4064Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
4065
4066 * config.guess: Add alternate forms for Convex.
4067
24845456
SG
4068Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
4069
4070 * configure: Completely rewrite option processing. Take
4071 advantage of pattern-matching to avoid invoking test frequently.
4072 Also clean up host and target defaulting logic.
4073
5cc73086
KR
4074Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
4075
4076 * Makefile.in: Replace all occurrances of "rootme" with "r" and
4077 "$${rootme}" with "$$r", to increase the likelihood that the do-*
4078 commands (plus user environment) will fit SCO limits.
4079
588d1d68
ILT
4080Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4081
9fe444b5 4082 * configure.in: Don't issue warnings about directories which are
5cc73086
KR
4083 not being configured if -norecursion is set. Correct test for
4084 --with-gnu-as and --with-gnu-ld to not get confused by substring
4085 matches.
9fe444b5 4086
588d1d68
ILT
4087 * configure.in: Don't build gas for alpha-dec-osf1*.
4088
1c5d19ee
SG
4089Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
4090
4091 * configure: Back out Per's change of 12/19/1993. It changes the
4092 behavior of configure in unexpected and confusing ways.
4093
4094 Also, use different delim char when calculating
4095 program_transform_name so that the name can contain slashes.
4096
4097Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
4098
4099 * configure.in, config.sub: Add support for VSTa micro-kernel.
4100
4101Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4102
4103 * configure.in: Nuke hacks which were used to get a special
4104 version of GAS for HPPA configurations.
4105
4106Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
4107
4108 * configure: If only ${target_alias} is given, use that
4109 as the default for ${host_alias}.
4110 * configure: Add missing back-slashes before nested quotes.
4111
4112Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
4113
4114 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
4115
7509106c
PB
4116Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
4117
4118 * config.guess: Recognize some Tektronix configurations.
4119 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
4120
4c57fc9c
SC
4121Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4122
4123 * config.sub: Match any flavor of SH.
4124
4125Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
4126
4127 * configure.in: Don't try to configure newlib for Alpha.
4128
616d31f3
ILT
4129Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4130
04b9315f
ILT
4131 * configure.in: Don't build ld for Irix 5. Don't build gas,
4132 libg++ or libio for any Alpha target.
4133
616d31f3
ILT
4134 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
4135 * config/mh-irix5. New file for Irix 5.
4136
d8aa61eb
JM
4137Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
4138
4139 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
4140 default arguments -- so it tried to compress itself.
4141
bed5e19f
DZ
4142Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
4143
4144 * configure.in (notsupp): ensure that a space is always at the end
4145 of the configdirs list, since the grep checks for an explicit space
4146
4147Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4148
4149 * configure.in (target i386-sysv4.2): don't build ld, since static
4150 versions of many libraries are not available.
4151
4152Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4153
4154 * config.guess: Recognize Apollos (using environment variables).
4155 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
4156
d0454ea8
JK
4157Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4158
4159 * config.guess: Recognize Sony news mips running newsos.
4160
4d1259b1
ME
4161Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
4162
4163 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
4164 "fi ; else" for bash.
4165
e4d7f4c7
ME
4166Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
4167
4168 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
4169
4170Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
4171
4172 * config.sub: accept unixware as an alias for svr4.2.
4173 Fix some inconsistancies with the gcc version.
4174
66054cb4
JK
4175Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4176
4177 * Makefile.in (DISTDOCDIRS): Add gdb.
4178
4179Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
4180
4181 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
4182
ea18081d
KR
4183Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
4184
4185 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
4186 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
4187 this now.
4188
86365152
JK
4189Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4190
71da0d0b
JK
4191 * config.sub: Accept hiux* as an OS name.
4192
86365152
JK
4193 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
4194 etc/make-stds.texi. The underscore came from gcc, and dje now
4195 agrees that RUNTESTFLAGS is the correct name.
4196
1c242853
PB
4197Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
4198
4ec8fed3
PB
4199 * install.sh: Remove 'set -e'. It makes any conditionals
4200 in the script useless.
4201
1c242853
PB
4202 * config.guess: Automatically recognize arm-acorn-riscix
4203 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
4204
484fa12d
JW
4205Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
4206
4207 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
4208
4209Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
4210
4211 * Makefile.in (DISTDOCDIRS): New variable.
4212 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4213 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
4214
99161873
DZ
4215Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4216
4217 * configure.in (hppa target): check the source directory for the
4218 pagas sub-directory
4219
4220Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
4221
4222 * config.sub: Allow -aout* and -elf*.
4223
320c9fff
KR
4224Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
4225
4226 * configure.in: Don't build ld on i386-solaris2, same as for
4227 sparc-solaris2.
4228
4229Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
4230
4231 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
4232
ffd334ce
PS
4233Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4234
4235 * configure.in: Configure gdb for alpha.
4236
7b636683
JK
4237Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4238
4239 * Makefile.in (CXXFLAGS): Add -O.
4240
4241Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4242
4243 * config.guess: added support for DG Aviion
4244
52e3ad87
KR
4245Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
4246
4247 * configure.in: Produce warning message for subdirectories not
4248 configurable for this host/target combination. Don't try to
4249 configure gdb for vms.
4250
4251Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
4252
4253 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
4254 appropriate files before making "diststuff".
4255 (DISTBISONFILES): New var: list of files to be edited.
4256 (DISTSTUFFDIRS): Add binutils.
4257
4258Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4259
4260 * config.sub: also handle mipsel and mips64el (for little endian mips)
4261
c71350fc
JK
4262Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4263
4264 * configure.in: Add * to end of all OS names.
4265
312cae61
SS
4266Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
4267
4268 * configure.in: Build newlib for LynxOS native.
4269
408f64bc
JK
4270Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4271
312cae61
SS
4272 * config.guess: Add support for delta 88k running SVR3.
4273
408f64bc
JK
4274 * configure.in: Add comment about HP compiler vs. emacs.
4275
1f69e88d
DZ
4276Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4277
4278 * configure.in: don't build ld on solaris2 (not a viable option
4279 due to bugs in getpwnam & getpwuid)
4280
1f97bff7
KR
4281Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
4282
4283 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
4284 config.guess will produce a full version number.
4285
fd1aec33
ILT
4286Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4287
4288 * configure.in: Build linker and binutils for alpha-dec-osf1.
4289
922b39a4
JK
4290Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4291
4292 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
4293 and gdb/testsuite/Makefile.in.
4294
4295Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4296
4297 * configure.in: recognize mips*- instead of mips-
4298
a8c789c4
KR
4299Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
4300
4301 * config.sub: Accept linux*coff and linux*elf as operating
4302 systems.
4303
4304Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4305
4306 * config.sub: Recognize mips64, and mips3 as an alias for it.
4307
58021711
PS
4308Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4309
4310 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
4311 gdb knows how to handle OSF/1 shared libraries.
4312
9117f609
JK
4313Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4314
4315 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
4316 * config.guess: Recognize Hitachi's HIUX.
4317 * config.sub: Recognize h3050r* and hppahitachi.
4318 Remove redundant cases for hp9k[23]*.
4319
4320Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4321
4322 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
4323 if gas and ld are in the source tree and are in ${configdirs}.
4324 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
4325 the --with options (but still pass them down on the command line,
1f97bff7 4326 if they were explicitly specified).
9117f609
JK
4327
4328Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4329
4330 * configure: substitute SHELL value in Makefile.in with
4331 ${CONFIG_SHELL}
4332
4333Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4334
4335 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
4336 *-*-solaris2* targets.
4337
2a6e0357
DZ
4338Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4339
4340 * Makefile.in: define M4, and pass it down to sub-makes;
4341 all-autoconf now depends on all-m4
4342
4343Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4344
4345 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
4346 presence of {ar,ranlib} instead of a configured directory
4347
4348Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
4349
4350 * config.guess: Accept 34?? as well as 33?? for NCR.
4351
36b41837
DZ
4352Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4353
4354 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
4355 of 'gas' in sed commands, since 'gash' is now in the tree as well.
4356
1f362412
DZ
4357Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4358
36b41837
DZ
4359 * configure: grab values for $(CC) and $(CXX) from the
4360 environment, so that someone can do "CC=gcc configure; make" and
4361 have it work right (matching the way that autoconf works now)
4362
4363 * configure.in, Makefile.in: add support for gash, the tcl
4364 interface to Galaxy
4365
1f362412
DZ
4366 * config.guess: add NetBSD variants (hp300, x86)
4367
24170039
JM
4368Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
4369
4370 * install.sh: Support -d option (in the manner of SunOS 4 install,
4371 as it is more deterministic than that of GNU install)
98e67c34
JM
4372 (chmodcmd): Set file to mode 755 by default (should also do default
4373 chgrp and chown, but I don't feel like dealing with that now)
24170039 4374
105e2f1f
DE
4375Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
4376
4377 * config.sub: Remove h8300hhms alias.
4378
4379Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4380
4381 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
4382
ddbec1c8
DZ
4383Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4384
4385 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
4386 as stmp-fixinc
4387
4388Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
4389
4390 * config.sub: recognize m88110-bug-coff.
4391
4392Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4393
4394 * Makefile.in (all-libio): all dependencies on the toolchain used
4395 to build this (gcc, gas, ld, etc)
4396
b385d4d9
JK
4397Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4398
4399 * config.guess: Deal with OSF/1 1.3 on alpha.
4400
4401Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4402
4403 * install.sh: add some 'else true' clauses for portability
4404
4405 * configure.in: don't build libio for h8[35]00-*-* targets
4406
6214eb23
PB
4407Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
4408
4409 * Makefile.in: Add support for new libio.
4410
08a0da68
JK
4411Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4412
6214eb23
PB
4413 * install.sh: If one command fails, don't try the rest. Don't try
4414 to remove $dsttmp (via trap) unless we have already created it.
4415 If $src doesn't exist, detect it and exit with an error.
4416
08a0da68
JK
4417 * config.guess: Recognize BSD on hp300.
4418
4419Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
4420
4421 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
4422 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
4423
ac259c28
JM
4424Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
4425
4426 * Makefile.in (all-send-pr): depends on all-prms
4427
d1711145
JK
4428Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4429
4430 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
4431
4432Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
4433
4434 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
4435 Added test for mips-mips-riscos5.
4436
4437Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4438
4439 * configure.in: use mh-hp300 for 68k HP hosts
4440
4441Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4442
4443 * configure: add support for CONFIG_SHELL, so that you can use
4444 some alternate shell for evaluating configure scripts
4445
e65627f9
FF
4446Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
4447
c728758d
FF
4448 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
4449 in configure script to bug-gdb@prep.ai.mit.edu when building
4450 distribution archive.
e65627f9
FF
4451 * Makefile.in (COMPRESS): Remove def.
4452 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
4453 gdb.tar.Z and make-gdb.tar.Z respectively.
4454 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
4455 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
4456 to convergence with 'taz' target in Makefile.in.
4457
357561a6
DZ
4458Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4459
4460 * install.sh (dsttmp): use trap to ensure that tmp files go
4461 away on error conditions
4462
e65627f9
FF
4463Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4464
4465 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
4466
01ec9588
JK
4467Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4468
c49a9c40
JK
4469 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
4470 its parent is '/' not ''.
4471
01ec9588
JK
4472 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
4473
4474Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
4475
4476 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
4477 that ${newsrcdir}/configure.in does.
4478
ba82f8e4
DZ
4479Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
4480
4481 * test-build.mk: support for CONFIG_SHELL
4482
1f04121f
FF
4483Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
4484
4485 * config.sub (netware): Add as a basic system type.
4486
87ce60f9
RP
4487Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
4488
4489 * Makefile.in (Makefile): depend on configure.in. Also drop the
4490 $(srcdir)/ from the dependency on Makefile.in.
4491
b2eed00f
DE
4492Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
4493
4494 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
4495 (h8300hhms is temporary until multi-libraries are implemented).
4496 * configure.in: Handle h8300h too.
4497
68c567a0
JK
4498Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4499
4500 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
4501
8d159a48
JG
4502Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
4503
4504 * configure: Remove extraneous output when guessing host type.
4505 * config.guess: Remove extraneous output when guessing using C
4506 compiler rather than uname, or when guessing fails.
4507
26e4818b
DZ
4508Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
4509
8bc21181
DZ
4510 * Makefile.in: remove all.cross and install.cross targets
4511
26e4818b
DZ
4512 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
4513 definitions
4514
817382d1
SC
4515Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
4516
4517 * configure.in (target sh): Build gprof.
4518
4519Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4520
4521 * config.sub: change -solaris to -solaris2
4522
0abbc771
JK
4523Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4524
4525 * configure.in: Use config/mh-riscos for mips-*-sysv*.
4526
4527Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
4528
4529 * configure: Correct error message for missing Makefile.in to
4530 print correct directory.
4531
f0d7cc29
DZ
4532Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4533
4534 * install.sh: kludge around 386BSD shell bug
4535
4f23a101
PB
4536Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
4537
0abbc771 4538 * config.guess: Recognize NeXT.
4f23a101 4539 * config.guess: Recognize i486-ncr-sysv4.
540dad44 4540 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
4f23a101 4541
9823504d
ILT
4542Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
4543
4544 * Makefile.in (MAKEINFOFLAGS): New variable.
4545 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
4546 * build-all.mk, test-build.mk: Pass down --no-split as
4547 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
4548
4549Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
4550
4551 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
4552
5600fbd2
PB
4553Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
4554
4555 * Makefile.in (libg++.tar.z): New rule.
4556 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
4557 * Makefile.in (taz): Only do a single chmod.
4558
af864713
DZ
4559Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
4560
4561 * install.sh: don't use dirname anymore (replaced with sed usage)
4562
1d2bb445
FF
4563Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
4564
4565 * Makefile.in: Change extension for gzip'd files from '.z' to
4566 '.gz' per new FSF standard usage.
4567
0ed316a0
DZ
4568Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
4569
4570 * configure: put quotes around the final value of program_transform_name
4571
f35c6160
DZ
4572Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4573
4574 * Makefile.in: new install.sh support; update install-info rules
4575
fcf4d286
ILT
4576Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
4577
f35c6160
DZ
4578 * configure.in: Build diff for crosses, but not for go32 host.
4579
fcf4d286
ILT
4580 * configure.in: Build gprof only for native, and don't build it
4581 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
4582
4583Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
4584
4585 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
4586
d6c8b354
BK
4587Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
4588
4589 * configure.in (host_tools): Add prms.
4590
4591Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4592
4593 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
1f97bff7 4594 with $(FLAGS_TO_PASS) on the command line
d6c8b354
BK
4595
4596 * config.sub: Recognize lynx and lynxos
4597
6a132b6d
ILT
4598Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
4599
4600 * config.sub: Accept -ecoff*, not just -ecoff.
4601
96bfa612
KR
4602Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4603
4604 * Makefile.in (taz): Use .gz suffix instead of .z.
4605 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
4606 names.
4607
6c6f4dc9
DZ
4608Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4609
4610 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
4611
4612Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4613
4614 * Makefile.in (install-no-fixedincludes): install gcc last, so
1f97bff7 4615 that rebuilds that might happen during 'make install' don't get
6c6f4dc9
DZ
4616 bogus gcc include files
4617
60eea525
KR
4618Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4619
4620 Change from Utah for HPPA support:
4621 * config.guess: Recognize hppa1.x-hp-bsd.
4622
cd5d2efd
PB
4623Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
4624
4625 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
4626 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
4627
9d784b19
RS
4628Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
4629
4630 * config.sub: Add support for rom68k and bug boot monitors.
4631
275049c0
JK
4632Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
4633
4634 * Makefile.in: Make all-opcodes depend on all-bfd.
4635
9c069486
ILT
4636Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
4637
275049c0 4638 * config.guess: Added special check for i[34]86-univel-sysv4*.
9c069486 4639
53756041
ILT
4640Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
4641
4642 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
4643 the processor rather than assuming i486.
4644
a6c508f1
JK
4645Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4646
4647 * config.guess: Recognize SunOS6 as Solaris3.
4648
5c49a353
PB
4649Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
4650
4651 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
4652 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
4653
60986901
ILT
4654Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
4655
4656 * build-all.mk (all-cross): New target for Canadian Cross.
4657 Added Q2 go32 targets.
4658 * test-build.mk: Configure go32 cross sparclite-aout and
4659 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
4660 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
4661
4662Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4663
4664 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
4665 GO32 hosted toolchains
4666
a3f49a66
RS
4667Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
4668
4669 * configure: change so "-exec-prefix" gets passed down rather
4670 than "-exec_prefix" so autoconf generated Makefiles get the
4671 exec_prefix set right.
4672
3bc707c3
DZ
4673Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4674
a3f49a66
RS
4675 * config.guess: get the Solaris2 minor version number
4676
3bc707c3
DZ
4677 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
4678
ebc447f4
BK
4679Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
4680
4681 * config.guess: Recognize some Sequent platforms.
4682
be8966dc
DZ
4683Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4684
3bc707c3
DZ
4685 * Makefile.in: added the vault-install target
4686
ebc447f4 4687 * configure.in: actually use the Sun3 makefile fragment that's in
1f97bff7 4688 config, also added the release dir to configdirs
be8966dc 4689
2b6582b4
KR
4690Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4691
4692 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
4693
be8966dc
DZ
4694Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4695
4696 * configure.in: remove some program from Alpha targetted toolchains
4697
7f9cb3b2
KR
4698Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
4699
4700 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
4701 gprof.
4702 (taz): Run "make diststuff" in those directories instead of "make
4703 proto-dir". Look for "VERSION=" only at start of line in subdir
4704 Makefile. Use "gzip -9" for compression.
4705 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
4706 (binutils.tar.z): New target.
4707
4708Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
4709
4710 * Makefile.in (taz): Include gpl.texinfo.
4711
4712Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
4713
4714 * Makefile.in (setup-dirs): Merged into "taz" target.
4715 (taz): Only do `proto-dir' stuff if a directory is actually needed
4716 for this target.
4717
4718Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
4719
4720 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
4721 (FLAGS_TO_PASS): Pass down MUNCH_NM.
4722 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
4723 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
4724 (gcc-no-fixedincludes): Correct for current gcc Makefile.
4725
4726Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
4727
4728 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
4729 config.sub, and move-if-change to gdb testsuite distribution
4730 archive, so the testsuite can be extracted, configured, and
4731 run separately from the gdb distribution. Blow away the Chill
4732 tests that require a Chill compiled executable, since GNU Chill
4733 is not yet publically available.
4734
4735Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4736
4737 * test-build.mk: set environment variables in a single command,
4738 instead of a list of assignments and exports
4739
4740 * config.guess: recognize Alpha/OSF1 systems
4741
a0b9aa8d
RP
4742Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4743
4744 * configure: Change help message to prefer --options rather than
4745 -options.
4746
7f9cb3b2
KR
4747Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4748
4749 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
4750 zippy@ecst.csuchico.edu.
4751 * config.guess: Recognize miniframe.
4752
a0b9aa8d
RP
4753Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
4754
4755 * Makefile.in: Use srcroot to find runtest rather than rootme.
4756 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
4757
35064dd5
ILT
4758Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
4759
4760 * test-build.mk: Extensive additions to support building on a
4761 machine other than the host.
4762
eb9e6f22
JK
4763Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
4764
4765 * configure (tooldir): Fix for i386-aix again.
4766
0404e104
PB
4767Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
4768
eb9e6f22 4769 * configure, Makefile.in: Change definition of $(tooldir)
0404e104
PB
4770 to match the FSF.
4771
4772Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
4773
4774 * config.guess: Recognize i[34]86/SVR4.
4775
77372bff
SC
4776Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4777
4778 * Makefile.in (all-gdb): gdb depends on sim.
4779
873045c1
FF
4780Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
4781
4782 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
4783 at the same time we make the prototype gdb directory.
4784 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
4785 files at the same time as the gdb base release distribution.
4786
65088029
ILT
4787Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
4788
4789 * Makefile.in (check): Use individual check targets rather than
4790 DO_X rule.
4791 (check-gcc): Added.
4792
99aea58e
JK
4793Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
4794
4795 * config.sub: Use sysv3.2 not sysv32 for canonical OS
4796 for System V release 3.2.
4797
99a5da15
KR
4798Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4799
4800 * config.sub: Recognize hppaosf.
4801 * configure.in: Do configure ld/binutils/gas for it.
4802
4803Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4804
4805 * configure (tooldir): Alter syntax used to set this, for systems
4806 where "\$" isn't handled right, like i386-aix.
4807
4808Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
4809
4810 * configure: Pass program-transform-name, not
4811 program_transform_name, to recursive configures.
4812
cf345262
KR
4813Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
4814
4815 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
4816 of gas+ld+binutils.
4817
4818Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
4819
4820 * config.guess: Recognize AIX3.2 as distinct from 3.1.
4821
4822Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4823
4824 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
4825
4826 * config/mh-delta88: remove extraneous GCC references
4827
4828Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
4829
4830 * Makefile.in (PRMS): Set back to all-prms.
4831
da962137
ILT
4832Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
4833
4834 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
4835 targets, rather than for MIPS hosts.
4836
6a42d184
DZ
4837Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4838
4839 * configure.in: add comment for --with-x default values
4840
4841 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
4842
4843 * Makefile.in: add check-* targets for each of the directories in
4844 the tree. Add a definition of RUNTEST that will use the one we
4845 just built, if it exists. Pass this down via FLAGS_TO_PASS.
4846
a649a160
ILT
4847Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
4848
4849 * configure.in: Removed obsolete references to bfd_target and
4850 target_makefile_frag.
4851
4852 * build-all.mk: Set assorted targets for Q2.
4853 * config.sub: Recognize z8k-sim and h8300-hms.
4854 * test-build.mk: Really don't pass host to configure.
4855 (HOLES): Added uname.
4856
13998f7e
ILT
4857Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
4858
4859 * configure: Handle an empty program-prefix, program-suffix or
4860 program-transform-name correctly.
4861
4862Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
4863
4864 * build-all.mk: -G 8 no longer required for MIPS targets.
4865 * test-build.mk: Don't pass host argument to configure; make it
4866 guess.
4867
8d3ca594
FF
4868Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
4869
4870 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
4871 * Makefile.in (COMPRESS): New macro, like GZIP.
4872
013e4fa8
ILT
4873Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
4874
8d3ca594
FF
4875 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
4876
013e4fa8
ILT
4877 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
4878 with gas currently defaults to -G 0.
4879
3dcd81b9
ILT
4880Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
4881
7dcc0664
ILT
4882 * Makefile.in (all-flex): flex depends on byacc.
4883
12eda620
ILT
4884 * build-all.mk: If host not specified, use config.guess. Pass TAG
4885 to test-build.mk as RELEASE_TAG.
4886 * test-build.mk (configargs): New variable containing arguments to
4887 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
4888 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
4889
4890 * config.guess: Use /bin/uname when checking -X argument on SCO,
4891 to avoid invoking GNU uname which doesn't understand -X.
4892
43ba04b1
ILT
4893 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
4894
37ed0b11 4895 * configure.in: Build gas for mips-*-*.
3dcd81b9 4896
46d0ca81
RP
4897Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4898
4899 * Makefile.in (all.normal): insert missing backslash.
4900
79337c85
ILT
4901Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
4902
4cb66853
ILT
4903 * build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match
4904 gcc requirements.
4905
79337c85
ILT
4906 * Makefile.in: Complete overhaul to merge many almost identical
4907 targets.
4908
4909Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
4910
4911 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
4912 (gdb.tar.Z): Adjusted.
4913
4914 * Makefile.in (setup-dirs, taz): New targets; should be general
4915 enough to adapt for gdb sometime. Build only .z file.
4916 (gas.tar.z): New target.
4917
6d98b3d2
ILT
4918Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
4919
4920 * build-all.mk: Use CC=cc -Xs on Solaris.
4921
48686e6d
DZ
4922Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4923
4924 * config/mh-sun3: cc needs -J to compile cp-parse.c correctly
4925
4926 * config/mh-solaris: SunPRO C needs -Xs to be able to get a
4927 working xmakefile for Emacs.
4928
4929Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
4930
4931 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
4932 for handling BISON for FSF releases.
4933
8aec543c
KR
4934Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
4935
4936 * configure: Actually implement the change zoo just documented.
4937
3dec6e14
DZ
4938Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
4939
4940 * configure: when using config.guess, only set target_alias when
4941 it's not already been set (ie, on the command line)
4942
1a14993c
DZ
4943Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4944
4945 * Makefile.in: add installcheck target, set PRMS to install-prms
4946
34bdab16
DZ
4947Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4948
73f1f5ba
DZ
4949 * configure: add support for package_makefile_fragment, handle the
4950 case where a directory has a configure.in file but no Makefile.in
e5c6be8f 4951 more gracefully (with an actual understandable error message, even);
8aec543c 4952 add support for --without (and add this to the usage message); also
e5c6be8f
DZ
4953 explicitly add a --host=${host_alias} to the command line when
4954 config.guess is used
34bdab16 4955
82aabe60
JW
4956Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
4957
4958 * configure: Must use both --host and --target in recursive calls.
4959
caba7dbe
ILT
4960Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
4961
4962 * Makefile.in: Change deja-gnu to dejagnu.
4963
8871eea2
ILT
4964Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
4965
f755298c
ILT
4966 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
4967
9f579565
DZ
4968Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4969
4970 * configure.in: canonicalize all instances to *-*-solaris2*,
4971 also strip out a number of tools to not build for go32 host
4972
6559fbdb
RP
4973Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4974
4975 * config.guess: add GPL.
4976
4977 * Makefile.in, config.guess, config.sub, configure: bump
4978 copyrights to 93.
4979
1fa4a94e
ILT
4980Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
4981
36286a3e
ILT
4982 * Makefile.in (do-info): Removed obsolete check for existence of
4983 localenv file.
4984
1fa4a94e
ILT
4985 * Makefile.in (MAKEOVERRIDES): Define to be empty.
4986
50fbe976
DZ
4987Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4988
4989 * Makefile.in: a couple of 'else true' for decstation,
4990 support for TclX
4991
4992 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
4993
53222cbd
RP
4994Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
4995
4996 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
4997
4998Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
4999
5000 * config.guess: Recognize i386-ibm-aix (PS/2).
5001 * configure.in: Use config/mh-aix386 file for it.
5002
d8bfa0f9
ILT
5003Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
5004
5005 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
5006 CC_FOR_TARGET instead.
5007 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
5008
5009Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
5010
5011 * Makefile.in: Add sim to list of directories sent with gdb
5012
77379667
KR
5013Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
5014
5015 * configure.in: Put back mips-dec-bsd* case.
5016
d3c06c91
FF
5017Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
5018
5019 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
5020 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
5021 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
5022 * config/mh-vaxult2: New file.
5023
5024Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5025
5026 * configure.in: remove no-op mips-dec-bsd* in "case $target"
5027
5028 * Makefile.in (dir.info): only run gen-info-dir if it exists,
5029 (install-info): install dir.info only if it exists,
5030 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
5031
be956b0c
KR
5032Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
5033
f9667cbe
KR
5034 * configure.in: For vms target, skip bfd, ld, binutils. Do build
5035 gas for mips-dec-bsd.
be956b0c 5036
0c85d4ac 5037Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
0e519240 5038
0c85d4ac
ILT
5039 * configure (makesrcdir): If ${srcdir} is relative and not ".",
5040 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
0e519240 5041
9f33c264
BK
5042Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
5043
5044 * configure.in: Added "dejagnu" to hosttools list.
5045
ba7f177a
PB
5046Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5047
5048 * config.sub, configure.in, config.guess: Add support
5049 for Bosx, an AIX variant from Bull.
5050 Patches from F.Pierresteguy@frcl.bull.fr.
5051
4d3b63f7
MW
5052Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
5053
5054 * devo/dejagnu: Initial creation of devo/dejagnu.
5055 Migrated dejagnu testcases and support files for testing software
5056 tools to reside as subdirectories, currently called "testsuite",
5057 within the directory of the software tool. Migrated all programs,
5058 support libraries, etc. beloging to dejagnu proper from
5059 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
5060 with no modifications. The changes to these files which will
5061 allow them to configure, build, and execute properly will be made
5062 in a future update.
5063
98941fab
BK
5064Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
5065
5066 * Makefile.in: Change send_pr to send-pr.
5067 * configure.in: Likewise.
5068 * send_pr: Renamed directory to send-pr.
5069
81246025
PB
5070Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
5071
5072 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
5073
69ea5cf5
JG
5074Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
5075
5076 * README: Update for gdb-4.8 release.
81246025
PB
5077 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
5078 gdb-xxx.tar.z (gzip'd) file also.
69ea5cf5 5079
7e57a051
DZ
5080Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5081
5082 * Makefile.in: make all-diff depend on all-libiberty
5083
e528bc64
RP
5084Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
5085
5086 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
5087
07362bd9
DZ
5088Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5089
5090 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
5091
6d681784
JG
5092Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
5093
5094 * Makefile.in (DEVO_SUPPORT): Remove etc directory
5095 (ETC_SUPPORT): Only add the files GDB wants from etc/.
42187387 5096 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
6d681784
JG
5097
5098Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5099
5100 * Makefile.in: makeinfo binary is in a new location
5101
94457618
ILT
5102Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
5103
6d681784
JG
5104 * config.sub: Accept -ecoff as an OS.
5105
0ef4728f
ILT
5106 * Makefile.in: Various changes to eliminate a level of make
5107 recursion and reduce the required command line length.
5108 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
5109 sub-makes.
5110 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
5111 variables holding settings for specific sub-makes.
5112 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
5113 in terms of BASE_FLAGS_TO_PASS.
5114 (TARGET_LIBS): New variable listing directories which use
5115 TARGET_FLAGS_TO_PASS.
5116 (subdir_do): Eliminated.
5117 (do-*): New set of targets to replace subdir_do.
5118 (various): All targets which used subdir_do now depend on do-*.
5119 (local-clean): Renamed from do_clean.
5120 (local-distclean): New target, dependency of distclean and
5121 realclean.
5122 (install-info): Don't create directories. Depend on dir.info
5123 rather than calling make recursively.
5124 (install-dir.info): Eliminated.
5125 (install-info-dirs): Create all info directories here.
5126 (dir.info): Depend upon do-install-info.
5127
94457618
ILT
5128 * test-build.mk (HOLES): Added false.
5129
d49f4c8a
PB
5130Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
5131
5132 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
5133
5134Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5135
5136 * Makefile.in (info): remove dependency on all-texinfo. The
5137 problem was really in texinfo/C, not at this level.
5138
ff9d0fd5
ILT
5139Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
5140
5141 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
5142
eab2562e
JG
5143Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
5144
5145 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
5146 GDB releases.
5147
318dc570
KR
5148Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5149
5150 * configure: Include srcdir in message about target of link not
016f8f06
KR
5151 being found. Don't convert `-' to `_' in `with' options being
5152 passed to subdirs.
318dc570 5153
4a2f0c79
DZ
5154Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5155
5156 * configure.in: add uudecode to host_tools
5157
5158 * Makefile.in: added {all,install}-uudecode targets, added them to
5159 the appropriate lists
5160
6bdeaead
ILT
5161Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
5162
cb4005ff
ILT
5163 * Makefile.in (all-gcc): Added dependency on all-gas.
5164
6bdeaead
ILT
5165 * configure.in (mips-*-*): Build ld and binutils.
5166
09e0b992
RP
5167Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
5168
5169 * configure: check return code from mkdir, print error message and
5170 exit on failure.
5171
f980fcfb
JG
5172Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
5173
5174 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
5175
41a88234
ILT
5176Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
5177
5178 * test-build.mk (HOLES): Added tar, cpio and uudecode.
5179
3a8d4a5f
JW
5180Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
5181
5182 * config.sub (h8500): Recognize this as a cpu type.
5183
5184Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5185
5186 * configure: source directory missing is no longer a warning
5187
5188 * configure.in: recognize irix[34]* instead of irix[34]
5189
5190 * Makefile.in: define and pass down X11_LIB
5191
5192 * config/mh-sco: define X11_LIB to the mess that SCO ODT requires
5193
5cc24596
PB
5194Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
5195
5196 * guess-systype: Renamed to ...
5197 * config.guess: ... by popular request.
5198 * configure.in, Makefile.in: Update accordingly.
5199
746ed525
PB
5200Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
5201
5202 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
1f97bff7 5203 + Add Convex, Cray/Unicos, and Encore/Multimax support.
746ed525
PB
5204 + Execute ./dummy instead of assuming . is in PATH.
5205
5206Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
5207
5208 * guess-systype: New shell script. Attempts to guess the
5209 canonical host name of the executing host.
5210 Only a few hosts are supported so far.
5211 * configure: Call guess-systype if no host is specified.
5212
aa121275
ILT
5213Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
5214
5215 * Makefile.in (gcc-no-fixedincludes): Made to work with current
5216 gcc Makefile.
5217
7d9f0c54 5218
f4e414f1
ILT
5219Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
5220
5221 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
5222 (all-gcc, install-gcc, subdir_do): Use it.
5223
31883f01
JW
5224Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
5225
5226 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
5227
31883f01
JW
5228Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
5229
5230 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
5231 set exclusively by configure, using configure.in .
31883f01
JW
5232
5233Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5234
5235 * test-build.mk: set $PATH for all builds
5236
5237 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
5238
bc2a2c17
FF
5239Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
5240
5241 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
5242 the one used in gcc/Makefile.in, so that a null expansion doesn't
5243 override the one needed to build gcc with a native cc.
5244
bc2a2c17 5245
2e255ccc
KR
5246Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
5247
5248 * configure: Accept -with arguments.
5249
5dca5185
SC
5250Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5251
1f97bff7 5252 * Makefile.in: added h8300sim
5dca5185 5253
21412832
ILT
5254Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
5255
54f1b715
ILT
5256 * config/mh-sco: Don't override BISON definition.
5257
21412832
ILT
5258 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
5259 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
5260 (all-cygnus, native, build-cygnus): Make
5261 $(canonhost)-stamp-3stage-done, not $(host)....
5262 * test-build.mk (stamp-3stage-compared): Use tail +10c for
5263 i386-sco3.2v4. Added else true to if command.
5264
a70c9959
KR
5265Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
5266
5267 * config.sub: (from FSF) Sequent uses a BSD-like OS.
5268
19fb2a5f
ILT
5269Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
5270
5271 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
5272
83a47678
DZ
5273Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5274
5275 * configure.in: don't remove binutils from Solaris builds
5276
e9b5ed59
DZ
5277Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
5278
5279 * Makefile.in: get rid of earlier definitions for *clean,
5280 also handle the recursive info rule better
5281
3b30df82
PB
5282Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
5283
5284 * Makefile.in (mostlyclean, distclean, realclean): Fix to
5285 do more-or-less the right thing.
5286
e85e07cb
ILT
5287Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
5288
5289 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
5290 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
5291
5292Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5293
5294 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
5295 $(host_canonical).
5296
5297 * configure.in: split the configdirs list into 4 categories (native
5298 v. cross, library v. tool) and handle the cross-only and native-
1f97bff7 5299 only in more reasonable (and correct!) way.
e85e07cb 5300
f21de933
SG
5301Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
5302
5303 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
5304 configdirs anymore.
5305
b1cceba2
DZ
5306Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5307
1f97bff7
KR
5308 * Makefile.in: extensive cleanup:: removed all of the explicit
5309 clean-* targets, collapsed many wrappers around subdir_do into
b1cceba2
DZ
5310 one, added additional targets to satisfy standards.texi, deleted
5311 some old targets, some changes for consistency
5312
5313Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5314
5315 * configure.in: handle some programs as cross-only, and others as
5316 native only
5317
5318 * test-build.mk: handle partial holes in a more generic manner
5319
5320 * Makefile.in: m4 depends on libiberty
5321
5322Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5323
5324 * config/mh-sco: don't default $(CC) to gcc
5325
1dcc1344
DZ
5326Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5327
5328 * configure.in: add m4, textutils, fileutils, sed, shellutils,
5329 time, wdiff, and find to configdirs
5330
b1cceba2
DZ
5331 * Makefile.in: all, clean, and install rules for the new programs
5332 added to configure.in
5333
d10f77c1
DZ
5334Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5335
63a2386a
DZ
5336 * configure.in: use mh-sun for all *-sun-* hosts
5337
d10f77c1
DZ
5338 * config/mh-solaris: rework standard X location to use
5339 $OPENWINHOME, if defined.
1f97bff7 5340
d10f77c1
DZ
5341 * config/mh-sun: handle X11 include locations
5342
5343 * config/mh-decstation: define NeedFunctionPrototypes to 0, to
5344 work around dain-bramaged DECwindows include files
5345
d1bea4c7
DZ
5346Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5347
5348 * Makefile.in: define flags for X11 include files and library file
5349 locations, pass them down to the programs that need this info
5350
c676f606
DZ
5351 * build-all.mk: added a 'native' target, to 3stage the native toolchain
5352
55f6d8c4
DZ
5353 * config/{mh-hpux,mh-solaris}: define the "standard" locations for
5354 the vendor supplied X11 headers and libraries
5355
d1bea4c7
DZ
5356Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5357
5358 * configure.in: start building libg++ for HP-UX targets
5359
009cf24b
JG
5360Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
5361
5362 * README: Update references to files moved into etc/.
5363
5364Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
5365
5366 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
5367 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
5368
5369Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
5370
5371 * configure: accept dash as well as underscore in long option
5372 names for FSF compatibility.
5373
74c5c43a
ILT
5374Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
5375
5376 * config.sub: added -sco3.2v4 support from FSF.
5377
5378Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5379
5380 * configure.in: expand the section that adds or removes
5381 directories from the list of programs to build, to handle native
5382 vs. cross in addition to host v. native
5383
5384Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
5385
5386 * Makefile.in: Replace C++ in macro names with CXX.
5387 This is less likely to break ...
5388
5389Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5390
5391 * test-build.mk: add -w to GNU_MAKE
5392
255d0979
DZ
5393Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5394
3c52e52d
DZ
5395 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
5396 add 'sparc' to list of recognized cpus. This needed to make
52d5a27d
DZ
5397 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
5398 Delete some redundant ose68 variants. Recognize -wrs as an os,
5399 then changes that into $CPU-wrs-vxworks.
3c52e52d
DZ
5400
5401 * configure.in: remove most references to gdbtest, regularize
5402 target based program removal
5403
255d0979
DZ
5404 * test-build.mk: import from p3 tree (many fixes and changes)
5405
ffce44a0
DZ
5406Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
5407
5408 * Makefile.in: added rules to handle tcl, tk, and expect
5409
5410 * configure.in: handle those directories if they exist
5411
378fd382
DZ
5412Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5413
5414 * config.sub: removed bogus hppabsd and hppahpux names, since
5415 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
5416
5417Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5418
5419 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
5420 depends upon all-xiberty
5421
5422 * Makefile.in: changes from p3, including:
5423
5424 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
5425
5426 * Makefile.in (XTRAFLAGS): include newlib directories if
5427 newlib/Makefile exists, rather than if host != target.
5428
5429 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
5430
5431 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
5432 from the same source tree and not building a cross-compiler. This
5433 matters for the libg++ configuration if reconfiguring a tree that
5434 has already been installed.
5435
5436 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
5437
5438 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
5439 pick up the machine and system specific header files.
5440
5441 * Makefile.in: added AS_FOR_TARGET, passed down in
5442 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
5443 the C compiler to use to create programs which are run in the
5444 build environment, set it to default to $(CC), and passed it down
5445 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
5446
5447 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
5448
5449 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
5450 We need them for unusual native builds, like systems without
5451 ranlib.
5452
5453 * configure: also define $(host_canonical) and
5454 $(target_canonical), which are the full, canonical names for the
5455 given host and target
5456
df93a6c1
MW
5457Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
5458
5459 * Makefile.in: Added separate definitions for C++.
5460
7a8d10ce
FF
5461Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
5462
5463 * configure.in (configdirs): Add deja-gnu.
5464
5465Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
5466
5467 * README: Update for configure.texi and gdb-4.7 release.
5468
5469Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
5470
5471 * Makefile.in: Move "all" target to top of file.
5472 Previously, first target was ".PHONY" which caused BSD4.4 make
5473 to build .PHONY when make was run without arguments.
5474
5475Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
5476
5477 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
5478 Library-copylefted code in libiberty.
5479
ee3b893b
JG
5480Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
5481
5482 * config.sub: Replace m68kmote with plain old m68k.
5483
5a63b336
JG
5484Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
5485
5486 * Makefile.in: Remove space from blank line, avoid Make complaints.
5487
23ab00aa
KR
5488Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
5489
5490 * config.sub: Complain if no argument is given. Added support for
5491 386bsd as OS and target alias.
5492
9d401625
ILT
5493Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
5494
5495 * Makefile.in (XTRAFLAGS): include newlib directories if
5496 newlib/Makefile exists, rather than if host != target.
5497
fb90daeb
ME
5498Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
5499
5500 * config.sub: recognize sparclite-wrs-vxworks.
5501
5502 * Makefile.in (install-xiberty): added *-xiberty make rules (from
5503 p3.) Added clean-xiberty to clean.
5504
5505Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5506
5507 * configure.in: use *-*-* instead of nested cases for host and target
5508
ab96cdfc
ILT
5509Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
5510
5511 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
5512 from the same source tree and not building a cross-compiler. This
5513 matters for the libg++ configuration if reconfiguring a tree that
5514 has already been installed.
5515
5516Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
5517
5518 * config.sub (i486v/i486v4): Merge in from FSF version.
5519
2ec3d07c
ME
5520Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
5521
5522 * configure: only set PWD if it is already set.
5523
fc11b71a
ME
5524Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
5525
5526 * configure: just set PWD=`pwd` at the top, since Ultrix sh
5527 doesn't have unset and all success paths (and most error paths)
5528 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
5529 to just ${PWD} to avoid confusion.)
5530
c5108322
ILT
5531Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
5532
5533 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
5534 even for a native compilation.
5535
4a63dfde
JG
5536Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
5537
5538 Changes to make the gdb.tar.Z rule work better.
5539
5540 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
5541 (DEVO_SUPPORT): Add configure.texi.
5542 (bfd-ilrt.tar.Z): Remove ancient rule.
5543
440868a0
ILT
5544Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
5545
0012a471
ILT
5546 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
5547 pick up the machine and system specific header files.
5548
f68be6f0
ILT
5549 * configure.in, config.sub: added new target m68010-adobe-scout,
5550 with alias of adobe68k. Changed configure.in to check for
5551 -scout before -sco* to avoid a false match.
5552
440868a0
ILT
5553 * Makefile.in: added AS_FOR_TARGET, passed down in
5554 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
5555 the C compiler to use to create programs which are run in the
5556 build environment, set it to default to $(CC), and passed it down
5557 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
5558
51489233
ILT
5559Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
5560
5561 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
5562 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
5563 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
5564 FOR_TARGET variants, to newlib and libg++.
5565
a904db53
KR
5566Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
5567
5568 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
5569 first.
5570
5571Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
5572
5573 * config.sub: Accept `elf' as an environment.
5574
319a021e
SC
5575Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
5576
a904db53 5577 * Makefile.in (all-opcodes): cd into the right directory
319a021e 5578
d257b46f
ILT
5579Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
5580
5581 * configure: added -program_transform_name option, used as
5582 argument to sed when installing programs.
5583 configure.texi: added documentation for -program_prefix,
5584 -program_suffix and -program_transform_name.
5585
6e122179
JG
5586Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
5587
5588 * config.sub: Accept i486 where i386 ok.
5589
de0f17d8
BK
5590Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
5591
5592 * config.sub: accept we32k
5593
56dcef3c
ILT
5594Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
5595
de0f17d8
BK
5596 * config.sub, configure.in: accept OSE68000 and OSE68k.
5597
56dcef3c
ILT
5598 * Makefile.in: don't create all directories for ``make install'';
5599 let the subdirectories create the ones they need.
5600
5601Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5602
5603 * COPYING: new file, GPL v2
5604
01b8752d
DZ
5605Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5606
5607 * Makefile.in: use the new gen-info-dir, which needs a template
5608 argument (which also lives in texinfo)
5609
5610 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
5611
dfa891fc
DZ
5612Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5613
5614 * config/mh-solaris: removed the -xs from CFLAGS (let the people
5615 with Sun's C compiler deal with it themselved)
5616
26fe0d7d
FF
5617Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
5618
5619 * config.sub (ncr3000): Change i386 to i486.
5620
dfa891fc
DZ
5621Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5622
5623 * Makefile.in: add install-rcs, install-grep to
5624 install-no-fixedincludes, removed install-bison and install-libgcc
5625
26fe0d7d
FF
5626Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
5627
5628 * configure.in: grab the HPUX makefile fragment if on HPUX
5629
5630Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
5631
5632 * Makefile.in: eradicate bison spoor (ditto libgcc).
5633 configure.in: recognise m68{k,000}-ericsson-OSE.
5634 es1800 is alias for m68k-ericsson-OSE
5635
5636Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5637
5638 * configure.in: rearrange the parts that remove programs from
1f97bff7 5639 configdirs, based now on HOST==TARGET or by canonical triple.
26fe0d7d 5640
846b9d7b
RP
5641Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5642
5643 * test-build.mk: recurse explicitly with -f test-build.mk when
dae8a4cf
RP
5644 appropriate. predicate stage3 and comparison on the existence
5645 of gcc. That is, if gcc isn't around, we aren't three-staging.
b4edd969
RP
5646 On very clean, also remove ...stamp-co. Build in-place before
5647 doing other builds.
846b9d7b 5648
3ad0ef37
SC
5649Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
5650
5651 * Makefile.in, configure.in: add tgas
5652
67b36a23
RP
5653Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5654
06a07944
RP
5655 * Makefile.in: a number of changes merged in from progressive.
5656
2d115749
RP
5657 * configure.in: add libm.
5658
67b36a23
RP
5659 * .cvsignore: ignore some stuff that comes from test-build.mk.
5660
179798e1
SG
5661Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
5662
5663 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
5664 a symbol-table into the executable.
5665
a4168049
FF
5666Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
5667
5668 * config.sub: Add es1800 (m68k-ericsson-es1800).
5669
1775539e
RP
5670Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
5671
5672 * configure: Add program_suffix (parallel to program_prefix)
b385d4d9 5673 * Makefile.in: adjust directory-creating script for losing decstation
1775539e 5674
a4168049
FF
5675Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
5676
5677 * configure: Minor $subdir-related fixes.
5678
4347369f
SC
5679Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
5680
5681 * configure: fix various problems with propogating
5682 makefile_target_frag in subdirs.
5683 * configure.in: config libgcc if its there
5684
7d87ec82
SG
5685Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
5686
5687 * config.sub: HPPA merge.
5688
65f14e33
FF
5689Mon Jun 15 12:31:52 1992 Fred Fish (fnf@cygnus.com)
5690
5691 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
5692 it is broken on ncr 3000's.
5693
5694Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
5695
5696 * Makefile.in: Replace all-bison with all-byacc in all
5697 dependency lines for other tools (which now use byacc).
5698
18eb7bad
JG
5699Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
5700
5701 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
5702
5703Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
5704
5705 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
5706
5707Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
5708
5709 * Makefile.in: make gprof rules similar to byacc rules (instead of
5710 vestigal $(unsubdir) that didn't work...)
5711
f0e9ba1e
PB
5712Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
5713
5714 * config.sub: Add support for Linux.
5715 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
5716 (at least for libg++).
5717
72754842
DZ
5718Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
5719
5720 * configure.texi: fix doc for the -nfp option to configure
5721
2198e4ba
MT
5722Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
5723
5724 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
5725
5726Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
5727
5728 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
5729 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
5730 * configure.in: added solaris* host_makefile_frag hook.
5731
a5992d11
DZ
5732Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5733
5734 * config.sub: changed recognition of m68000 so that various
5735 m68k types can be specified via m680[01234]0
5736
07f1d175
DZ
5737Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5738
5739 * config.sub (basic_machine): fix sed so that '-foo' isn't
5740 completely substituted out while .+'-foo' loses the '-foo'
5741
ad1f7512
MT
5742Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
5743
5744 * config.sub ($os): Add -aout.
5745
5746Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
5747
5748 * configure: If host_makefile_frag is absolute, don't
5749 prefix ${invsubdir} (relevant to libg++ auto-configure).
5750
11ad114b
MT
5751Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
5752
5753 * Makefile.in (tooldir): Define it.
5754 (all-ld): Depend on all-flex.
5755
5756Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
5757
5758 * Makefile.in (check): Fix libg++ special case.
5759
a60ff512
RP
5760Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
5761
9dba22c6
RP
5762 * configure: do not bury `pwd` into config.status, thus do fewer
5763 pwd's.
5764
3b6f914f
RP
5765 * configure: print the "Building in" message only when building in
5766 other than "." AND verbose.
5767
a98e98d3
RP
5768 * configure: remove -s, rework -v to better accomodate guested
5769 configures.
5770
a60ff512
RP
5771 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
5772
5773Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
5774
5775 * Makefile.in: macroize flags passed on recursion. remove
5776 fileutils.
5777
5bdf762b
RP
5778Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
5779
a60ff512
RP
5780 * configure: get makesrcdir right for subdirs deeper than 1.
5781
5bdf762b
RP
5782 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
5783 install.
5784
1dbe4d41
RP
5785Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
5786
5787 * Makefile.in: don't print subdir_do or recursion lines.
5788
5bdf762b
RP
5789Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
5790
5791 * standards.texi: added menu item.
5792
5793 * Makefile.in: build and install standards.info.
5794
5795 * standards.texi: new file.
5796
92b9ed40
RP
5797Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5798
5799 * configure: test for and move config.status pieces from
5800 ${subdir}/.
5801
58760cda
FF
5802Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
5803
5804 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
5805 CFLAGS per new configuration strategy.
5806 * configure: Test for existance of files before trying to mv
5807 them, to avoid numerous non-existance messages.
5808
94c7ae21
RP
5809Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
5810
53988f33
RP
5811 * configure: correct final line of config.status.
5812
86112802
RP
5813 * configure: patch from eggert. Avoids a protection problem if
5814 the original Makefile.in is read only.
5815
196377ee
RP
5816 * configure: use move-if-change from gcc to create config.status.
5817 Some makefiles depend on config.status to tell if a directory
5818 has been reconfigured for a different host. This change
5819 prevents those directories from remaking everything in the case
5820 where the reconfig was only intended to rebuild a Makefile.
5821
94c7ae21
RP
5822 * configure: test for config.sub with "config.sub sun4" rather
5823 than "config.sub ${host_alias}". Otherwise we can't tell a bad
5824 host alias from a missing config.sub.
5825
9546e9b4
RP
5826Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5827
5828 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
5829 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
5830
5831Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
5832
5833 * configure: mkdir ${subdir} as needed.
5834
618f57a9
RP
5835Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
5836
5837 * Makefile.in,configure.in: added autoconf.
5838
ee1dc1b7
RP
5839Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5840
9546e9b4
RP
5841 * Makefile.in: no longer pass against on recursion.
5842
e1ca0072
RP
5843 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
5844 definitions are not inherited.
5845
ee1dc1b7
RP
5846 * configure: correct makesrcdir when subdir is .
5847
8becd045
PB
5848Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
5849
5850 * configure: Add support for 'subdirs' variable, which is
5851 like 'configdirs', except that configure doesn't re-invoke
5852 itself for subdirs, it just creates a Makefile for each subdir.
5853 * configure.texi: Document subdirs.
5854
6adac399
DZ
5855Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5856
5857 * configure.in: added flex to configdirs
5858
64d424c6
RP
5859Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
5860
5861 * Makefile.in: remove clean-stamps from clean.
5862
347e3a00
JG
5863Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
5864
5865 * configure.in: Add gdbtest to configdirs.
5866
c4fb14b7
FF
5867Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
5868
5869 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
5870 to recursive makes.
5871 * configure.in: Recognize new ncr3000 config.
5872
5873Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
5874
5875 * Makefile.in, configure.in: removed references to gdbm.
5876
6910a5ac
PB
5877Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
5878
5879 * config.sub: Don't canonicalize os value
5880 newsos* to bsd (readline needs to check for newsos).
5881 (This fix was earlier made Jan 31, but got re-broken.)
5882
dd7368a7
SG
5883Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
5884
27c28d61
SG
5885 * configure.in: sco is an os, not a vendor!
5886
dd7368a7
SG
5887 * configure: Quote $( better. Keep various shells happy.
5888
5889Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
5890
5891 * Makefile.in: eliminate stamp-files.
5892
079b2abe
RP
5893Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
5894
5895 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
5896 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
5897
5898Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
5899
5900 * config.sub: fix iris/iris3.
5901
88578a2a
RP
5902Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
5903
5904 * configure: re-add -rm.
5905
b4e2a59b
RP
5906Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
5907
e855b0f8
RP
5908 * Maskefile.in: add .stmp-rcs to all.
5909
b4e2a59b
RP
5910 * configure.in: remove gas from rs6000 build, use aix host fragment.
5911
0e693d0b
RP
5912Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
5913
5914 * configure: pass down site_option during recursion.
5915
66cfe047
SG
5916Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
5917
52963fb7 5918 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
66cfe047
SG
5919
5920Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
5921
5922 * configure: Change exec_prefix so that it really defaults to prefix.
5923
bb24c7e6
FF
5924Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
5925
5926 * Makefile.in, configure.in: Add support for mmalloc library.
5927
b7dd30ab
RP
5928Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
5929
5930 * Makefile.in: add stmp dependencies for a few more things.
5931
1cb49e87
RP
5932Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
5933
b7dd30ab
RP
5934 * configure: adjusted error message on objdir/srcdir configure
5935 collision, per john's suggestion.
5936
1cb49e87
RP
5937 * Makefile.in: add libiberty stmp to all and all.cross.
5938
02a7ba9a
RP
5939Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
5940
5941 * Makefile.in: remove force dependencies, add grep to all.
5942
c1e4672c
RP
5943Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
5944
9d98d2ac
RP
5945 * Makefile.in: drop flex. make stamp files work.
5946
8fd24008
RP
5947 * configure: added test for conflicting configuration in srcdir,
5948 remove trailing slashes from srcdir. Otherwise emacs gdb mode
5949 gets cranky. use relative paths for configure and srcdir
5950 whenever possible. Send some error messages to stderr that were
5951 going to stdout.
c1e4672c
RP
5952
5953Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
5954
5955 * Makefile.in: Fix libg++ rule to check for gcc directory
5956 before using gcc/gcc. Also pass XTRAFLAGS.
5957
5958Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
5959
5960 * Makefile.in: added stmp-files so that directories aren't polled
5961 when they are already built.
5962
5963 * configure.texi: fixed a node pointer problem.
5964
5965Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
5966
3a8d4a5f
JW
5967 * config.sub configure.in config/mh-irix4 gdb/configure.in
5968 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
5969 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
c1e4672c
RP
5970 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
5971
5972Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5973
5974 * configure: -recurring becomes -silent. corrected help message
5975 for -site= option.
5976
5977 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
5978
5979Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5980
5981 * configure: when building Makefile for crosses, replace
5982 tooldir and program_prefix. default srcdir from location of
5983 config.sub. remove "for host in hosts" and "for target in
5984 targets" loops.
5985
5986Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5987
5988 * Makefile.in: Do not pass bindir or mandir to cvs.
5989
5990Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
5991
5992 * Makefile.in, configure.in: removed traces of namesubdir,
5993 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
5994 copyrights to '92, changed some from Cygnus to FSF.
5995
5996 * configure.texi: remove most references to multiple hosts,
5997 multiple targets, subdirs, etc.
5998
5999 * configure.man: removed rcsid. reference config.sub not
6000 config.subr.
b74fd080
RP
6001
6002 * Makefile.in: mkdir $(infodir) on install-info.
6003
6004Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
6005
6006 * configure.texi: Explain better about .gdbinit and about
6007 the environment that configure.in sections run in.
6008
6009Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
6010
6011 * configure.in: Ultrix is only a decstation if it's a MIPS.
6012
6013Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
6014
6015 * README: DOC.configure => cfg-paper.texi.
6016
b0606560
SG
6017Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
6018
6019 * config.sub (near case $os): Don't convert newsos* to bsd!
6020
6021Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
6022
6023 * Makefile.in: Reinstall change from gdb-4.3 that reduces
6024 the number of copies of COPYING that go into the GDB tar file.
6025
92732c27
SG
6026Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
6027
6028 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
6029 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
6030 Fix SCO configuration stuff.
6031
4cc027e1
PB
6032Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
6033
6034 * Makefile.in: For libg++, make sure the -I pointing
6035 to the gcc directory goes *after* all the libg++-local -I flags.
6036 Also, move just-gcc dependency from just-libg++ to all-libg++.
6037
6038Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
6039
6040 * configure: Change -x to -f to keep Ultrix /bin/test happy.
6041
6042Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
6043
6044 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
6045
aa2e8c1c
FF
6046Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
6047
1f97bff7 6048 * config.sub: Add stratus configuration frags. Also
aa2e8c1c
FF
6049 submitted to FSF.
6050
c1e296fc
SG
6051Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
6052
1a7cac26
SG
6053 * Makefile.in (DEV_SUPPORT): add configure.man.
6054
c1e296fc
SG
6055 * config.sub(Decode manufacturer-specific): add -none*.
6056
23e3e7f9
SG
6057Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
6058
6059 * Makefile.in: remove form feeds to make Sun's make happy.
6060 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
6061
6062Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
6063
6064 * Makefile.in (AR_FLAGS): Make quieter.
6065
6066Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
6067
6068 * configure.in: Add libg++.
6069 * configure: When verbose, don't output the command line at each
6070 level; it will be unremarkably the same as the previous version,
6071 which will be the same as what the user typed.
6072
e488e581
RP
6073Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
6074
079399f6
RP
6075 * configure.in, Makefile.in: fix clean-info, add flex. add
6076 fileutils.
25113b46 6077
079399f6
RP
6078 * configure: be less sensitive to spaces in Makefile.in. Do not
6079 look for sources in "..". Doing so breaks subdirectories that
6080 might have their own configure. If a subdir has it's own
6081 configure script, use it.
e488e581 6082
62ddb92b
RP
6083Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
6084
6085 * cfg-paper.texi: some changes suggested by rms.
6086
7dac6086
FF
6087Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
6088
6089 * config.sub: Merge in some small additions from the FSF version,
6090 taken from the gcc distribution, to bring the Cygnus and FSF
6091 versions into closer sync.
6092
5f32984e
FF
6093Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
6094
6095 * configure.in: Changed svr4 references to sysv4.
6096
0c72405d
RP
6097Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
6098
6099 * configure: added -V for version number option.
6100
7d283cc1
RP
6101Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
6102
6103 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
6104 renamed from DOC.configure to cfg-paper.texi.
6105
6106Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6107
6108 * configure, config.subr, config.sub: config.subr is now
6109 config.sub again.
6110
f6031817
RP
6111Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
6112
7d283cc1
RP
6113 * configure.texi: new file, in progress.
6114
6115 * Makefile.in: build info file and install the man page for
6116 configure.
6117
6118 * configure.man: new file, first cut.
6119
7da1d334 6120 * configure: find config.subr again now that configuration "none"
7d283cc1
RP
6121 has gone. removed all traces of the -ansi option. removed all
6122 traces of the -languages option.
7da1d334 6123
f6031817
RP
6124 * config.subr: resync from rms.
6125
9a9e8e7f
RP
6126Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6127
475576ae
RP
6128 * configure, config.sub, config.subr: merge config.sub into
6129 config.subr, call the result config.subr, remove config.sub, use
6130 config.subr.
6131
9a9e8e7f
RP
6132 * Makefile.in: revised install for dir.info.
6133
e9712bee
RP
6134Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6135
806fd9fc
RP
6136 * configure.in: add decstation host makefile frag.
6137
bb07ee3e 6138 * Makefile.in: BISON now bison -y again. also install-gcc on
c466cfab 6139 install. clean-gdbm on clean. infodir belongs in datadir.
9a9e8e7f
RP
6140 Make directories for info install. Build dir.info here then
6141 install it.
e9712bee 6142
b26ff9d8
RP
6143Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6144
6145 * Makefile.in: fix for bad directory tests.
6146
098676c9
RP
6147Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6148
0e0643c7 6149 * configure: \{1,2\} appears to be a sysv'ism. Use a different
b26ff9d8 6150 regexp. -srcdir relative was being handled incorrectly.
0e0643c7 6151
098676c9
RP
6152 * Makefile.in: unwrapped some for loops so that parallel makes
6153 work again and so one can focus one's attention on a particular
6154 package.
6155
6156Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6157
6158 * configure: added PWD as a stand in for `pwd` (for speed). use
6159 elif wherever possible. make -srcdir work without -objdir.
1f97bff7 6160 -objdir= commented out.
098676c9
RP
6161
6162Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6163
6164 * configure: +options become --options. -subdirs commented out.
6165 added -host, -datadir. Renamed -destdir to -prefix. Comment in
6166 Makefile now at top of generated Makefile. Removed cvs log
6167 entries. added -srcdir. create .gdbinit only if there is one
6168 in ${srcdir}.
6169
6170 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6171 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6172 and mandir now keyed off datadir by default.
6173
6174Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6175
6176 * Freshly created ChangeLog.
6177
9a458b67
ILT
6178\f
6179Local Variables:
c6c7035c 6180mode: change-log
55f6c903 6181left-margin: 8
c6c7035c 6182fill-column: 76
9a458b67
ILT
6183version-control: never
6184End:
This page took 0.511973 seconds and 4 git commands to generate.