This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
1997-11-22 NCR change in gcc/configure
- To: egcs at cygnus dot com
- Subject: 1997-11-22 NCR change in gcc/configure
- From: John Carr <jfc at mit dot edu>
- Date: Fri, 28 Nov 1997 11:19:52 EST
Could someone explain this change in the 1997-11-22 snapshot? I sent
a patch for NCR SVR4 a few weeks ago, but I don't think this was it.
If it was what I sent it shouldn't have been installed as it is
clearly wrong.
*************** for machine in $build $host $target; do
*** 2222,2228 ****
xm_file=i386/xm-aix.h
xmake_file=i386/x-aix
;;
! 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 ]
--- 2233,2239 ----
xm_file=i386/xm-aix.h
xmake_file=i386/x-aix
;;
! i45686-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 ]