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