*** empty log message ***
authorSteve Chamberlain <sac@cygnus>
Wed, 6 Nov 1991 07:38:18 +0000 (07:38 +0000)
committerSteve Chamberlain <sac@cygnus>
Wed, 6 Nov 1991 07:38:18 +0000 (07:38 +0000)
config/mt-ebmon29k

index aaf93f4f5ad33a0f3f561db2e7ccd5c6b05a7543..f33fa13d2090b9fb8da44700e01dcd7e4d3cdcac 100644 (file)
@@ -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
+