diff options
author | Fred Fish <fnf@specifix.com> | 1993-04-06 22:09:33 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-04-06 22:09:33 +0000 |
commit | 7788e8221fb425e5549e3219684fee88ad997e91 (patch) | |
tree | 907aeaee496fbd8751419af715dabbc569b7b0f2 /gdb/config/none/none.mh | |
parent | 9925b9286107fabdb193a9ba47f330d6944195b4 (diff) | |
download | gdb-7788e8221fb425e5549e3219684fee88ad997e91.zip gdb-7788e8221fb425e5549e3219684fee88ad997e91.tar.gz gdb-7788e8221fb425e5549e3219684fee88ad997e91.tar.bz2 |
(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
Diffstat (limited to 'gdb/config/none/none.mh')
-rw-r--r-- | gdb/config/none/none.mh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |