Changeset e6bd18c in rtems-libbsd

Timestamp:
10/05/21 20:51:16 (3 years ago)
Author:
Kinsey Moore <kinsey.moore@…>
Branches:
388d46bb1b3080402c68ae11d14b2b36c3138952
Children:
0baf1a8
Parents:
2e5f808
git-author:
Kinsey Moore <kinsey.moore@…> (10/05/21 20:51:16)
git-committer:
Joel Sherrill <joel@…> (10/06/21 13:35:37)
Message:

waf_libbsd: Account for library check results

Conditionally compiled tests (consisting only of debugger01) were not
compiling as expected when libdebugger was present. This appears to have
occurred during the transition from header detection or due to an
intervening change in the waf internal libraries. The result of
check_cc() is the only location this information is reported, so library
checks now set HAVE_<LIBRARY> as appropriate when the library is found
so existing code for header configuration correctly recognize that a
library is present.

(No files)

Note: See TracChangeset for help on using the changeset viewer.