This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Use C for some rs6000 -D options.


Geoff Keating wrote:
> 
> > Date: Fri, 14 Jun 2002 15:24:57 -0700
> > From: Stan Shebs <shebs@apple.com>
> > Organization: Apple Computer, Inc.
> > X-Accept-Language: en
> > CC: Andreas Tobler <toa@pop.agri.ch>, gcc-patches@gcc.gnu.org
> > X-OriginalArrivalTime: 14 Jun 2002 22:25:11.0256 (UTC) FILETIME=[58CBCD80:01C213F2]
> >
> > Geoff Keating wrote:
> > >
> > > Andreas Tobler <toa@pop.agri.ch> writes:
> > >
> > > > Geoffrey Keating wrote:
> > > > > This starts converting the rs6000 port to the new way of making
> > > > > preprocessor defines.
> > > > > Tested on powerpc-eabisim, bootstrapped and tested on powerpc-aix4.3.
> > > > >
> > > >
> > > > ranlib libbackend.a
> > > > cc -no-cpp-precomp -DIN_GCC    -g -no-cpp-precomp
> > > > -DHAVE_DESIGNATED_INITIALIZERS=0 -W -Wall -Wwrite-strings
> > > > -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
> > > > -Wno-long-long  -DHAVE_CONFIG_H  -o cc1 \
> > > >          c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o
> > > > c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-format.o
> > > > c-semantics.o c-objc-common.o libcpp.a darwin-c.o main.o libbackend.a
> > > > /intl/libintl.a   ../libiberty/libiberty.a
> > > > /usr/bin/ld: Undefined symbols:
> > > > _rs6000_cpu_cpp_builtins
> > > > make[2]: *** [cc1] Error 1
> > > > make[1]: *** [stage1_build] Error 2
> > > > make: *** [bootstrap] Error 2
> > > >
> > > > On Darwin 5.5.
> > >
> > > Please try this patch and tell me if it works.
> >
> > So, uh, since it works, is there some reason not to check it in
> > now?
> 
> Nope, if it works for you please check it in.  (I never got a final
> report saying the whole build finished.)

Bootstraps OK again and I just committed the change.

Stan


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