diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-06 07:38:18 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-06 07:38:18 +0000 |
commit | 62b400b2b053fa3557efa011c7e16acc1003b9b7 (patch) | |
tree | 3919d25f056b50789f8a4f290bdf1d3d840c042c /config | |
parent | 2c55824ff8ae8bf9434a0476f338bb141106507d (diff) | |
download | gdb-62b400b2b053fa3557efa011c7e16acc1003b9b7.zip gdb-62b400b2b053fa3557efa011c7e16acc1003b9b7.tar.gz gdb-62b400b2b053fa3557efa011c7e16acc1003b9b7.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-ebmon29k | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/mt-ebmon29k b/config/mt-ebmon29k index aaf93f4..f33fa13 100644 --- a/config/mt-ebmon29k +++ b/config/mt-ebmon29k @@ -1 +1,25 @@ + +# 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 +INSTALL_USR_LOCAL = nothing + |