diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-31 05:40:50 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-31 05:40:50 +0000 |
commit | 2fac678d8cdd93ae2e228fc9084e1e6405c05316 (patch) | |
tree | b0e17e752eb0d51ae90d7b51eeddf685be220a9e /config | |
parent | a0c686b5379e2842d6327bbc1d7688bfdbd0993e (diff) | |
download | gdb-2fac678d8cdd93ae2e228fc9084e1e6405c05316.zip gdb-2fac678d8cdd93ae2e228fc9084e1e6405c05316.tar.gz gdb-2fac678d8cdd93ae2e228fc9084e1e6405c05316.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-delta88 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config/mh-delta88 b/config/mh-delta88 index 691d00b..5dec60a 100644 --- a/config/mh-delta88 +++ b/config/mh-delta88 @@ -1,15 +1,8 @@ # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV RANLIB = echo >/dev/null +CC=/usr/cygnus/bin/gcc -# 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 |