aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@gcc.gnu.org>1992-11-18 06:28:11 +0000
committerJim Blandy <jimb@gcc.gnu.org>1992-11-18 06:28:11 +0000
commit566a13121874ceca2c946bf9204e47c12bc28c2a (patch)
treebad91c7a9ec615b3f03da5449eb44fe0f589e633
parente64708b6b79a2330792dd0bab2c4acce1765b190 (diff)
downloadgcc-566a13121874ceca2c946bf9204e47c12bc28c2a.zip
gcc-566a13121874ceca2c946bf9204e47c12bc28c2a.tar.gz
gcc-566a13121874ceca2c946bf9204e47c12bc28c2a.tar.bz2
* config.sub: Added Xenix operating system.
From-SVN: r2753
-rwxr-xr-xgcc/config.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index b8865dc..8a68fbb 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -515,6 +515,9 @@ case $os in
-svr3)
os=-sysv3
;;
+ -xenix)
+ os=-xenix
+ ;;
-none)
;;
*)