This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

1997-11-22 NCR change in gcc/configure



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 ]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]