This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build of egcs-971105 on m68k-next-nextstep3 successful
- To: law at cygnus dot com
- Subject: Re: Build of egcs-971105 on m68k-next-nextstep3 successful
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Thu, 13 Nov 97 07:34:34 +0100
- Cc: egcs at cygnus dot com
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <14060.879358683@hurl.cygnus.com>
Jeff,
> In message <9711120643.AA02701@moene.indiv.nluug.nl> I wrote:
> Problem 1 is that fixincludes is not run on the directory
> /NextDeveloper/Headers, which is one of the first directories
> searched for header files on NextStep.
> I see that gcc/config/m68k/x-next specifies:
>
> # Specify other dirs of system header files to be fixed.
> OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
>
> This explains why fixincludes didn't look at your header
> files; why don't you add /NextDeveloper/Headers and see
> if fixincludes will do the right thing.
Yep, this works.
Now, if someone comes up with a good idea on how to fix
dejagnu-971028 for NextStep, I can actually start the testing I
promised ;-)
Cheers,
Toon.