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?


>  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


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