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/sparc | |
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/sparc')
-rw-r--r-- | gdb/config/sparc/sun4sol2.mh | 4 |
1 files changed, 0 insertions, 4 deletions
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 |