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