diff options
author | Doug Evans <dje@gnu.org> | 1994-11-18 03:37:48 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-11-18 03:37:48 +0000 |
commit | 602b4a3e927e0825a2b6da4b7b6d828cbbfb8c3a (patch) | |
tree | 041db9594361c71a046c082edcd90e727b8d18fd /config.sub | |
parent | d6dd74bbaebbecd566b09783333d4c5aee60c83b (diff) | |
download | emacs-602b4a3e927e0825a2b6da4b7b6d828cbbfb8c3a.tar.gz |
Vendor for vxworks is wrs.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub index e5822d9fa60..bf71bbeca07 100755 --- a/config.sub +++ b/config.sub @@ -803,6 +803,9 @@ case $basic_machine in -ptx*) vendor=sequent ;; + -vxworks*) + vendor=wrs + ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; |