diff options
author | Rodney Brown <RodneyBrown@mynd.com> | 2000-12-04 20:20:23 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 2000-12-04 20:20:23 +0000 |
commit | 23a535c4fff08a3224a41a118f1114d53256431b (patch) | |
tree | aced10fb9a0ce92867f2f74a3af1475b78169aec /gcc/config.gcc | |
parent | 58097133b98f98f3b647f1d0daff2ecc28c354df (diff) | |
download | gcc-23a535c4fff08a3224a41a118f1114d53256431b.zip gcc-23a535c4fff08a3224a41a118f1114d53256431b.tar.gz gcc-23a535c4fff08a3224a41a118f1114d53256431b.tar.bz2 |
config.gcc: Fix typo for UnixWare 7.
2000-12-01 Rodney Brown <RodneyBrown@mynd.com>
* config.gcc: Fix typo for UnixWare 7.
From-SVN: r38010
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 5d1727b..27cd0e9 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1277,7 +1277,7 @@ i[34567]86-*-solaris2*) fi fi ;; -[34567]86-*-sysv5*) # Intel x86 on System V Release 5 +i[34567]86-*-sysv5*) # Intel x86 on System V Release 5 xm_file="xm-alloca.h ${xm_file}" xm_defines="USG POSIX" tm_file=i386/sysv5.h |