summaryrefslogtreecommitdiff
path: root/usr.sbin/jail/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2019-11-21 04:12:08 +0000
committerGlen Barber <gjb@FreeBSD.org>2019-11-21 04:12:08 +0000
commitfb1c294d47c5bae33ae01e6a395b3181e0c09c43 (patch)
tree06aeeec8b760a225652d777c9e994065089244a1 /usr.sbin/jail/Makefile
parent21ad8c5eb0753fff677236209c49b54198b2ac6a (diff)
downloadsrc-test2-fb1c294d47c5bae33ae01e6a395b3181e0c09c43.tar.gz
src-test2-fb1c294d47c5bae33ae01e6a395b3181e0c09c43.zip
Notes
Diffstat (limited to 'usr.sbin/jail/Makefile')
-rw-r--r--usr.sbin/jail/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.sbin/jail/Makefile b/usr.sbin/jail/Makefile
index 98d5c2074cd9..14266be83932 100644
--- a/usr.sbin/jail/Makefile
+++ b/usr.sbin/jail/Makefile
@@ -15,13 +15,6 @@ NO_WMISSING_VARIABLE_DECLARATIONS=
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR}
-# workaround for GNU ld (GNU Binutils) 2.33.1:
-# relocation truncated to fit: R_RISCV_GPREL_I against `.LANCHOR2'
-# https://bugs.freebsd.org/242109
-.if ${LINKER_TYPE} == "bfd" && ${MACHINE} == "riscv"
-CFLAGS+=-Wl,--no-relax
-.endif
-
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif