]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Suppress lld 16 errors about undefined symbols in version maps
authorDimitry Andric <dim@FreeBSD.org>
Mon, 17 Apr 2023 16:00:20 +0000 (18:00 +0200)
committerDimitry Andric <dim@FreeBSD.org>
Mon, 17 Apr 2023 16:25:52 +0000 (18:25 +0200)
commit2ba84b4bcdd6012e8cfbf8a0d060a4438623a638
tree3e6f0ef86e9854a72b877cc8544cac533aac993f
parenta6b55ee6be15a41792839095d19b589e25d0f7f7
Suppress lld 16 errors about undefined symbols in version maps

lld >= 16 turned on --no-undefined-version by default, which results in
errors whenever symbols are mentioned in version maps, but are not
actually defined in the binary.

Since we have quite a few instances of symbols that are defined or not,
depending on various compile-time settings, suppress this lld check for
the time being.

MFC after: 1 week
share/mk/bsd.lib.mk