diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-28 07:09:15 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-28 07:09:15 +0000 |
commit | bafecfd6dd77d724e5c75eac8e865c30e1788e80 (patch) | |
tree | c6e0c57a4f0949965bb122bd1cc8ec34efab02ad /config/mh-necv4 | |
parent | caf27c0155d4863b6fa2173b6c8bcc90566d2782 (diff) | |
download | cygnal-bafecfd6dd77d724e5c75eac8e865c30e1788e80.tar.gz cygnal-bafecfd6dd77d724e5c75eac8e865c30e1788e80.tar.bz2 cygnal-bafecfd6dd77d724e5c75eac8e865c30e1788e80.zip |
(toplev)
* configure.in: Convert to autoconf script. Blow away lots
of now-redundant Makefile fragments.
* configure: Generate using Autoconf.
* Makefile.tpl: Rewrite to reflect autoconfiscation.
* Makefile.in: Regenerate.
(config)
* acx.m4: New.
* mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
mh-riscos, mh-sysv: Delete.
* mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
Diffstat (limited to 'config/mh-necv4')
-rw-r--r-- | config/mh-necv4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/mh-necv4 b/config/mh-necv4 index 6845f3caa..d71805e05 100644 --- a/config/mh-necv4 +++ b/config/mh-necv4 @@ -1,6 +1,4 @@ # Host Makefile fragment for NEC MIPS SVR4. -RANLIB = true - # NEC -lX11 needs some other libraries. X11_EXTRA_LIBS = -lsocket -lnsl |