aboutsummaryrefslogtreecommitdiff
path: root/config/mh-delta88
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-10-31 00:46:02 +0000
committerSteve Chamberlain <steve@cygnus>1991-10-31 00:46:02 +0000
commit8442cbcdd43c01949189c9c43610d35448ae88d0 (patch)
treebea6ac7ba368714419129c23b9080324b2acb68a /config/mh-delta88
parent26dcf901d505879baf5e18929ea9520cb5008815 (diff)
downloadfsf-binutils-gdb-8442cbcdd43c01949189c9c43610d35448ae88d0.zip
fsf-binutils-gdb-8442cbcdd43c01949189c9c43610d35448ae88d0.tar.gz
fsf-binutils-gdb-8442cbcdd43c01949189c9c43610d35448ae88d0.tar.bz2
*** empty log message ***
Diffstat (limited to 'config/mh-delta88')
-rw-r--r--config/mh-delta8810
1 files changed, 10 insertions, 0 deletions
diff --git a/config/mh-delta88 b/config/mh-delta88
index f682838..90f0fa7 100644
--- a/config/mh-delta88
+++ b/config/mh-delta88
@@ -1,3 +1,13 @@
# Define SYSV as -DSYSV if you are using a System V operating system.
SYSV = -DSYSV
RANLIB = echo >/dev/null
+
+# We want a gas ..
+ALL = all.normal fakegas
+
+fakegas: $(unsubdir)/gas$(subdir)/as.new
+ - mkdir $(unsubdir)/gas
+ echo "/bin/as $*" > $(unsubdir)/gas$(subdir)/as.new
+ echo "install:" > $(unsubdir)/gas$(subdir)/Makefile
+ touch $(unsubdir)/gas$(subdir)/configure.in
+