Commit b4dfb707 by Jeffrey A Law Committed by Jeff Law

* configure.in: Fix NCR entries.

From-SVN: r16821
parent 74cd8397
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
......
......@@ -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 ]
......
......@@ -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 ]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment