]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
clang: use -mxgot for 32-bit mips
authorkevans <kevans@FreeBSD.org>
Wed, 2 Oct 2019 17:15:38 +0000 (17:15 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 2 Oct 2019 17:15:38 +0000 (17:15 +0000)
commit5efcaf598b4ec4821420efa89f9b691e40a0659d
tree36d16fabcbcb8cd4ea1655b969beaad51258f7f5
parent50118a85edb0cc4c0a39c0dc5a683d9a37aee31b
clang: use -mxgot for 32-bit mips

Various bits in usr.bin/clang/* will fail to compile without -mxgot due to
truncated relocations. -mxgot entails a speed penalty, but I suspect we
don't care as much about compiler performance in 32-bit mips land.

Reviewed by: arichardson
Differential Revision: https://reviews.freebsd.org/D21698
usr.bin/clang/Makefile.inc