]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the SYMVER build option.
authorjhb <jhb@FreeBSD.org>
Thu, 30 Apr 2020 22:08:40 +0000 (22:08 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 30 Apr 2020 22:08:40 +0000 (22:08 +0000)
commit4ca3575516d28c4c835be9535025fcabed41093e
tree00f1b88102111e229fe23a82c521226b5dcccf90
parent312327e698f301cbf2f6419dd431fe3941610a39
Remove the SYMVER build option.

This option was added as a transition aide when symbol versioning was
first added.  It was enabled by default in 2007 and is supported even
by the old GPLv2 binutils.  Trying to disable it currently fails to
build in libc and at this point it isn't worth fixing the build.

Reported by: Michael Dexter
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D24637
12 files changed:
lib/libc/db/mpool/Makefile.inc
lib/libc/gen/Makefile.inc
lib/libc/iconv/Makefile.inc
lib/libc/posix1e/Makefile.inc
lib/libc/secure/Makefile.inc
lib/libgcc_s/Makefile
lib/libprocstat/Makefile
share/man/man5/src.conf.5
share/mk/bsd.lib.mk
share/mk/bsd.opts.mk
share/mk/bsd.symver.mk
tools/build/options/WITHOUT_SYMVER [deleted file]