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