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]

Re: 1997-11-22 NCR change in gcc/configure


  In message <199711281619.LAA09379@contents-vnder-pressvre.MIT.EDU>you write:
  > 
  > 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.


        * configure.in: Fix NCR entries.

Index: configure
===================================================================
RCS file: /cvs/cvsfiles/egcs/gcc/configure,v
retrieving revision 1.29.2.5
diff -c -3 -p -r1.29.2.5 configure
*** configure	1997/11/25 20:06:53	1.29.2.5
--- configure	1997/11/28 17:00:40
*************** for machine in $build $host $target; do
*** 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 ]
--- 2233,2239 ----
  		xm_file=i386/xm-aix.h
  		xmake_file=i386/x-aix
  		;;
! 	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 ]
Index: configure.in
===================================================================
RCS file: /cvs/cvsfiles/egcs/gcc/configure.in,v
retrieving revision 1.29.2.4
diff -c -3 -p -r1.29.2.4 configure.in
*** configure.in	1997/11/25 20:06:58	1.29.2.4
--- configure.in	1997/11/28 17:00:45
*************** for machine in $build $host $target; do
*** 713,719 ****
  		xm_file=i386/xm-aix.h
  		xmake_file=i386/x-aix
  		;;
! 	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 ]]
--- 713,719 ----
  		xm_file=i386/xm-aix.h
  		xmake_file=i386/x-aix
  		;;
! 	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 ]]


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