This is the mail archive of the gcc-bugs@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]

Re: Another fixincludes problem


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


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