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