]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
added tcl, tk, and expect
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
ffce44a0
DZ
1Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
2
3 * Makefile.in: added rules to handle tcl, tk, and expect
4
5 * configure.in: handle those directories if they exist
6
378fd382
DZ
7Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8
9 * config.sub: removed bogus hppabsd and hppahpux names, since
10 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11
12Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13
14 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15 depends upon all-xiberty
16
17 * Makefile.in: changes from p3, including:
18
19 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20
21 * Makefile.in (XTRAFLAGS): include newlib directories if
22 newlib/Makefile exists, rather than if host != target.
23
24 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
25
26 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
27 from the same source tree and not building a cross-compiler. This
28 matters for the libg++ configuration if reconfiguring a tree that
29 has already been installed.
30
31 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
32
33 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
34 pick up the machine and system specific header files.
35
36 * Makefile.in: added AS_FOR_TARGET, passed down in
37 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
38 the C compiler to use to create programs which are run in the
39 build environment, set it to default to $(CC), and passed it down
40 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
41
42 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
43
44 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
45 We need them for unusual native builds, like systems without
46 ranlib.
47
48 * configure: also define $(host_canonical) and
49 $(target_canonical), which are the full, canonical names for the
50 given host and target
51
df93a6c1
MW
52Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
53
54 * Makefile.in: Added separate definitions for C++.
55
7a8d10ce
FF
56Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
57
58 * configure.in (configdirs): Add deja-gnu.
59
60Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
61
62 * README: Update for configure.texi and gdb-4.7 release.
63
64Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
65
66 * Makefile.in: Move "all" target to top of file.
67 Previously, first target was ".PHONY" which caused BSD4.4 make
68 to build .PHONY when make was run without arguments.
69
70Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
71
72 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
73 Library-copylefted code in libiberty.
74
ee3b893b
JG
75Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
76
77 * config.sub: Replace m68kmote with plain old m68k.
78
5a63b336
JG
79Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
80
81 * Makefile.in: Remove space from blank line, avoid Make complaints.
82
23ab00aa
KR
83Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
84
85 * config.sub: Complain if no argument is given. Added support for
86 386bsd as OS and target alias.
87
9d401625
ILT
88Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
89
90 * Makefile.in (XTRAFLAGS): include newlib directories if
91 newlib/Makefile exists, rather than if host != target.
92
fb90daeb
ME
93Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
94
95 * config.sub: recognize sparclite-wrs-vxworks.
96
97 * Makefile.in (install-xiberty): added *-xiberty make rules (from
98 p3.) Added clean-xiberty to clean.
99
100Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
101
102 * configure.in: use *-*-* instead of nested cases for host and target
103
ab96cdfc
ILT
104Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
105
106 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
107 from the same source tree and not building a cross-compiler. This
108 matters for the libg++ configuration if reconfiguring a tree that
109 has already been installed.
110
111Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
112
113 * config.sub (i486v/i486v4): Merge in from FSF version.
114
2ec3d07c
ME
115Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
116
117 * configure: only set PWD if it is already set.
118
fc11b71a
ME
119Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
120
121 * configure: just set PWD=`pwd` at the top, since Ultrix sh
122 doesn't have unset and all success paths (and most error paths)
123 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
124 to just ${PWD} to avoid confusion.)
125
c5108322
ILT
126Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
127
128 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
129 even for a native compilation.
130
4a63dfde
JG
131Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
132
133 Changes to make the gdb.tar.Z rule work better.
134
135 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
136 (DEVO_SUPPORT): Add configure.texi.
137 (bfd-ilrt.tar.Z): Remove ancient rule.
138
440868a0
ILT
139Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
140
0012a471
ILT
141 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
142 pick up the machine and system specific header files.
143
f68be6f0
ILT
144 * configure.in, config.sub: added new target m68010-adobe-scout,
145 with alias of adobe68k. Changed configure.in to check for
146 -scout before -sco* to avoid a false match.
147
440868a0
ILT
148 * Makefile.in: added AS_FOR_TARGET, passed down in
149 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
150 the C compiler to use to create programs which are run in the
151 build environment, set it to default to $(CC), and passed it down
152 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
153
51489233
ILT
154Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
155
156 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
157 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
158 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
159 FOR_TARGET variants, to newlib and libg++.
160
a904db53
KR
161Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
162
163 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
164 first.
165
166Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
167
168 * config.sub: Accept `elf' as an environment.
169
319a021e
SC
170Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
171
a904db53 172 * Makefile.in (all-opcodes): cd into the right directory
319a021e 173
d257b46f
ILT
174Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
175
176 * configure: added -program_transform_name option, used as
177 argument to sed when installing programs.
178 configure.texi: added documentation for -program_prefix,
179 -program_suffix and -program_transform_name.
180
6e122179
JG
181Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
182
183 * config.sub: Accept i486 where i386 ok.
184
de0f17d8
BK
185Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
186
187 * config.sub: accept we32k
188
56dcef3c
ILT
189Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
190
de0f17d8
BK
191 * config.sub, configure.in: accept OSE68000 and OSE68k.
192
56dcef3c
ILT
193 * Makefile.in: don't create all directories for ``make install'';
194 let the subdirectories create the ones they need.
195
196Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
197
198 * COPYING: new file, GPL v2
199
01b8752d
DZ
200Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
201
202 * Makefile.in: use the new gen-info-dir, which needs a template
203 argument (which also lives in texinfo)
204
205 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
206
dfa891fc
DZ
207Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
208
209 * config/mh-solaris: removed the -xs from CFLAGS (let the people
210 with Sun's C compiler deal with it themselved)
211
26fe0d7d
FF
212Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
213
214 * config.sub (ncr3000): Change i386 to i486.
215
dfa891fc
DZ
216Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
217
218 * Makefile.in: add install-rcs, install-grep to
219 install-no-fixedincludes, removed install-bison and install-libgcc
220
26fe0d7d
FF
221Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
222
223 * configure.in: grab the HPUX makefile fragment if on HPUX
224
225Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
226
227 * Makefile.in: eradicate bison spoor (ditto libgcc).
228 configure.in: recognise m68{k,000}-ericsson-OSE.
229 es1800 is alias for m68k-ericsson-OSE
230
231Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
232
233 * configure.in: rearrange the parts that remove programs from
234 configdirs, based now on HOST==TARGET or by canonical triple.
235
846b9d7b
RP
236Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
237
238 * test-build.mk: recurse explicitly with -f test-build.mk when
dae8a4cf
RP
239 appropriate. predicate stage3 and comparison on the existence
240 of gcc. That is, if gcc isn't around, we aren't three-staging.
b4edd969
RP
241 On very clean, also remove ...stamp-co. Build in-place before
242 doing other builds.
846b9d7b 243
3ad0ef37
SC
244Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
245
246 * Makefile.in, configure.in: add tgas
247
67b36a23
RP
248Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
249
06a07944
RP
250 * Makefile.in: a number of changes merged in from progressive.
251
2d115749
RP
252 * configure.in: add libm.
253
67b36a23
RP
254 * .cvsignore: ignore some stuff that comes from test-build.mk.
255
179798e1
SG
256Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
257
258 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
259 a symbol-table into the executable.
260
a4168049
FF
261Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
262
263 * config.sub: Add es1800 (m68k-ericsson-es1800).
264
1775539e
RP
265Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
266
267 * configure: Add program_suffix (parallel to program_prefix)
268 * Makefile.in: adjust directory-creting script for losing decstation
269 * .Sanitize: don't nuke byacc!
270
a4168049
FF
271Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
272
273 * configure: Minor $subdir-related fixes.
274
4347369f
SC
275Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
276
277 * configure: fix various problems with propogating
278 makefile_target_frag in subdirs.
279 * configure.in: config libgcc if its there
280
7d87ec82
SG
281Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
282
283 * config.sub: HPPA merge.
284
65f14e33
FF
285Mon Jun 15 12:31:52 1992 Fred Fish (fnf@cygnus.com)
286
287 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
288 it is broken on ncr 3000's.
289
290Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
291
292 * Makefile.in: Replace all-bison with all-byacc in all
293 dependency lines for other tools (which now use byacc).
294
18eb7bad
JG
295Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
296
297 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
298
299Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
300
301 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
302
303Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
304
305 * Makefile.in: make gprof rules similar to byacc rules (instead of
306 vestigal $(unsubdir) that didn't work...)
307
f0e9ba1e
PB
308Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
309
310 * config.sub: Add support for Linux.
311 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
312 (at least for libg++).
313
72754842
DZ
314Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
315
316 * configure.texi: fix doc for the -nfp option to configure
317
2198e4ba
MT
318Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
319
320 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
321
322Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
323
324 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
325 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
326 * configure.in: added solaris* host_makefile_frag hook.
327
a5992d11
DZ
328Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
329
330 * config.sub: changed recognition of m68000 so that various
331 m68k types can be specified via m680[01234]0
332
07f1d175
DZ
333Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
334
335 * config.sub (basic_machine): fix sed so that '-foo' isn't
336 completely substituted out while .+'-foo' loses the '-foo'
337
49df2308
MT
338Thu May 28 19:48:35 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
339
340 * .Sanitize: Add flex to the list of keepers. flex is needed to
341 build GNU ld.
342
ad1f7512
MT
343Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
344
345 * config.sub ($os): Add -aout.
346
347Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
348
349 * configure: If host_makefile_frag is absolute, don't
350 prefix ${invsubdir} (relevant to libg++ auto-configure).
351
11ad114b
MT
352Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
353
354 * Makefile.in (tooldir): Define it.
355 (all-ld): Depend on all-flex.
356
357Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
358
359 * Makefile.in (check): Fix libg++ special case.
360
a60ff512
RP
361Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
362
9dba22c6
RP
363 * configure: do not bury `pwd` into config.status, thus do fewer
364 pwd's.
365
3b6f914f
RP
366 * configure: print the "Building in" message only when building in
367 other than "." AND verbose.
368
a98e98d3
RP
369 * configure: remove -s, rework -v to better accomodate guested
370 configures.
371
a60ff512
RP
372 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
373
374Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
375
376 * Makefile.in: macroize flags passed on recursion. remove
377 fileutils.
378
5bdf762b
RP
379Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
380
a60ff512
RP
381 * configure: get makesrcdir right for subdirs deeper than 1.
382
5bdf762b
RP
383 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
384 install.
385
1dbe4d41
RP
386Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
387
388 * Makefile.in: don't print subdir_do or recursion lines.
389
5bdf762b
RP
390Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
391
392 * standards.texi: added menu item.
393
394 * Makefile.in: build and install standards.info.
395
396 * standards.texi: new file.
397
92b9ed40
RP
398Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
399
400 * configure: test for and move config.status pieces from
401 ${subdir}/.
402
58760cda
FF
403Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
404
405 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
406 CFLAGS per new configuration strategy.
407 * configure: Test for existance of files before trying to mv
408 them, to avoid numerous non-existance messages.
409
94c7ae21
RP
410Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
411
53988f33
RP
412 * configure: correct final line of config.status.
413
86112802
RP
414 * configure: patch from eggert. Avoids a protection problem if
415 the original Makefile.in is read only.
416
196377ee
RP
417 * configure: use move-if-change from gcc to create config.status.
418 Some makefiles depend on config.status to tell if a directory
419 has been reconfigured for a different host. This change
420 prevents those directories from remaking everything in the case
421 where the reconfig was only intended to rebuild a Makefile.
422
94c7ae21
RP
423 * configure: test for config.sub with "config.sub sun4" rather
424 than "config.sub ${host_alias}". Otherwise we can't tell a bad
425 host alias from a missing config.sub.
426
9546e9b4
RP
427Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
428
429 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
430 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
431
432Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
433
434 * configure: mkdir ${subdir} as needed.
435
618f57a9
RP
436Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
437
438 * Makefile.in,configure.in: added autoconf.
439
ee1dc1b7
RP
440Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
441
9546e9b4
RP
442 * Makefile.in: no longer pass against on recursion.
443
e1ca0072
RP
444 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
445 definitions are not inherited.
446
ee1dc1b7
RP
447 * configure: correct makesrcdir when subdir is .
448
8becd045
PB
449Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
450
451 * configure: Add support for 'subdirs' variable, which is
452 like 'configdirs', except that configure doesn't re-invoke
453 itself for subdirs, it just creates a Makefile for each subdir.
454 * configure.texi: Document subdirs.
455
6adac399
DZ
456Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
457
458 * configure.in: added flex to configdirs
459
64d424c6
RP
460Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
461
462 * Makefile.in: remove clean-stamps from clean.
463
347e3a00
JG
464Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
465
466 * configure.in: Add gdbtest to configdirs.
467
c4fb14b7
FF
468Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
469
470 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
471 to recursive makes.
472 * configure.in: Recognize new ncr3000 config.
473
474Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
475
476 * Makefile.in, configure.in: removed references to gdbm.
477
6910a5ac
PB
478Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
479
480 * config.sub: Don't canonicalize os value
481 newsos* to bsd (readline needs to check for newsos).
482 (This fix was earlier made Jan 31, but got re-broken.)
483
dd7368a7
SG
484Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
485
27c28d61
SG
486 * configure.in: sco is an os, not a vendor!
487
dd7368a7
SG
488 * configure: Quote $( better. Keep various shells happy.
489
490Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
491
492 * Makefile.in: eliminate stamp-files.
493
079b2abe
RP
494Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
495
496 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
497 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
498
499Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
500
501 * config.sub: fix iris/iris3.
502
88578a2a
RP
503Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
504
505 * configure: re-add -rm.
506
b4e2a59b
RP
507Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
508
e855b0f8
RP
509 * Maskefile.in: add .stmp-rcs to all.
510
b4e2a59b
RP
511 * configure.in: remove gas from rs6000 build, use aix host fragment.
512
0e693d0b
RP
513Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
514
515 * configure: pass down site_option during recursion.
516
66cfe047
SG
517Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
518
52963fb7 519 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
66cfe047
SG
520
521Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
522
523 * configure: Change exec_prefix so that it really defaults to prefix.
524
bb24c7e6
FF
525Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
526
527 * Makefile.in, configure.in: Add support for mmalloc library.
528
b7dd30ab
RP
529Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
530
531 * Makefile.in: add stmp dependencies for a few more things.
532
1cb49e87
RP
533Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
534
b7dd30ab
RP
535 * configure: adjusted error message on objdir/srcdir configure
536 collision, per john's suggestion.
537
1cb49e87
RP
538 * Makefile.in: add libiberty stmp to all and all.cross.
539
02a7ba9a
RP
540Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
541
542 * Makefile.in: remove force dependencies, add grep to all.
543
c1e4672c
RP
544Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
545
9d98d2ac
RP
546 * Makefile.in: drop flex. make stamp files work.
547
8fd24008
RP
548 * configure: added test for conflicting configuration in srcdir,
549 remove trailing slashes from srcdir. Otherwise emacs gdb mode
550 gets cranky. use relative paths for configure and srcdir
551 whenever possible. Send some error messages to stderr that were
552 going to stdout.
c1e4672c
RP
553
554Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
555
556 * Makefile.in: Fix libg++ rule to check for gcc directory
557 before using gcc/gcc. Also pass XTRAFLAGS.
558
559Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
560
561 * Makefile.in: added stmp-files so that directories aren't polled
562 when they are already built.
563
564 * configure.texi: fixed a node pointer problem.
565
566Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
567
568 * config.sub configure.in config/.Sanitize config/mh-irix4
569 gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
570 gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
571 gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
572 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
573
574Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
575
576 * configure: -recurring becomes -silent. corrected help message
577 for -site= option.
578
579 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
580
581Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
582
583 * configure: when building Makefile for crosses, replace
584 tooldir and program_prefix. default srcdir from location of
585 config.sub. remove "for host in hosts" and "for target in
586 targets" loops.
587
588Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
589
590 * Makefile.in: Do not pass bindir or mandir to cvs.
591
592Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
593
594 * Makefile.in, configure.in: removed traces of namesubdir,
595 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
596 copyrights to '92, changed some from Cygnus to FSF.
597
598 * configure.texi: remove most references to multiple hosts,
599 multiple targets, subdirs, etc.
600
601 * configure.man: removed rcsid. reference config.sub not
602 config.subr.
b74fd080
RP
603
604 * Makefile.in: mkdir $(infodir) on install-info.
605
606Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
607
608 * configure.texi: Explain better about .gdbinit and about
609 the environment that configure.in sections run in.
610
611Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
612
613 * configure.in: Ultrix is only a decstation if it's a MIPS.
614
615Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
616
617 * README: DOC.configure => cfg-paper.texi.
618
b0606560
SG
619Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
620
621 * config.sub (near case $os): Don't convert newsos* to bsd!
622
623Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
624
625 * Makefile.in: Reinstall change from gdb-4.3 that reduces
626 the number of copies of COPYING that go into the GDB tar file.
627
92732c27
SG
628Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
629
630 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
631 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
632 Fix SCO configuration stuff.
633
4cc027e1
PB
634Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
635
636 * Makefile.in: For libg++, make sure the -I pointing
637 to the gcc directory goes *after* all the libg++-local -I flags.
638 Also, move just-gcc dependency from just-libg++ to all-libg++.
639
640Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
641
642 * configure: Change -x to -f to keep Ultrix /bin/test happy.
643
644Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
645
646 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
647
aa2e8c1c
FF
648Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
649
650 * config.sub: Add stratus configuration frags. Also
651 submitted to FSF.
652
c1e296fc
SG
653Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
654
1a7cac26
SG
655 * Makefile.in (DEV_SUPPORT): add configure.man.
656
c1e296fc
SG
657 * config.sub(Decode manufacturer-specific): add -none*.
658
23e3e7f9
SG
659Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
660
661 * Makefile.in: remove form feeds to make Sun's make happy.
662 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
663
664Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
665
666 * Makefile.in (AR_FLAGS): Make quieter.
667
668Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
669
670 * configure.in: Add libg++.
671 * configure: When verbose, don't output the command line at each
672 level; it will be unremarkably the same as the previous version,
673 which will be the same as what the user typed.
674
e488e581
RP
675Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
676
079399f6
RP
677 * configure.in, Makefile.in: fix clean-info, add flex. add
678 fileutils.
25113b46 679
079399f6
RP
680 * configure: be less sensitive to spaces in Makefile.in. Do not
681 look for sources in "..". Doing so breaks subdirectories that
682 might have their own configure. If a subdir has it's own
683 configure script, use it.
e488e581 684
62ddb92b
RP
685Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
686
687 * cfg-paper.texi: some changes suggested by rms.
688
7dac6086
FF
689Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
690
691 * config.sub: Merge in some small additions from the FSF version,
692 taken from the gcc distribution, to bring the Cygnus and FSF
693 versions into closer sync.
694
5f32984e
FF
695Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
696
697 * configure.in: Changed svr4 references to sysv4.
698
0c72405d
RP
699Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
700
701 * configure: added -V for version number option.
702
7d283cc1
RP
703Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
704
705 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
706 renamed from DOC.configure to cfg-paper.texi.
707
708Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
709
710 * configure, config.subr, config.sub: config.subr is now
711 config.sub again.
712
f6031817
RP
713Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
714
7d283cc1
RP
715 * configure.texi: new file, in progress.
716
717 * Makefile.in: build info file and install the man page for
718 configure.
719
720 * configure.man: new file, first cut.
721
7da1d334 722 * configure: find config.subr again now that configuration "none"
7d283cc1
RP
723 has gone. removed all traces of the -ansi option. removed all
724 traces of the -languages option.
7da1d334 725
f6031817
RP
726 * config.subr: resync from rms.
727
9a9e8e7f
RP
728Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
729
475576ae
RP
730 * configure, config.sub, config.subr: merge config.sub into
731 config.subr, call the result config.subr, remove config.sub, use
732 config.subr.
733
9a9e8e7f
RP
734 * Makefile.in: revised install for dir.info.
735
e9712bee
RP
736Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
737
806fd9fc
RP
738 * configure.in: add decstation host makefile frag.
739
bb07ee3e 740 * Makefile.in: BISON now bison -y again. also install-gcc on
c466cfab 741 install. clean-gdbm on clean. infodir belongs in datadir.
9a9e8e7f
RP
742 Make directories for info install. Build dir.info here then
743 install it.
e9712bee 744
b26ff9d8
RP
745Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
746
747 * Makefile.in: fix for bad directory tests.
748
098676c9
RP
749Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
750
0e0643c7 751 * configure: \{1,2\} appears to be a sysv'ism. Use a different
b26ff9d8 752 regexp. -srcdir relative was being handled incorrectly.
0e0643c7 753
098676c9
RP
754 * Makefile.in: unwrapped some for loops so that parallel makes
755 work again and so one can focus one's attention on a particular
756 package.
757
758Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
759
760 * configure: added PWD as a stand in for `pwd` (for speed). use
761 elif wherever possible. make -srcdir work without -objdir.
762 -objdir= commented out.
763
764Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
765
766 * configure: +options become --options. -subdirs commented out.
767 added -host, -datadir. Renamed -destdir to -prefix. Comment in
768 Makefile now at top of generated Makefile. Removed cvs log
769 entries. added -srcdir. create .gdbinit only if there is one
770 in ${srcdir}.
771
772 * Makefile.in: idestdir and ddestdir go away. Added copyrights
773 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
774 and mandir now keyed off datadir by default.
775
776Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
777
778 * Freshly created ChangeLog.
779