public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* 1997-11-22 NCR change in gcc/configure
@ 1997-11-28  8:19 John Carr
  1997-11-28 11:04 ` Jeffrey A Law
  1997-11-28 11:04 ` Jeffrey A Law
  0 siblings, 2 replies; 3+ messages in thread
From: John Carr @ 1997-11-28  8:19 UTC (permalink / raw)
  To: egcs

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 ]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 1997-11-22 NCR change in gcc/configure
  1997-11-28  8:19 1997-11-22 NCR change in gcc/configure John Carr
@ 1997-11-28 11:04 ` Jeffrey A Law
  1997-11-28 11:04 ` Jeffrey A Law
  1 sibling, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 1997-11-28 11:04 UTC (permalink / raw)
  To: John Carr; +Cc: egcs

  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.
Looks like your patch didn't have paired [[ ]] in configure.in -- which
loses because one level of [] are removed by the autoconf process.

jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 1997-11-22 NCR change in gcc/configure
  1997-11-28  8:19 1997-11-22 NCR change in gcc/configure John Carr
  1997-11-28 11:04 ` Jeffrey A Law
@ 1997-11-28 11:04 ` Jeffrey A Law
  1 sibling, 0 replies; 3+ messages in thread
From: Jeffrey A Law @ 1997-11-28 11:04 UTC (permalink / raw)
  To: John Carr; +Cc: egcs

  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 ]]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-11-28 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-28  8:19 1997-11-22 NCR change in gcc/configure John Carr
1997-11-28 11:04 ` Jeffrey A Law
1997-11-28 11:04 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).