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 | |
parent | 47ad8c6118efe172a4f7d7a7c23c413da2d52f8b (diff) | |
download | gcc-759c135e3b4206492a43d644ae4dbc16332a411c.zip gcc-759c135e3b4206492a43d644ae4dbc16332a411c.tar.gz gcc-759c135e3b4206492a43d644ae4dbc16332a411c.tar.bz2 |
confiugre.in: Tweak NCR entries.
* confiugre.in: Tweak NCR entries.
* configure: Rebuilt.
From-SVN: r16458
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 984a044..58e0c6e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 13 11:41:42 1997 Jeffrey A Law (law@cygnus.com) + + * confiugre.in: Tweak NCR entries. + * configure: Rebuilt. + Thu Nov 13 11:07:41 1997 Michael Meissner <meissner@cygnus.com> * rs6000.c (num_insns_constant): Use REAL_VALUE_FROM_CONST_DOUBLE to diff --git a/gcc/configure b/gcc/configure index f28b760..0f7da20 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 ] diff --git a/gcc/configure.in b/gcc/configure.in index 143b005..21bf0ae 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -701,7 +701,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 3000 - ix86 running system V.4 xm_file=i386/xm-sysv4.h xmake_file=i386/x-ncr3000 if [[ x$stabs = xyes -a x$gas = xyes ]] |