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