From 5dfd2a9bfb1f208e893cc644282f452d75533e37 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 1 Feb 1992 02:40:06 +0000 Subject: [PATCH] Avoid references to files that aren't assigned to FSF. --- gdb/config/stratus.mt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/config/stratus.mt b/gdb/config/stratus.mt index 7810e36aa3..e218e1c0b6 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 -- 2.34.1