Ian Lance Taylor
56dcef3cd2
Brought up from p3:
...
Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com )
* Makefile.in: don't create all directories for ``make install'';
let the subdirectories create the ones they need.
1992-08-24 21:06:34 +00:00
David D. Zuhn
01b8752d28
fix INFO-DIR-ENTRY, new gen-info-dir
1992-08-04 08:20:51 +00:00
David D. Zuhn
dfa891fc11
clean up Makefile.in (install), configure.in (the parts that choose what not to build for a host or target)
1992-08-03 22:44:29 +00:00
Fred Fish
26fe0d7d42
* config.sub (ncr3000): Change i386 to i486.
1992-08-03 07:35:08 +00:00
K. Richard Pixley
b4edd96978
build in-place before other builds
1992-07-18 05:59:30 +00:00
K. Richard Pixley
ff34c090ce
remove stamp-co on very
1992-07-18 05:58:14 +00:00
K. Richard Pixley
dae8a4cf86
predicate stage3 and comparison on the existence of gcc
1992-07-18 05:56:28 +00:00
K. Richard Pixley
846b9d7b0d
recurse explicitly with -f test-build.mk when appropriate.
1992-07-18 05:54:04 +00:00
Steve Chamberlain
3ad0ef3736
* Makefile.in, configure.in: add tgas
1992-07-17 01:34:45 +00:00
K. Richard Pixley
06a0794409
progressive changes
1992-07-16 23:09:11 +00:00
K. Richard Pixley
2d115749d7
add libm
1992-07-16 23:06:53 +00:00
K. Richard Pixley
67b36a2352
ignore some stuff that comes from test-build.mk.
1992-07-16 23:06:03 +00:00
K. Richard Pixley
1775539efb
remove some stray cvsmerge crud
1992-07-16 23:05:20 +00:00
Stu Grossman
179798e1e0
* config/mh-solaris: Use -xs when compiling so that Sun-C puts
...
a symbol-table into the executable.
1992-07-08 07:04:02 +00:00
Fred Fish
a416804911
* config.sub: Add es1800 (m68k-ericsson-es1800).
1992-07-07 07:25:41 +00:00
Steve Chamberlain
4347369fb1
* configure: fix various problems with propogating
...
makefile_target_frag in subdirs.
* configure.in: config libgcc if its there
1992-06-23 01:32:47 +00:00
Stu Grossman
7d87ec828f
* config.sub: HPPA merge.
1992-06-19 22:20:16 +00:00
Fred Fish
65f14e33aa
* config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
...
it is broken on ncr 3000's.
1992-06-15 19:32:53 +00:00
John Gilmore
18eb7badc4
Add sun4sol2 => sparc-sun-solaris2.
1992-06-13 05:23:04 +00:00
Per Bothner
f0e9ba1e63
* config.sub: Add support for Linux.
...
* Makefile.in: Use $(FLAGS_TO_PASS) more consistently (at least for libg++).
1992-06-04 07:38:43 +00:00
David D. Zuhn
72754842fc
fix -nfp documentation
1992-06-03 03:06:02 +00:00
Michael Tiemann
2198e4ba24
Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
1992-06-03 00:21:33 +00:00
David D. Zuhn
a5992d117e
recognize m680[1234] as separate processors now
1992-05-31 08:12:16 +00:00
David D. Zuhn
07f1d175cf
better error testing on perverse cases (eg, ./config.sub -sun3)
1992-05-31 04:04:03 +00:00
Michael Tiemann
49df230880
Add flex to the list of keepers. flex is needed to build GNU ld.
1992-05-29 02:49:34 +00:00
Michael Tiemann
ad1f7512f8
Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these
...
are needed to do a `make all install' for a vxworks68 target install.
1992-05-28 06:21:54 +00:00
Michael Tiemann
11ad114b76
Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
...
* Makefile.in (tooldir): Define it.
(all-ld): Depend on all-flex.
1992-05-22 15:56:20 +00:00
K. Richard Pixley
9dba22c625
do not bury pwd into config.status, thus do fewer pwds
1992-05-08 20:29:39 +00:00
K. Richard Pixley
3b6f914fb4
print Building message only when subdir != . AND verbose
1992-05-08 19:34:32 +00:00
K. Richard Pixley
a98e98d368
remove -s, rework -v to better accomodate guested configures
1992-05-08 18:29:38 +00:00
K. Richard Pixley
a60ff51268
updated to 3 may
1992-05-08 15:32:25 +00:00
K. Richard Pixley
5bdf762bb8
pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on install
1992-04-30 15:58:03 +00:00
K. Richard Pixley
1dbe4d41aa
do not print subdir_do lines or recursion lines
1992-04-24 22:56:39 +00:00
K. Richard Pixley
618f57a9a2
add autoconf
1992-04-24 21:46:16 +00:00
K. Richard Pixley
92b9ed409a
configure: test for and move config.status pieces from subdir.
1992-04-23 01:07:40 +00:00
Fred Fish
58760cdaa2
Test for nonexistance of files before trying to mv them, to avoid numerous
...
nonexistance error messages.
1992-04-22 21:41:44 +00:00
K. Richard Pixley
53988f33e8
correct final line of config.status
1992-04-21 19:52:54 +00:00
K. Richard Pixley
86112802a9
configure: patch from eggert. Avoids a protection problem if the
...
original Makefile.in is read only.
1992-04-21 19:49:03 +00:00
K. Richard Pixley
196377eec6
configure: use move-if-change from gcc to create config.status. Some
...
makefiles depend on config.status to tell if a directory has been
reconfigured for a different host. This change prevents those
directories from remaking everything in the case where the reconfig
was only intended to rebuild a Makefile.
1992-04-21 19:36:11 +00:00
K. Richard Pixley
94c7ae212d
configure: test for config.sub with "config.sub sun4" rather than
...
"config.sub ${host_alias}". Otherwise we can't tell a bad host alias
from a missing config.sub.
1992-04-21 19:33:13 +00:00
K. Richard Pixley
9546e9b45c
correct makesrcdir when subdir is .
1992-04-21 04:05:37 +00:00
K. Richard Pixley
e1ca00723d
.NOEXPORT: so that children don't pick up false values for things like makefile frags
1992-04-16 02:57:23 +00:00
K. Richard Pixley
ee1dc1b77d
correction to makesrcdir for relative srcdir
1992-04-16 01:24:59 +00:00
Per Bothner
8becd045a3
* configure: Add support for 'subdirs' variable, which is
...
like 'configdirs', except that configure doesn't re-invoke
itself for subdirs, it just creates a Makefile for each subdir.
* configure.texi: Document subdirs.
1992-04-14 19:02:48 +00:00
David D. Zuhn
6adac399aa
updated configure.in to include flex
1992-04-14 01:51:00 +00:00
K. Richard Pixley
64d424c633
remove clean-stamps from clean
1992-04-14 01:44:23 +00:00
John Gilmore
347e3a00bb
We now configure gdbtest automatically if it's there.
1992-04-11 10:52:33 +00:00
Fred Fish
c4fb14b791
Add MINUS_G macro, default to -g, and pass on to recursive makes.
...
Recognize new ncr3000 config.
1992-04-11 06:13:43 +00:00
Per Bothner
6910a5ac8d
* config.sub: Don't canonicalize os value
...
newsos* to bsd (readline needs to check for newsos).
(This fix was earlier made Jan 31, but got re-broken.)
1992-04-07 23:52:37 +00:00
Stu Grossman
27c28d61ce
* configure.in: sco is an os, not a vendor!
1992-04-07 05:57:36 +00:00