* config.sub: Added Xenix operating system.

From-SVN: r2753
This commit is contained in:
Jim Blandy 1992-11-18 06:28:11 +00:00
parent e64708b6b7
commit 566a131218
1 changed files with 3 additions and 0 deletions

3
gcc/config.sub vendored
View File

@ -515,6 +515,9 @@ case $os in
-svr3)
os=-sysv3
;;
-xenix)
os=-xenix
;;
-none)
;;
*)