This is the mail archive of the gcc@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: [HELP] GCC 4.1 branch Ada status on powerpc-darwin?


> I thought so too, and indeed tried it this way at first, but got:
> "../../xgcc -B../../ -static-libgcc -I- -I../rts -I. 
> -I/Users/peter/cvsco.build/gcc-4.1/gcc-4_1-branch/gcc/ada" -DIN_GCC....
> ....
> /bin/sh: line 1: ../../xgcc -B../../ -static-libgcc -I- -I../rts -I. 
> -I/Users/peter/cvsco.build/gcc-4.1/gcc-4_1-branch/gcc/ada: No such file or 
> directory
> 
> The quotes around GCC_LINK could be removed here and instead put in the the 
> -GCC=$(GCC_LINK) bits,

Right, that seems easy enough to do, and I do prefer to keep a single
variable, used for all tools.

> but it seemed easier to have a new var.

easier for who ? The person who writes the code or all the people who
have to read, understand and maintain it afterwards ?

Arno


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