1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(basic_machine): Accept cxux*.

This commit is contained in:
Richard M. Stallman 1994-05-20 05:29:36 +00:00
parent 5520f84fc6
commit 4af4089656

2
config.sub vendored
View File

@ -545,7 +545,7 @@ case $os in
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -ns*)
| -lynxos* | -bosx* | -ns* | -cxux*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`