> LIBGNAT=../rts/libgnat.a > GCC_LINK="$(CC) -static-libgcc $(ADA_INCLUDES)" > +TOOL_CC=$(CC) -static-libgcc
I'd rather avoid code duplication and reuse GCC_LINK if possible, or split GCC_LINK in two if needed. Otherwise the tools part is generally fine with me (passing -static-libgcc to build gnatmake, gnatbind and gnatbl, although gnatbl is a small C program which does not use exceptions) Arno
