From 56998c398eb31be4b0b8aa0b40c7b1c52b22509c Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 29 Mar 2018 10:40:29 +0000 Subject: Switch to ld.bfd by default as ld.ldd doesn't have built-in default output target. PR: 226987 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) --- lang/rexx-imc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 5bf6c2dd0ecb..4824f4e32089 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ARGS= o all # configures and builds in one step NO_BUILD= yes USE_LDCONFIG= yes +LLD_UNSAFE= yes +BINARY_ALIAS= ld=ld.bfd DOCFILES= rexx.info rexx.ref rexx.summary rexx.tech RMEFILES= README README.Y2K README.bugreport README.docs \ -- cgit