Use the correct variable, also limit the scope to bfd

PR:		242109
Reported by:	jhb
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
lwhsu 2019-11-20 16:54:21 +00:00
parent 8414de688a
commit d5e1f75eda

View File

@ -18,7 +18,7 @@ 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 ${MACHINE_ARCH} == "riscv"
.if ${LINKER_TYPE} == "bfd" && ${MACHINE} == "riscv"
CFLAGS+=-Wl,--no-relax
.endif