------- Additional Comments From danglin at gcc dot gnu dot org  2005-03-02 
00:50 -------
I believe that this was introduced bt the following:

-TOOLS_FLAGS_TO_PASS=           \
-        "CC=$(CC)"             \
-        "CFLAGS=$(CFLAGS)"     \
-       "LDFLAGS=$(LDFLAGS)"    \
-        "ADAFLAGS=$(ADAFLAGS)" \
-        "INCLUDES=$(INCLUDES_FOR_SUBDIR)"\
-       "ADA_INCLUDES=$(ADA_INCLUDES) $(ADA_INCLUDES_FOR_SUBDIR)"\
-       "libsubdir=$(libsubdir)"        \
-       "exeext=$(exeext)"      \
-       "fsrcdir=$(fsrcdir)"    \
-       "srcdir=$(fsrcdir)"     \
-        "TOOLS_LIBS=$(TOOLS_LIBS) $(TGT_LIB)"  \
-       "GNATMAKE=$(GNATMAKE)"  \
-       "GNATLINK=$(GNATLINK)"  \
-       "GNATBIND=$(GNATBIND)"

The define for TGT_LIB contains libcl.a on this target.  This change
was part of

2005-02-26  Nathanael Nerode  <[EMAIL PROTECTED]>
        Partial merge from libada-gnattools-branch:

        2004-12-02  Nathanael Nerode  <[EMAIL PROTECTED]>
        * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
        into code in gnattools/Makefile.in.  Remove direct dependencies on
        stamp-tools by tools clauses.
        2004-12-02  Nathanael Nerode  <[EMAIL PROTECTED]>
        * config-lang.in: Add gnattools to $lang_dirs.

  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20270

Reply via email to