]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around
authorkevans <kevans@FreeBSD.org>
Sun, 6 Oct 2019 04:19:49 +0000 (04:19 +0000)
committerkevans <kevans@FreeBSD.org>
Sun, 6 Oct 2019 04:19:49 +0000 (04:19 +0000)
commit259b2e5090bd0c19edd4f646d43248384a7801b8
tree1107835ecd57dbc4bc6a9b2bcefd87bc8a583d40
parentbc9ccae52a95211c559205075d8e747032f94d14
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