> 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