diff options
author | Jim Blandy <jimb@gcc.gnu.org> | 1992-11-18 06:28:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@gcc.gnu.org> | 1992-11-18 06:28:11 +0000 |
commit | 566a13121874ceca2c946bf9204e47c12bc28c2a (patch) | |
tree | bad91c7a9ec615b3f03da5449eb44fe0f589e633 | |
parent | e64708b6b79a2330792dd0bab2c4acce1765b190 (diff) | |
download | gcc-566a13121874ceca2c946bf9204e47c12bc28c2a.zip gcc-566a13121874ceca2c946bf9204e47c12bc28c2a.tar.gz gcc-566a13121874ceca2c946bf9204e47c12bc28c2a.tar.bz2 |
* config.sub: Added Xenix operating system.
From-SVN: r2753
-rwxr-xr-x | gcc/config.sub | 3 |
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) ;; *) |