diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-06 09:29:36 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-06 09:29:36 +0000 |
commit | ef1587739da78dc0481534c47444a2ef6dd1f9be (patch) | |
tree | 1b09f579c7047559924f3e4e95aee58f7129ce84 /config | |
parent | 8f0a3a7c9536a917adf373fcd0f5c14238c839e5 (diff) | |
download | gdb-ef1587739da78dc0481534c47444a2ef6dd1f9be.zip gdb-ef1587739da78dc0481534c47444a2ef6dd1f9be.tar.gz gdb-ef1587739da78dc0481534c47444a2ef6dd1f9be.tar.bz2 |
Use the right AR
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-ebmon29k | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/mt-ebmon29k b/config/mt-ebmon29k index f33fa13..1304238 100644 --- a/config/mt-ebmon29k +++ b/config/mt-ebmon29k @@ -2,22 +2,6 @@ # don't build gnulib INSTALL_GNULIB = INSTALL_HEADERS = -# don't do the cplus stuff -INSTALL_4_CPLUS= -BUILD_4_CPLUS= -# or the shared library stuff -BUILD_4_SO = -INSTALL_4_SO = - -# and only build C -LANGUAGES = c - -# This is a hack. since the makefile uses a tmp directory to build -# gnulib, any relative path ar needs to be slewed. -AR = $(srcdir)/../../binutils.a29k$(subdir)/ar -AR_FLAGS = cqs -RANLIB = echo -ALL = all.xclib # Turn off focred include mangling INSTALL_FIXED_INCLUDES= nothing |