]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around
authorKyle Evans <kevans@FreeBSD.org>
Sun, 6 Oct 2019 04:19:49 +0000 (04:19 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 6 Oct 2019 04:19:49 +0000 (04:19 +0000)
commit036d2e814bf0f5d88ffb4b24c159320894541757
tree1107835ecd57dbc4bc6a9b2bcefd87bc8a583d40
parent29a5f63951c05accdd0a2bd54dc7351f04a74492
Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around

Diff partially stolen from CheriBSD; these bits need -Wl,-z,notext in order
to build in an LLVM world. They are needed for all flavors/sizes of MIPS.
This will eventually get fixed in LLVM, but it's unclear when.

Reported by: arichardson, emaste
Differential Revision: https://reviews.freebsd.org/D21696
lib/csu/tests/dso/Makefile
lib/libc++/Makefile
lib/libcxxrt/Makefile
lib/libgcc_eh/Makefile.inc
lib/libpmc/Makefile
share/mk/bsd.lib.mk