diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-16 00:18:43 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-16 00:18:43 +0000 |
commit | 5436fc6578fb8f0b84e2e2658cc20022dc607d8e (patch) | |
tree | dfa917cc33bf5c81490de2b22cb17c050c32b2df /gdb/config | |
parent | c812c3087af2fe5a8e7863ad3edf42bdefb989c7 (diff) | |
download | gdb-5436fc6578fb8f0b84e2e2658cc20022dc607d8e.zip gdb-5436fc6578fb8f0b84e2e2658cc20022dc607d8e.tar.gz gdb-5436fc6578fb8f0b84e2e2658cc20022dc607d8e.tar.bz2 |
* config/i386/{i386sol2.mh, i386v4.mh, ncr3000.mh},
config/m68k/m68kv4.mh, config/mips/{irix4.mh, irix5.mh,
mipsv4.mh}, config/sparc/sun4so2.mh (INSTALL): Removed, figured
out by autoconf.
* config/apollo68v.mh (RANLIB): Removed, figured out by autoconf.
* Makefile.in, configure.in: Converted to use autoconf
* aclocal.m4: New file, local autoconf macro definitions.
* configure: New file, generated with autoconf 2.3.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68k/m68kv4.mh | 3 | ||||
-rw-r--r-- | gdb/config/mips/irix4.mh | 1 | ||||
-rw-r--r-- | gdb/config/mips/mipsv4.mh | 1 | ||||
-rw-r--r-- | gdb/config/sparc/sun4sol2.mh | 4 |
4 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config/m68k/m68kv4.mh b/gdb/config/m68k/m68kv4.mh index b005906..9253f4d 100644 --- a/gdb/config/m68k/m68kv4.mh +++ b/gdb/config/m68k/m68kv4.mh @@ -10,6 +10,3 @@ NATDEPFILES= corelow.o core-svr4.o solib.o procfs.o fork-child.o # old termcap descriptions are incomplete. So ensure that we use the # new terminfo interface and latest terminal descriptions. TERMCAP=-ltermlib - -# SVR4 puts the BSD compatible install in /usr/ucb. -INSTALL = /usr/ucb/install -c diff --git a/gdb/config/mips/irix4.mh b/gdb/config/mips/irix4.mh index 301b00a..01d5674 100644 --- a/gdb/config/mips/irix4.mh +++ b/gdb/config/mips/irix4.mh @@ -5,6 +5,5 @@ NAT_FILE= nm-irix4.h NATDEPFILES= fork-child.o procfs.o irix4-nat.o corelow.o MUNCH_DEFINE=-B XM_CLIBS=-lbsd -lsun -INSTALL = cp # use cc in K&R mode, bump up some static compiler tables. CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100 diff --git a/gdb/config/mips/mipsv4.mh b/gdb/config/mips/mipsv4.mh index ec6c64d..c01bfcb 100644 --- a/gdb/config/mips/mipsv4.mh +++ b/gdb/config/mips/mipsv4.mh @@ -2,4 +2,3 @@ XM_FILE= xm-mipsv4.h NAT_FILE= nm-sysv4.h NATDEPFILES= fork-child.o procfs.o mipsv4-nat.o corelow.o core-svr4.o solib.o -INSTALL = cp diff --git a/gdb/config/sparc/sun4sol2.mh b/gdb/config/sparc/sun4sol2.mh index 60e3673..847d2a1 100644 --- a/gdb/config/sparc/sun4sol2.mh +++ b/gdb/config/sparc/sun4sol2.mh @@ -12,10 +12,6 @@ NATDEPFILES= corelow.o core-sol2.o solib.o procfs.o fork-child.o # new terminfo interface and latest terminal descriptions. TERMCAP=-ltermlib -# Solaris-2 makes `install' optional in the Berkeley compatability pkg. -# cp will do fine. -INSTALL = cp - # If you are compiling with Sun's compiler, add the -xs option to CC # (e.g. `make CC="cc -xs"'). # Sun's compilers require the -xs option to produce debug information |