diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-11-28 17:04:14 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-28 10:04:14 -0700 |
commit | b4dfb70720da9ab877d58866d55fcda397714f6a (patch) | |
tree | 3736f69d82de8ebe0f9b6038694d8f85ca61f617 | |
parent | 74cd8397f8eb4bc84944c7ccb1b8883d31655976 (diff) | |
download | gcc-b4dfb70720da9ab877d58866d55fcda397714f6a.zip gcc-b4dfb70720da9ab877d58866d55fcda397714f6a.tar.gz gcc-b4dfb70720da9ab877d58866d55fcda397714f6a.tar.bz2 |
* configure.in: Fix NCR entries.
From-SVN: r16821
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3587eb5..eda2c67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com) + + * configure.in: Fix NCR entries. + Thu Nov 27 12:20:19 1997 Jeffrey A Law (law@cygnus.com) * flow.c (find_basic_blocks): Handle cfg issues for rethrows and diff --git a/gcc/configure b/gcc/configure index 2644187..60a3946 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2443,7 +2443,7 @@ for machine in $build $host $target; do xm_file=i386/xm-aix.h xmake_file=i386/x-aix ;; - i45686-ncr-sysv4*) # NCR 3000 - ix86 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 ] diff --git a/gcc/configure.in b/gcc/configure.in index 88e5759..73636b7 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -707,7 +707,7 @@ for machine in $build $host $target; do xm_file=i386/xm-aix.h xmake_file=i386/x-aix ;; - i[456]86-ncr-sysv4*) # NCR 3000 - ix86 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 ]] |