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