aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxxrt
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-01-14 17:50:13 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-01-14 17:50:13 +0000
commit4b50c451720d8b427757a6da1dd2bb4c52cd9e35 (patch)
tree453af9d2ab946ec95eee0bab371676e2e1e039ea /lib/libcxxrt
parent8683408cec0ffe6ff0083c5a26334633fb42f6d3 (diff)
downloadsrc-4b50c451720d8b427757a6da1dd2bb4c52cd9e35.tar.gz
src-4b50c451720d8b427757a6da1dd2bb4c52cd9e35.zip
Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around
arichardson has an actual fix for the same issue that this was working around; given that we don't build with llvm today, go ahead and revert the workaround in advance.
Notes
Notes: svn path=/head/; revision=356735
Diffstat (limited to 'lib/libcxxrt')
-rw-r--r--lib/libcxxrt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile
index 902d01b42404..8480cad42674 100644
--- a/lib/libcxxrt/Makefile
+++ b/lib/libcxxrt/Makefile
@@ -5,7 +5,6 @@ SRCDIR= ${SRCTOP}/contrib/libcxxrt
SHLIB_MAJOR= 1
SHLIBDIR?= /lib
-ALLOW_MIPS_SHARED_TEXTREL=
.PATH: ${SRCDIR}