Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / ChangeLog
1 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
2
3 * Makefile.in (all-gcc): Added dependency on all-gas.
4
5 * configure.in (mips-*-*): Build ld and binutils.
6
7 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
8
9 * configure: check return code from mkdir, print error message and
10 exit on failure.
11
12 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13
14 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15
16 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17
18 * test-build.mk (HOLES): Added tar, cpio and uudecode.
19
20 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21
22 * config.sub (h8500): Recognize this as a cpu type.
23
24 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
25
26 * configure: source directory missing is no longer a warning
27
28 * configure.in: recognize irix[34]* instead of irix[34]
29
30 * Makefile.in: define and pass down X11_LIB
31
32 * config/mh-sco: define X11_LIB to the mess that SCO ODT requires
33
34 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
35
36 * guess-systype: Renamed to ...
37 * config.guess: ... by popular request.
38 * configure.in, Makefile.in: Update accordingly.
39
40 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
41
42 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
43 + Add Convex, Cray/Unicos, and Encore/Multimax support.
44 + Execute ./dummy instead of assuming . is in PATH.
45
46 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
47
48 * guess-systype: New shell script. Attempts to guess the
49 canonical host name of the executing host.
50 Only a few hosts are supported so far.
51 * configure: Call guess-systype if no host is specified.
52
53 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
54
55 * Makefile.in (gcc-no-fixedincludes): Made to work with current
56 gcc Makefile.
57
58 **** start-sanitize-chill ****
59 Fri Jan 15 16:40:54 1993 Mike Werner (mtw@rtl.cygnus.com)
60
61 * Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS,
62 and CHILL_LIB.
63 * deja-gnu/gdb.t31/Makefile.in: removed explicit setting of
64 CHILL variables as these are now passed down from the top
65 level makefile using FLAGS_TO_PASS.
66 **** end-sanitize-chill ****
67
68 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
69
70 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
71 (all-gcc, install-gcc, subdir_do): Use it.
72
73 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
74
75 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
76
77 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
78
79 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
80 set exclusively by configure, using configure.in .
81 **** start-sanitize-chill ****
82 * configure.in: Changed the method by which SUBDIRS is set, in order
83 to properly handle the addition of chill related subdirectories
84 to the SUBDIRS list.
85 **** end-sanitize-chill ****
86
87 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
88
89 * test-build.mk: set $PATH for all builds
90
91 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
92
93 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
94
95 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
96 the one used in gcc/Makefile.in, so that a null expansion doesn't
97 override the one needed to build gcc with a native cc.
98
99 **** start-sanitize-chill ****
100 Wed Jan 6 07:53:46 1993 Fred Fish (fnf@cygnus.com)
101
102 * Makefile.in (SUBDIRS): Add chillrt.
103 * Makefile.in (all.normal): Add all-chillrt.
104 * Makefile.in (all.cross): Add all-chillrt.
105 * Makefile.in (install-no-fixedincludes): Add install-chillrt.
106 * Makefile.in (install.cross): Add install-chillrt.
107 * Makefile.in (all-chillrt, install-chillrt): New targets.
108 * Makefile.in (subdir_do): Handle chillrt like newlib.
109 * configure.in (target_libs): Add chillrt.
110 **** end-sanitize-chill ****
111
112 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
113
114 * configure: Accept -with arguments.
115
116 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
117
118 * Makefile.in: added h8300sim
119
120 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
121
122 * config/mh-sco: Don't override BISON definition.
123
124 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
125 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
126 (all-cygnus, native, build-cygnus): Make
127 $(canonhost)-stamp-3stage-done, not $(host)....
128 * test-build.mk (stamp-3stage-compared): Use tail +10c for
129 i386-sco3.2v4. Added else true to if command.
130
131 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
132
133 * config.sub: (from FSF) Sequent uses a BSD-like OS.
134
135 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
136
137 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
138
139 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
140
141 * configure.in: don't remove binutils from Solaris builds
142
143 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
144
145 * Makefile.in: get rid of earlier definitions for *clean,
146 also handle the recursive info rule better
147
148 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
149
150 * Makefile.in (mostlyclean, distclean, realclean): Fix to
151 do more-or-less the right thing.
152
153 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
154
155 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
156 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
157
158 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
159
160 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
161 $(host_canonical).
162
163 * configure.in: split the configdirs list into 4 categories (native
164 v. cross, library v. tool) and handle the cross-only and native-
165 only in more reasonable (and correct!) way.
166
167 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
168
169 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
170 configdirs anymore.
171
172 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
173
174 * Makefile.in: extensive cleanup:: removed all of the explicit
175 clean-* targets, collapsed many wrappers around subdir_do into
176 one, added additional targets to satisfy standards.texi, deleted
177 some old targets, some changes for consistency
178
179 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
180
181 * configure.in: handle some programs as cross-only, and others as
182 native only
183
184 * test-build.mk: handle partial holes in a more generic manner
185
186 * Makefile.in: m4 depends on libiberty
187
188 Mon Dec 7 06:43:27 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
189
190 * config/mh-sco: don't default $(CC) to gcc
191
192 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
193
194 * configure.in: add m4, textutils, fileutils, sed, shellutils,
195 time, wdiff, and find to configdirs
196
197 * Makefile.in: all, clean, and install rules for the new programs
198 added to configure.in
199
200 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
201
202 * configure.in: use mh-sun for all *-sun-* hosts
203
204 * config/mh-solaris: rework standard X location to use
205 $OPENWINHOME, if defined.
206
207 * config/mh-sun: handle X11 include locations
208
209 * config/mh-decstation: define NeedFunctionPrototypes to 0, to
210 work around dain-bramaged DECwindows include files
211
212 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
213
214 * Makefile.in: define flags for X11 include files and library file
215 locations, pass them down to the programs that need this info
216
217 * build-all.mk: added a 'native' target, to 3stage the native toolchain
218
219 * config/{mh-hpux,mh-solaris}: define the "standard" locations for
220 the vendor supplied X11 headers and libraries
221
222 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
223
224 * configure.in: start building libg++ for HP-UX targets
225
226 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
227
228 * README: Update references to files moved into etc/.
229
230 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
231
232 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
233 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
234
235 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
236
237 * configure: accept dash as well as underscore in long option
238 names for FSF compatibility.
239
240 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
241
242 * config.sub: added -sco3.2v4 support from FSF.
243
244 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
245
246 * configure.in: expand the section that adds or removes
247 directories from the list of programs to build, to handle native
248 vs. cross in addition to host v. native
249
250 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
251
252 * Makefile.in: Replace C++ in macro names with CXX.
253 This is less likely to break ...
254
255 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
256
257 * test-build.mk: add -w to GNU_MAKE
258
259 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
260
261 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
262 add 'sparc' to list of recognized cpus. This needed to make
263 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
264 Delete some redundant ose68 variants. Recognize -wrs as an os,
265 then changes that into $CPU-wrs-vxworks.
266
267 * configure.in: remove most references to gdbtest, regularize
268 target based program removal
269
270 * test-build.mk: import from p3 tree (many fixes and changes)
271
272 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
273
274 * Makefile.in: added rules to handle tcl, tk, and expect
275
276 * configure.in: handle those directories if they exist
277
278 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
279
280 * config.sub: removed bogus hppabsd and hppahpux names, since
281 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
282
283 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
284
285 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
286 depends upon all-xiberty
287
288 * Makefile.in: changes from p3, including:
289
290 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
291
292 * Makefile.in (XTRAFLAGS): include newlib directories if
293 newlib/Makefile exists, rather than if host != target.
294
295 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
296
297 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
298 from the same source tree and not building a cross-compiler. This
299 matters for the libg++ configuration if reconfiguring a tree that
300 has already been installed.
301
302 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
303
304 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
305 pick up the machine and system specific header files.
306
307 * Makefile.in: added AS_FOR_TARGET, passed down in
308 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
309 the C compiler to use to create programs which are run in the
310 build environment, set it to default to $(CC), and passed it down
311 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
312
313 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
314
315 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
316 We need them for unusual native builds, like systems without
317 ranlib.
318
319 * configure: also define $(host_canonical) and
320 $(target_canonical), which are the full, canonical names for the
321 given host and target
322
323 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
324
325 * Makefile.in: Added separate definitions for C++.
326
327 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
328
329 * configure.in (configdirs): Add deja-gnu.
330
331 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
332
333 * README: Update for configure.texi and gdb-4.7 release.
334
335 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
336
337 * Makefile.in: Move "all" target to top of file.
338 Previously, first target was ".PHONY" which caused BSD4.4 make
339 to build .PHONY when make was run without arguments.
340
341 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
342
343 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
344 Library-copylefted code in libiberty.
345
346 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
347
348 * config.sub: Replace m68kmote with plain old m68k.
349
350 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
351
352 * Makefile.in: Remove space from blank line, avoid Make complaints.
353
354 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
355
356 * config.sub: Complain if no argument is given. Added support for
357 386bsd as OS and target alias.
358
359 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
360
361 * Makefile.in (XTRAFLAGS): include newlib directories if
362 newlib/Makefile exists, rather than if host != target.
363
364 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
365
366 * config.sub: recognize sparclite-wrs-vxworks.
367
368 * Makefile.in (install-xiberty): added *-xiberty make rules (from
369 p3.) Added clean-xiberty to clean.
370
371 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
372
373 * configure.in: use *-*-* instead of nested cases for host and target
374
375 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
376
377 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
378 from the same source tree and not building a cross-compiler. This
379 matters for the libg++ configuration if reconfiguring a tree that
380 has already been installed.
381
382 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
383
384 * config.sub (i486v/i486v4): Merge in from FSF version.
385
386 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
387
388 * configure: only set PWD if it is already set.
389
390 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
391
392 * configure: just set PWD=`pwd` at the top, since Ultrix sh
393 doesn't have unset and all success paths (and most error paths)
394 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
395 to just ${PWD} to avoid confusion.)
396
397 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
398
399 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
400 even for a native compilation.
401
402 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
403
404 Changes to make the gdb.tar.Z rule work better.
405
406 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
407 (DEVO_SUPPORT): Add configure.texi.
408 (bfd-ilrt.tar.Z): Remove ancient rule.
409
410 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
411
412 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
413 pick up the machine and system specific header files.
414
415 * configure.in, config.sub: added new target m68010-adobe-scout,
416 with alias of adobe68k. Changed configure.in to check for
417 -scout before -sco* to avoid a false match.
418
419 * Makefile.in: added AS_FOR_TARGET, passed down in
420 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
421 the C compiler to use to create programs which are run in the
422 build environment, set it to default to $(CC), and passed it down
423 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
424
425 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
426
427 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
428 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
429 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
430 FOR_TARGET variants, to newlib and libg++.
431
432 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
433
434 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
435 first.
436
437 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
438
439 * config.sub: Accept `elf' as an environment.
440
441 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
442
443 * Makefile.in (all-opcodes): cd into the right directory
444
445 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
446
447 * configure: added -program_transform_name option, used as
448 argument to sed when installing programs.
449 configure.texi: added documentation for -program_prefix,
450 -program_suffix and -program_transform_name.
451
452 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
453
454 * config.sub: Accept i486 where i386 ok.
455
456 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
457
458 * config.sub: accept we32k
459
460 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
461
462 * config.sub, configure.in: accept OSE68000 and OSE68k.
463
464 * Makefile.in: don't create all directories for ``make install'';
465 let the subdirectories create the ones they need.
466
467 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
468
469 * COPYING: new file, GPL v2
470
471 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
472
473 * Makefile.in: use the new gen-info-dir, which needs a template
474 argument (which also lives in texinfo)
475
476 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
477
478 Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
479
480 * config/mh-solaris: removed the -xs from CFLAGS (let the people
481 with Sun's C compiler deal with it themselved)
482
483 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
484
485 * config.sub (ncr3000): Change i386 to i486.
486
487 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
488
489 * Makefile.in: add install-rcs, install-grep to
490 install-no-fixedincludes, removed install-bison and install-libgcc
491
492 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
493
494 * configure.in: grab the HPUX makefile fragment if on HPUX
495
496 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
497
498 * Makefile.in: eradicate bison spoor (ditto libgcc).
499 configure.in: recognise m68{k,000}-ericsson-OSE.
500 es1800 is alias for m68k-ericsson-OSE
501
502 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
503
504 * configure.in: rearrange the parts that remove programs from
505 configdirs, based now on HOST==TARGET or by canonical triple.
506
507 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
508
509 * test-build.mk: recurse explicitly with -f test-build.mk when
510 appropriate. predicate stage3 and comparison on the existence
511 of gcc. That is, if gcc isn't around, we aren't three-staging.
512 On very clean, also remove ...stamp-co. Build in-place before
513 doing other builds.
514
515 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
516
517 * Makefile.in, configure.in: add tgas
518
519 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
520
521 * Makefile.in: a number of changes merged in from progressive.
522
523 * configure.in: add libm.
524
525 * .cvsignore: ignore some stuff that comes from test-build.mk.
526
527 Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
528
529 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
530 a symbol-table into the executable.
531
532 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
533
534 * config.sub: Add es1800 (m68k-ericsson-es1800).
535
536 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
537
538 * configure: Add program_suffix (parallel to program_prefix)
539 * Makefile.in: adjust directory-creting script for losing decstation
540
541 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
542
543 * configure: Minor $subdir-related fixes.
544
545 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
546
547 * configure: fix various problems with propogating
548 makefile_target_frag in subdirs.
549 * configure.in: config libgcc if its there
550
551 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
552
553 * config.sub: HPPA merge.
554
555 Mon Jun 15 12:31:52 1992 Fred Fish (fnf@cygnus.com)
556
557 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
558 it is broken on ncr 3000's.
559
560 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
561
562 * Makefile.in: Replace all-bison with all-byacc in all
563 dependency lines for other tools (which now use byacc).
564
565 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
566
567 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
568
569 Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
570
571 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
572
573 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
574
575 * Makefile.in: make gprof rules similar to byacc rules (instead of
576 vestigal $(unsubdir) that didn't work...)
577
578 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
579
580 * config.sub: Add support for Linux.
581 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
582 (at least for libg++).
583
584 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
585
586 * configure.texi: fix doc for the -nfp option to configure
587
588 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
589
590 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
591
592 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
593
594 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
595 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
596 * configure.in: added solaris* host_makefile_frag hook.
597
598 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
599
600 * config.sub: changed recognition of m68000 so that various
601 m68k types can be specified via m680[01234]0
602
603 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
604
605 * config.sub (basic_machine): fix sed so that '-foo' isn't
606 completely substituted out while .+'-foo' loses the '-foo'
607
608 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
609
610 * config.sub ($os): Add -aout.
611
612 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
613
614 * configure: If host_makefile_frag is absolute, don't
615 prefix ${invsubdir} (relevant to libg++ auto-configure).
616
617 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
618
619 * Makefile.in (tooldir): Define it.
620 (all-ld): Depend on all-flex.
621
622 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
623
624 * Makefile.in (check): Fix libg++ special case.
625
626 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
627
628 * configure: do not bury `pwd` into config.status, thus do fewer
629 pwd's.
630
631 * configure: print the "Building in" message only when building in
632 other than "." AND verbose.
633
634 * configure: remove -s, rework -v to better accomodate guested
635 configures.
636
637 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
638
639 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
640
641 * Makefile.in: macroize flags passed on recursion. remove
642 fileutils.
643
644 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
645
646 * configure: get makesrcdir right for subdirs deeper than 1.
647
648 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
649 install.
650
651 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
652
653 * Makefile.in: don't print subdir_do or recursion lines.
654
655 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
656
657 * standards.texi: added menu item.
658
659 * Makefile.in: build and install standards.info.
660
661 * standards.texi: new file.
662
663 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
664
665 * configure: test for and move config.status pieces from
666 ${subdir}/.
667
668 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
669
670 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
671 CFLAGS per new configuration strategy.
672 * configure: Test for existance of files before trying to mv
673 them, to avoid numerous non-existance messages.
674
675 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
676
677 * configure: correct final line of config.status.
678
679 * configure: patch from eggert. Avoids a protection problem if
680 the original Makefile.in is read only.
681
682 * configure: use move-if-change from gcc to create config.status.
683 Some makefiles depend on config.status to tell if a directory
684 has been reconfigured for a different host. This change
685 prevents those directories from remaking everything in the case
686 where the reconfig was only intended to rebuild a Makefile.
687
688 * configure: test for config.sub with "config.sub sun4" rather
689 than "config.sub ${host_alias}". Otherwise we can't tell a bad
690 host alias from a missing config.sub.
691
692 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
693
694 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
695 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
696
697 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
698
699 * configure: mkdir ${subdir} as needed.
700
701 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
702
703 * Makefile.in,configure.in: added autoconf.
704
705 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
706
707 * Makefile.in: no longer pass against on recursion.
708
709 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
710 definitions are not inherited.
711
712 * configure: correct makesrcdir when subdir is .
713
714 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
715
716 * configure: Add support for 'subdirs' variable, which is
717 like 'configdirs', except that configure doesn't re-invoke
718 itself for subdirs, it just creates a Makefile for each subdir.
719 * configure.texi: Document subdirs.
720
721 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
722
723 * configure.in: added flex to configdirs
724
725 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
726
727 * Makefile.in: remove clean-stamps from clean.
728
729 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
730
731 * configure.in: Add gdbtest to configdirs.
732
733 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
734
735 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
736 to recursive makes.
737 * configure.in: Recognize new ncr3000 config.
738
739 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
740
741 * Makefile.in, configure.in: removed references to gdbm.
742
743 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
744
745 * config.sub: Don't canonicalize os value
746 newsos* to bsd (readline needs to check for newsos).
747 (This fix was earlier made Jan 31, but got re-broken.)
748
749 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
750
751 * configure.in: sco is an os, not a vendor!
752
753 * configure: Quote $( better. Keep various shells happy.
754
755 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
756
757 * Makefile.in: eliminate stamp-files.
758
759 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
760
761 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
762 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
763
764 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
765
766 * config.sub: fix iris/iris3.
767
768 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
769
770 * configure: re-add -rm.
771
772 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
773
774 * Maskefile.in: add .stmp-rcs to all.
775
776 * configure.in: remove gas from rs6000 build, use aix host fragment.
777
778 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
779
780 * configure: pass down site_option during recursion.
781
782 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
783
784 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
785
786 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
787
788 * configure: Change exec_prefix so that it really defaults to prefix.
789
790 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
791
792 * Makefile.in, configure.in: Add support for mmalloc library.
793
794 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
795
796 * Makefile.in: add stmp dependencies for a few more things.
797
798 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
799
800 * configure: adjusted error message on objdir/srcdir configure
801 collision, per john's suggestion.
802
803 * Makefile.in: add libiberty stmp to all and all.cross.
804
805 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
806
807 * Makefile.in: remove force dependencies, add grep to all.
808
809 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
810
811 * Makefile.in: drop flex. make stamp files work.
812
813 * configure: added test for conflicting configuration in srcdir,
814 remove trailing slashes from srcdir. Otherwise emacs gdb mode
815 gets cranky. use relative paths for configure and srcdir
816 whenever possible. Send some error messages to stderr that were
817 going to stdout.
818
819 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
820
821 * Makefile.in: Fix libg++ rule to check for gcc directory
822 before using gcc/gcc. Also pass XTRAFLAGS.
823
824 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
825
826 * Makefile.in: added stmp-files so that directories aren't polled
827 when they are already built.
828
829 * configure.texi: fixed a node pointer problem.
830
831 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
832
833 * config.sub configure.in config/mh-irix4 gdb/configure.in
834 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
835 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
836 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
837
838 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
839
840 * configure: -recurring becomes -silent. corrected help message
841 for -site= option.
842
843 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
844
845 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
846
847 * configure: when building Makefile for crosses, replace
848 tooldir and program_prefix. default srcdir from location of
849 config.sub. remove "for host in hosts" and "for target in
850 targets" loops.
851
852 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
853
854 * Makefile.in: Do not pass bindir or mandir to cvs.
855
856 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
857
858 * Makefile.in, configure.in: removed traces of namesubdir,
859 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
860 copyrights to '92, changed some from Cygnus to FSF.
861
862 * configure.texi: remove most references to multiple hosts,
863 multiple targets, subdirs, etc.
864
865 * configure.man: removed rcsid. reference config.sub not
866 config.subr.
867
868 * Makefile.in: mkdir $(infodir) on install-info.
869
870 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
871
872 * configure.texi: Explain better about .gdbinit and about
873 the environment that configure.in sections run in.
874
875 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
876
877 * configure.in: Ultrix is only a decstation if it's a MIPS.
878
879 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
880
881 * README: DOC.configure => cfg-paper.texi.
882
883 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
884
885 * config.sub (near case $os): Don't convert newsos* to bsd!
886
887 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
888
889 * Makefile.in: Reinstall change from gdb-4.3 that reduces
890 the number of copies of COPYING that go into the GDB tar file.
891
892 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
893
894 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
895 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
896 Fix SCO configuration stuff.
897
898 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
899
900 * Makefile.in: For libg++, make sure the -I pointing
901 to the gcc directory goes *after* all the libg++-local -I flags.
902 Also, move just-gcc dependency from just-libg++ to all-libg++.
903
904 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
905
906 * configure: Change -x to -f to keep Ultrix /bin/test happy.
907
908 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
909
910 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
911
912 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
913
914 * config.sub: Add stratus configuration frags. Also
915 submitted to FSF.
916
917 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
918
919 * Makefile.in (DEV_SUPPORT): add configure.man.
920
921 * config.sub(Decode manufacturer-specific): add -none*.
922
923 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
924
925 * Makefile.in: remove form feeds to make Sun's make happy.
926 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
927
928 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
929
930 * Makefile.in (AR_FLAGS): Make quieter.
931
932 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
933
934 * configure.in: Add libg++.
935 * configure: When verbose, don't output the command line at each
936 level; it will be unremarkably the same as the previous version,
937 which will be the same as what the user typed.
938
939 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
940
941 * configure.in, Makefile.in: fix clean-info, add flex. add
942 fileutils.
943
944 * configure: be less sensitive to spaces in Makefile.in. Do not
945 look for sources in "..". Doing so breaks subdirectories that
946 might have their own configure. If a subdir has it's own
947 configure script, use it.
948
949 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
950
951 * cfg-paper.texi: some changes suggested by rms.
952
953 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
954
955 * config.sub: Merge in some small additions from the FSF version,
956 taken from the gcc distribution, to bring the Cygnus and FSF
957 versions into closer sync.
958
959 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
960
961 * configure.in: Changed svr4 references to sysv4.
962
963 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
964
965 * configure: added -V for version number option.
966
967 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
968
969 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
970 renamed from DOC.configure to cfg-paper.texi.
971
972 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
973
974 * configure, config.subr, config.sub: config.subr is now
975 config.sub again.
976
977 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
978
979 * configure.texi: new file, in progress.
980
981 * Makefile.in: build info file and install the man page for
982 configure.
983
984 * configure.man: new file, first cut.
985
986 * configure: find config.subr again now that configuration "none"
987 has gone. removed all traces of the -ansi option. removed all
988 traces of the -languages option.
989
990 * config.subr: resync from rms.
991
992 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
993
994 * configure, config.sub, config.subr: merge config.sub into
995 config.subr, call the result config.subr, remove config.sub, use
996 config.subr.
997
998 * Makefile.in: revised install for dir.info.
999
1000 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1001
1002 * configure.in: add decstation host makefile frag.
1003
1004 * Makefile.in: BISON now bison -y again. also install-gcc on
1005 install. clean-gdbm on clean. infodir belongs in datadir.
1006 Make directories for info install. Build dir.info here then
1007 install it.
1008
1009 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1010
1011 * Makefile.in: fix for bad directory tests.
1012
1013 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1014
1015 * configure: \{1,2\} appears to be a sysv'ism. Use a different
1016 regexp. -srcdir relative was being handled incorrectly.
1017
1018 * Makefile.in: unwrapped some for loops so that parallel makes
1019 work again and so one can focus one's attention on a particular
1020 package.
1021
1022 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1023
1024 * configure: added PWD as a stand in for `pwd` (for speed). use
1025 elif wherever possible. make -srcdir work without -objdir.
1026 -objdir= commented out.
1027
1028 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1029
1030 * configure: +options become --options. -subdirs commented out.
1031 added -host, -datadir. Renamed -destdir to -prefix. Comment in
1032 Makefile now at top of generated Makefile. Removed cvs log
1033 entries. added -srcdir. create .gdbinit only if there is one
1034 in ${srcdir}.
1035
1036 * Makefile.in: idestdir and ddestdir go away. Added copyrights
1037 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
1038 and mandir now keyed off datadir by default.
1039
1040 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
1041
1042 * Freshly created ChangeLog.
1043
This page took 0.067575 seconds and 5 git commands to generate.