diff options
author | John Gilmore <gnu@cygnus> | 1992-02-01 02:40:06 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-01 02:40:06 +0000 |
commit | 5dfd2a9bfb1f208e893cc644282f452d75533e37 (patch) | |
tree | f49f5d03641f9e953f0ccde7be36ca866d6bfa32 /gdb/config | |
parent | 053332ef959337428888f13799b1a181ea5837b1 (diff) | |
download | gdb-5dfd2a9bfb1f208e893cc644282f452d75533e37.zip gdb-5dfd2a9bfb1f208e893cc644282f452d75533e37.tar.gz gdb-5dfd2a9bfb1f208e893cc644282f452d75533e37.tar.bz2 |
Avoid references to files that aren't assigned to FSF.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/stratus.mt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/stratus.mt b/gdb/config/stratus.mt index 7810e36..e218e1c 100644 --- a/gdb/config/stratus.mt +++ b/gdb/config/stratus.mt @@ -1,3 +1,5 @@ # Target: Stratus machine running SVR4. -TDEPFILES= i860-pinsn.o exec.o i860-tdep.o solib.o +# The i860 files are not yet released to FSF. +#TDEPFILES= i860-pinsn.o exec.o i860-tdep.o solib.o +TDEPFILES= exec.o solib.o TM_FILE= tm-stratus.h |