This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Another fixincludes problem
- To: bkorb at cruzio dot com
- Subject: Re: Another fixincludes problem
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Tue, 05 Dec 2000 14:47:13 +0000
- Cc: gcc-bugs at gcc dot gnu dot org
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> Yes, it is. The wrapper script detects a ``DONE'' file when it
> gets around to processing the sym link and skips the tree because
> it has already been processed. The fixincl program only ever sees
> ``arm32/ansi.h'' get processed. Add it to the files list for the
> machine_ansi_h_va_list hack:
>
> files = arm32/ansi.h;
>
> Someday in my copious spare time, I'll make the file names
> globbing patterns. But not today. :-)
Oh dear. That's unfortunate, since it means we also need:
alpha/ atari/ hpcmips/ newsmips/ prep/ vax/
amiga/ bebox/ i386/ mips/ next68k/ sgimips/ x68k/
amigappc/ cobalt/ luna68k/ mipsco/ ofppc/ sh3/
arc/ m68k/ mmeye/ pc532/ sparc/
arm26/ evbsh3/ mac68k/ mvme68k/ pmax/ sparc64/
arm32/ hp300/ macppc/ news68k/ powerpc/ sun3/
Or, if I understand correctly, all those in the above list that are
alphabetically before "machine".
R.