Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
[deliverable/binutils-gdb.git] / ChangeLog
1 Mon 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
5 Thu 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
9 Thu 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
14 Thu 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
19 Wed 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
24 Tue 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
33 Mon 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
38 Sun 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
45 Fri 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
54 Mon 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
58 Thu 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
63 * Makefile.in: all, clean, and install rules for the new programs
64 added to configure.in
65
66 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
67
68 * configure.in: use mh-sun for all *-sun-* hosts
69
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
78 Fri 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
83 * build-all.mk: added a 'native' target, to 3stage the native toolchain
84
85 * config/{mh-hpux,mh-solaris}: define the "standard" locations for
86 the vendor supplied X11 headers and libraries
87
88 Sun 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
92 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
93
94 * README: Update references to files moved into etc/.
95
96 Sun 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
101 Thu 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
106 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
107
108 * config.sub: added -sco3.2v4 support from FSF.
109
110 Sun 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
116 Sat 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
121 Sat 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
125 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
126
127 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
128 add 'sparc' to list of recognized cpus. This needed to make
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.
132
133 * configure.in: remove most references to gdbtest, regularize
134 target based program removal
135
136 * test-build.mk: import from p3 tree (many fixes and changes)
137
138 Fri 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
144 Thu 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
149 Thu 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
189 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
190
191 * Makefile.in: Added separate definitions for C++.
192
193 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
194
195 * configure.in (configdirs): Add deja-gnu.
196
197 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
198
199 * README: Update for configure.texi and gdb-4.7 release.
200
201 Wed 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
207 Mon 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
212 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
213
214 * config.sub: Replace m68kmote with plain old m68k.
215
216 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
217
218 * Makefile.in: Remove space from blank line, avoid Make complaints.
219
220 Thu 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
225 Thu 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
230 Mon 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
237 Thu 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
241 Tue 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
248 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
249
250 * config.sub (i486v/i486v4): Merge in from FSF version.
251
252 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
253
254 * configure: only set PWD if it is already set.
255
256 Thu 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
263 Tue 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
268 Tue 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
276 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
277
278 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
279 pick up the machine and system specific header files.
280
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
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
291 Wed 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
298 Tue 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
303 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
304
305 * config.sub: Accept `elf' as an environment.
306
307 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
308
309 * Makefile.in (all-opcodes): cd into the right directory
310
311 Sun 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
318 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
319
320 * config.sub: Accept i486 where i386 ok.
321
322 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
323
324 * config.sub: accept we32k
325
326 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
327
328 * config.sub, configure.in: accept OSE68000 and OSE68k.
329
330 * Makefile.in: don't create all directories for ``make install'';
331 let the subdirectories create the ones they need.
332
333 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
334
335 * COPYING: new file, GPL v2
336
337 Tue 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
344 Mon 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
349 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
350
351 * config.sub (ncr3000): Change i386 to i486.
352
353 Thu 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
358 Tue 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
362 Mon 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
368 Sun 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
373 Fri 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
376 appropriate. predicate stage3 and comparison on the existence
377 of gcc. That is, if gcc isn't around, we aren't three-staging.
378 On very clean, also remove ...stamp-co. Build in-place before
379 doing other builds.
380
381 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
382
383 * Makefile.in, configure.in: add tgas
384
385 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
386
387 * Makefile.in: a number of changes merged in from progressive.
388
389 * configure.in: add libm.
390
391 * .cvsignore: ignore some stuff that comes from test-build.mk.
392
393 Wed 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
398 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
399
400 * config.sub: Add es1800 (m68k-ericsson-es1800).
401
402 Tue 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
408 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
409
410 * configure: Minor $subdir-related fixes.
411
412 Mon 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
418 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
419
420 * config.sub: HPPA merge.
421
422 Mon 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
427 Sun 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
432 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
433
434 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
435
436 Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
437
438 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
439
440 Thu 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
445 Thu 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
451 Tue 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
455 Tue 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
459 Sun 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
465 Sun 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
470 Sat 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
475 Thu 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
480 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
481
482 * config.sub ($os): Add -aout.
483
484 Fri 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
489 Thu 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
494 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
495
496 * Makefile.in (check): Fix libg++ special case.
497
498 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
499
500 * configure: do not bury `pwd` into config.status, thus do fewer
501 pwd's.
502
503 * configure: print the "Building in" message only when building in
504 other than "." AND verbose.
505
506 * configure: remove -s, rework -v to better accomodate guested
507 configures.
508
509 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
510
511 Fri 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
516 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
517
518 * configure: get makesrcdir right for subdirs deeper than 1.
519
520 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
521 install.
522
523 Fri 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
527 Fri 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
535 Wed 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
540 Wed 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
547 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
548
549 * configure: correct final line of config.status.
550
551 * configure: patch from eggert. Avoids a protection problem if
552 the original Makefile.in is read only.
553
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
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
564 Mon 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
569 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
570
571 * configure: mkdir ${subdir} as needed.
572
573 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
574
575 * Makefile.in,configure.in: added autoconf.
576
577 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
578
579 * Makefile.in: no longer pass against on recursion.
580
581 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
582 definitions are not inherited.
583
584 * configure: correct makesrcdir when subdir is .
585
586 Tue 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
593 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
594
595 * configure.in: added flex to configdirs
596
597 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
598
599 * Makefile.in: remove clean-stamps from clean.
600
601 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
602
603 * configure.in: Add gdbtest to configdirs.
604
605 Fri 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
611 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
612
613 * Makefile.in, configure.in: removed references to gdbm.
614
615 Tue 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
621 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
622
623 * configure.in: sco is an os, not a vendor!
624
625 * configure: Quote $( better. Keep various shells happy.
626
627 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
628
629 * Makefile.in: eliminate stamp-files.
630
631 Mon 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
636 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
637
638 * config.sub: fix iris/iris3.
639
640 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
641
642 * configure: re-add -rm.
643
644 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
645
646 * Maskefile.in: add .stmp-rcs to all.
647
648 * configure.in: remove gas from rs6000 build, use aix host fragment.
649
650 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
651
652 * configure: pass down site_option during recursion.
653
654 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
655
656 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
657
658 Wed 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
662 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
663
664 * Makefile.in, configure.in: Add support for mmalloc library.
665
666 Fri 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
670 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
671
672 * configure: adjusted error message on objdir/srcdir configure
673 collision, per john's suggestion.
674
675 * Makefile.in: add libiberty stmp to all and all.cross.
676
677 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
678
679 * Makefile.in: remove force dependencies, add grep to all.
680
681 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
682
683 * Makefile.in: drop flex. make stamp files work.
684
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.
690
691 Tue 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
696 Thu 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
703 Thu 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
711 Wed 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
718 Tue 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
725 Wed 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
729 Wed 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.
740
741 * Makefile.in: mkdir $(infodir) on install-info.
742
743 Wed 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
748 Fri 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
752 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
753
754 * README: DOC.configure => cfg-paper.texi.
755
756 Fri 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
760 Fri 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
765 Thu 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
771 Tue 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
777 Tue 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
781 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
782
783 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
784
785 Sat 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
790 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
791
792 * Makefile.in (DEV_SUPPORT): add configure.man.
793
794 * config.sub(Decode manufacturer-specific): add -none*.
795
796 Fri 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
801 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
802
803 * Makefile.in (AR_FLAGS): Make quieter.
804
805 Thu 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
812 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
813
814 * configure.in, Makefile.in: fix clean-info, add flex. add
815 fileutils.
816
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.
821
822 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
823
824 * cfg-paper.texi: some changes suggested by rms.
825
826 Thu 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
832 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
833
834 * configure.in: Changed svr4 references to sysv4.
835
836 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
837
838 * configure: added -V for version number option.
839
840 Wed 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
845 Mon 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
850 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
851
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
859 * configure: find config.subr again now that configuration "none"
860 has gone. removed all traces of the -ansi option. removed all
861 traces of the -languages option.
862
863 * config.subr: resync from rms.
864
865 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
866
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
871 * Makefile.in: revised install for dir.info.
872
873 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
874
875 * configure.in: add decstation host makefile frag.
876
877 * Makefile.in: BISON now bison -y again. also install-gcc on
878 install. clean-gdbm on clean. infodir belongs in datadir.
879 Make directories for info install. Build dir.info here then
880 install it.
881
882 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
883
884 * Makefile.in: fix for bad directory tests.
885
886 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
887
888 * configure: \{1,2\} appears to be a sysv'ism. Use a different
889 regexp. -srcdir relative was being handled incorrectly.
890
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
895 Fri 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
901 Thu 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
913 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
914
915 * Freshly created ChangeLog.
916
This page took 0.051465 seconds and 4 git commands to generate.