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