3 * config.sub (ncr3000): Change i386 to i486.
7 * configure.in: grab the HPUX makefile fragment if on HPUX
11 * Makefile.in: eradicate bison spoor (ditto libgcc).
12 configure.in: recognise m68{k,000}-ericsson-OSE.
13 es1800 is alias for m68k-ericsson-OSE
15 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17 * configure.in: rearrange the parts that remove programs from
18 configdirs, based now on HOST==TARGET or by canonical triple.
22 * test-build.mk: recurse explicitly with -f test-build.mk when
23 appropriate. predicate stage3 and comparison on the existence
24 of gcc. That is, if gcc isn't around, we aren't three-staging.
25 On very clean, also remove ...stamp-co. Build in-place before
30 * Makefile.in, configure.in: add tgas
34 * Makefile.in: a number of changes merged in from progressive.
36 * configure.in: add libm.
38 * .cvsignore: ignore some stuff that comes from test-build.mk.
40 Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
42 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
43 a symbol-table into the executable.
47 * config.sub: Add es1800 (m68k-ericsson-es1800).
51 * configure: Add program_suffix (parallel to program_prefix)
52 * Makefile.in: adjust directory-creting script for losing decstation
53 * .Sanitize: don't nuke byacc!
57 * configure: Minor $subdir-related fixes.
61 * configure: fix various problems with propogating
62 makefile_target_frag in subdirs.
63 * configure.in: config libgcc if its there
65 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
67 * config.sub: HPPA merge.
71 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
72 it is broken on ncr 3000's.
74 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
76 * Makefile.in: Replace all-bison with all-byacc in all
77 dependency lines for other tools (which now use byacc).
79 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
81 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
83 Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
85 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
89 * Makefile.in: make gprof rules similar to byacc rules (instead of
90 vestigal $(unsubdir) that didn't work...)
94 * config.sub: Add support for Linux.
95 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
96 (at least for libg++).
100 * configure.texi: fix doc for the -nfp option to configure
104 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
106 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
108 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
109 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
110 * configure.in: added solaris* host_makefile_frag hook.
112 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
114 * config.sub: changed recognition of m68000 so that various
115 m68k types can be specified via m680[01234]0
117 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
119 * config.sub (basic_machine): fix sed so that '-foo' isn't
120 completely substituted out while .+'-foo' loses the '-foo'
124 * .Sanitize: Add flex to the list of keepers. flex is needed to
129 * config.sub ($os): Add -aout.
133 * configure: If host_makefile_frag is absolute, don't
134 prefix ${invsubdir} (relevant to libg++ auto-configure).
138 * Makefile.in (tooldir): Define it.
139 (all-ld): Depend on all-flex.
143 * Makefile.in (check): Fix libg++ special case.
147 * configure: do not bury `pwd` into config.status, thus do fewer
150 * configure: print the "Building in" message only when building in
151 other than "." AND verbose.
153 * configure: remove -s, rework -v to better accomodate guested
156 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
160 * Makefile.in: macroize flags passed on recursion. remove
165 * configure: get makesrcdir right for subdirs deeper than 1.
167 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
172 * Makefile.in: don't print subdir_do or recursion lines.
176 * standards.texi: added menu item.
178 * Makefile.in: build and install standards.info.
180 * standards.texi: new file.
184 * configure: test for and move config.status pieces from
189 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
190 CFLAGS per new configuration strategy.
191 * configure: Test for existance of files before trying to mv
192 them, to avoid numerous non-existance messages.
196 * configure: correct final line of config.status.
198 * configure: patch from eggert. Avoids a protection problem if
199 the original Makefile.in is read only.
201 * configure: use move-if-change from gcc to create config.status.
202 Some makefiles depend on config.status to tell if a directory
203 has been reconfigured for a different host. This change
204 prevents those directories from remaking everything in the case
205 where the reconfig was only intended to rebuild a Makefile.
207 * configure: test for config.sub with "config.sub sun4" rather
208 than "config.sub ${host_alias}". Otherwise we can't tell a bad
209 host alias from a missing config.sub.
213 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
214 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
218 * configure: mkdir ${subdir} as needed.
222 * Makefile.in,configure.in: added autoconf.
226 * Makefile.in: no longer pass against on recursion.
228 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
229 definitions are not inherited.
231 * configure: correct makesrcdir when subdir is .
235 * configure: Add support for 'subdirs' variable, which is
236 like 'configdirs', except that configure doesn't re-invoke
237 itself for subdirs, it just creates a Makefile for each subdir.
238 * configure.texi: Document subdirs.
240 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
242 * configure.in: added flex to configdirs
246 * Makefile.in: remove clean-stamps from clean.
248 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
250 * configure.in: Add gdbtest to configdirs.
254 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
256 * configure.in: Recognize new ncr3000 config.
260 * Makefile.in, configure.in: removed references to gdbm.
264 * config.sub: Don't canonicalize os value
265 newsos* to bsd (readline needs to check for newsos).
266 (This fix was earlier made Jan 31, but got re-broken.)
268 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
270 * configure.in: sco is an os, not a vendor!
272 * configure: Quote $( better. Keep various shells happy.
276 * Makefile.in: eliminate stamp-files.
280 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
281 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
285 * config.sub: fix iris/iris3.
289 * configure: re-add -rm.
293 * Maskefile.in: add .stmp-rcs to all.
295 * configure.in: remove gas from rs6000 build, use aix host fragment.
299 * configure: pass down site_option during recursion.
301 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
303 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
307 * configure: Change exec_prefix so that it really defaults to prefix.
311 * Makefile.in, configure.in: Add support for mmalloc library.
315 * Makefile.in: add stmp dependencies for a few more things.
319 * configure: adjusted error message on objdir/srcdir configure
320 collision, per john's suggestion.
322 * Makefile.in: add libiberty stmp to all and all.cross.
326 * Makefile.in: remove force dependencies, add grep to all.
330 * Makefile.in: drop flex. make stamp files work.
332 * configure: added test for conflicting configuration in srcdir,
333 remove trailing slashes from srcdir. Otherwise emacs gdb mode
334 gets cranky. use relative paths for configure and srcdir
335 whenever possible. Send some error messages to stderr that were
340 * Makefile.in: Fix libg++ rule to check for gcc directory
341 before using gcc/gcc. Also pass XTRAFLAGS.
343 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
345 * Makefile.in: added stmp-files so that directories aren't polled
346 when they are already built.
348 * configure.texi: fixed a node pointer problem.
350 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
352 * config.sub configure.in config/.Sanitize config/mh-irix4
353 gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
354 gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
355 gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
356 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
360 * configure: -recurring becomes -silent. corrected help message
363 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
367 * configure: when building Makefile for crosses, replace
368 tooldir and program_prefix. default srcdir from location of
369 config.sub. remove "for host in hosts" and "for target in
374 * Makefile.in: Do not pass bindir or mandir to cvs.
378 * Makefile.in, configure.in: removed traces of namesubdir,
379 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
380 copyrights to '92, changed some from Cygnus to FSF.
382 * configure.texi: remove most references to multiple hosts,
383 multiple targets, subdirs, etc.
385 * configure.man: removed rcsid. reference config.sub not
388 * Makefile.in: mkdir $(infodir) on install-info.
390 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
392 * configure.texi: Explain better about .gdbinit and about
393 the environment that configure.in sections run in.
395 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
397 * configure.in: Ultrix is only a decstation if it's a MIPS.
399 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
401 * README: DOC.configure => cfg-paper.texi.
403 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
405 * config.sub (near case $os): Don't convert newsos* to bsd!
407 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
409 * Makefile.in: Reinstall change from gdb-4.3 that reduces
410 the number of copies of COPYING that go into the GDB tar file.
412 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
414 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
415 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
416 Fix SCO configuration stuff.
418 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
420 * Makefile.in: For libg++, make sure the -I pointing
421 to the gcc directory goes *after* all the libg++-local -I flags.
422 Also, move just-gcc dependency from just-libg++ to all-libg++.
424 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
426 * configure: Change -x to -f to keep Ultrix /bin/test happy.
428 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
430 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
432 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
434 * config.sub: Add stratus configuration frags. Also
437 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
439 * Makefile.in (DEV_SUPPORT): add configure.man.
441 * config.sub(Decode manufacturer-specific): add -none*.
443 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
445 * Makefile.in: remove form feeds to make Sun's make happy.
446 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
448 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
450 * Makefile.in (AR_FLAGS): Make quieter.
452 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
454 * configure.in: Add libg++.
455 * configure: When verbose, don't output the command line at each
456 level; it will be unremarkably the same as the previous version,
457 which will be the same as what the user typed.
459 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
461 * configure.in, Makefile.in: fix clean-info, add flex. add
464 * configure: be less sensitive to spaces in Makefile.in. Do not
465 look for sources in "..". Doing so breaks subdirectories that
466 might have their own configure. If a subdir has it's own
467 configure script, use it.
469 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
471 * cfg-paper.texi: some changes suggested by rms.
473 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
475 * config.sub: Merge in some small additions from the FSF version,
476 taken from the gcc distribution, to bring the Cygnus and FSF
477 versions into closer sync.
479 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
481 * configure.in: Changed svr4 references to sysv4.
483 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
485 * configure: added -V for version number option.
487 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
489 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
490 renamed from DOC.configure to cfg-paper.texi.
492 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
494 * configure, config.subr, config.sub: config.subr is now
497 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
499 * configure.texi: new file, in progress.
501 * Makefile.in: build info file and install the man page for
504 * configure.man: new file, first cut.
506 * configure: find config.subr again now that configuration "none"
507 has gone. removed all traces of the -ansi option. removed all
508 traces of the -languages option.
510 * config.subr: resync from rms.
512 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
514 * configure, config.sub, config.subr: merge config.sub into
515 config.subr, call the result config.subr, remove config.sub, use
518 * Makefile.in: revised install for dir.info.
520 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
522 * configure.in: add decstation host makefile frag.
524 * Makefile.in: BISON now bison -y again. also install-gcc on
525 install. clean-gdbm on clean. infodir belongs in datadir.
526 Make directories for info install. Build dir.info here then
529 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
531 * Makefile.in: fix for bad directory tests.
533 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
535 * configure: \{1,2\} appears to be a sysv'ism. Use a different
536 regexp. -srcdir relative was being handled incorrectly.
538 * Makefile.in: unwrapped some for loops so that parallel makes
539 work again and so one can focus one's attention on a particular
542 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
544 * configure: added PWD as a stand in for `pwd` (for speed). use
545 elif wherever possible. make -srcdir work without -objdir.
546 -objdir= commented out.
548 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
550 * configure: +options become --options. -subdirs commented out.
551 added -host, -datadir. Renamed -destdir to -prefix. Comment in
552 Makefile now at top of generated Makefile. Removed cvs log
553 entries. added -srcdir. create .gdbinit only if there is one
556 * Makefile.in: idestdir and ddestdir go away. Added copyrights
557 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
558 and mandir now keyed off datadir by default.
560 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
562 * Freshly created ChangeLog.