From 7788e8221fb425e5549e3219684fee88ad997e91 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 6 Apr 1993 22:09:33 +0000 Subject: (Changes and new files to make "none" a full fledged configuration) * config/none/{nm-none.h, tm-none.h, xm-none.h}: New files. Currently only tm-none.h has any meaningful contents. * config/none/none.mh (NAT_FILE): Use nm-none.h * config/none/none.mh (XM_FILE): Use xm-none.h * config/none/none.mt (TM_FILE): Use tm-none.h --- gdb/config/none/none.mh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/config/none/none.mh') diff --git a/gdb/config/none/none.mh b/gdb/config/none/none.mh index 2a83347..33d5e4a 100644 --- a/gdb/config/none/none.mh +++ b/gdb/config/none/none.mh @@ -1,3 +1,5 @@ # Host: "no target". This can be used to build you # a Makefile that only runs administrative commands like 'clean', # 'gdb.tar.Z', etc. +NAT_FILE= nm-none.h +XM_FILE= xm-none.h -- cgit v1.1