diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-11-13 18:43:00 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-13 11:43:00 -0700 |
commit | 759c135e3b4206492a43d644ae4dbc16332a411c (patch) | |
tree | e94c62aad399c306a8bb73ab06accbfc867b7f7e /gcc/configure | |
parent | 47ad8c6118efe172a4f7d7a7c23c413da2d52f8b (diff) | |
download | gcc-759c135e3b4206492a43d644ae4dbc16332a411c.tar.gz |
confiugre.in: Tweak NCR entries.
* confiugre.in: Tweak NCR entries.
* configure: Rebuilt.
From-SVN: r16458
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index f28b7603bb5..0f7da208102 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2431,7 +2431,7 @@ for machine in $build $host $target; do xm_file=i386/xm-aix.h xmake_file=i386/x-aix ;; - i486-ncr-sysv4*) # NCR 3000 - i486 running system V.4 + i[456]86-ncr-sysv4*) # NCR ix86 running system V.4 xm_file=i386/xm-sysv4.h xmake_file=i386/x-ncr3000 if [ x$stabs = xyes -a x$gas = xyes ] |