diff options
author | Doug Evans <dje@gnu.org> | 1995-05-12 15:49:42 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-05-12 15:49:42 +0000 |
commit | 2a504a34bf05827082a3005dc7416f31df592f1c (patch) | |
tree | 8bd744d908cb90ffcb41954e4b6b5d9203144a1f | |
parent | 5f5ab9533be2ac2e223e1b8399346e254c52e18e (diff) | |
download | glibc-2a504a34bf05827082a3005dc7416f31df592f1c.tar.gz glibc-2a504a34bf05827082a3005dc7416f31df592f1c.tar.xz glibc-2a504a34bf05827082a3005dc7416f31df592f1c.zip |
(vxworks29k): New alias.
-rwxr-xr-x | config.sub | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 0309e4e5fb..abc9bb0e14 100755 --- a/config.sub +++ b/config.sub @@ -542,6 +542,10 @@ case $basic_machine in basic_machine=m68k-wrs os=-vxworks ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; xmp) basic_machine=xmp-cray os=-unicos |