* config.sub: Added Xenix operating system.
authorJim Blandy <jimb@gcc.gnu.org>
Wed, 18 Nov 1992 06:28:11 +0000 (06:28 +0000)
committerJim Blandy <jimb@gcc.gnu.org>
Wed, 18 Nov 1992 06:28:11 +0000 (06:28 +0000)
From-SVN: r2753

gcc/config.sub

index b8865dcc0dc2077f8be5189e3dc029d0cb9a8025..8a68fbbf1e542ea2cc285cdbc8d31a2e5472163b 100755 (executable)
@@ -515,6 +515,9 @@ case $os in
        -svr3)
                os=-sysv3
                ;;
+       -xenix)
+               os=-xenix
+               ;;
        -none)
                ;;
        *)