make.adb (Gnatmake): Add to table Library_Projs only library projects that are not...
authorVincent Celier <celier@adacore.com>
Wed, 3 Aug 2011 12:36:13 +0000 (12:36 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 3 Aug 2011 12:36:13 +0000 (14:36 +0200)
commitf77b022b82d2ff2a4859b2dab1f58c97ce0d1b51
treeb8cef53a01079c8f0649c5ae7f8071eea1632d37
parent276e02243a3e9dfd2fa7043dba85dfb85a81f22a
make.adb (Gnatmake): Add to table Library_Projs only library projects that are not extended.

2011-08-03  Vincent Celier  <celier@adacore.com>

* make.adb (Gnatmake): Add to table Library_Projs only library projects
that are not extended. Do not check if a library project that is
extended should be regenerated. Do not add to table Library_Paths the
libraries that are in extended projects. Link only with libraries that
are in libray projects that are not extended.
* prj-nmsc.adb (Check_Library_Attributes): Do not reset flag Library
for a library project that is extended.

From-SVN: r177269
gcc/ada/ChangeLog
gcc/ada/make.adb
gcc/ada/prj-nmsc.adb