From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18450 invoked by alias); 22 Jan 2002 10:56:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 18343 invoked by uid 71); 22 Jan 2002 10:56:02 -0000 Date: Tue, 22 Jan 2002 02:56:00 -0000 Message-ID: <20020122105602.18339.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: nils@shkoo.com Subject: Re: other/5450: __i386__ not defined on unixsware Reply-To: nils@shkoo.com X-SW-Source: 2002-01/txt/msg00760.txt.bz2 List-Id: The following reply was made to PR other/5450; it has been noted by GNATS. From: nils@shkoo.com To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: other/5450: __i386__ not defined on unixsware Date: Tue, 22 Jan 2002 03:51:20 -0700 (MST) yes, this fixes the problem. thanks, -nils On 22 Jan 2002 rodrigc@gcc.gnu.org wrote: > Synopsis: __i386__ not defined on unixsware > > State-Changed-From-To: open->feedback > State-Changed-By: rodrigc > State-Changed-When: Mon Jan 21 23:13:18 2002 > State-Changed-Why: > Does the problem go away if you patch gcc/config/i386/sysv4.h > with the following? It is similar to the last line > of sysv5.h. > > > > Index: sysv4.h > =================================================================== > RCS file: /cvs/gcc/gcc/gcc/config/i386/sysv4.h,v > retrieving revision 1.11.4.2 > diff -u -r1.11.4.2 sysv4.h > --- sysv4.h 2001/05/22 17:13:48 1.11.4.2 > +++ sysv4.h 2002/01/22 07:10:06 > @@ -212,3 +212,6 @@ > "addl\t$_GLOBAL_OFFSET_TABLE_+[.-.LPR%=],%0" > \ > : "=d"(BASE)) > #endif > + > +#undef CPP_SPEC > +#define CPP_SPEC "%(cpp_cpu)" > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5450 >