summaryrefslogtreecommitdiff
path: root/usr/src/lib/efcode/interpreter
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2018-02-11 18:58:28 +0000
committerRichard Lowe <richlowe@richlowe.net>2020-10-13 13:51:13 -0400
commit85f4cb87104c72587029a6e0f1663332c85ba118 (patch)
tree5ebef4ca549bc6422ac6b0627c440e7a7fbab167 /usr/src/lib/efcode/interpreter
parent0a36db39c3cd88f4799ecd9db875f43d834d0a81 (diff)
downloadillumos-joyent-85f4cb87104c72587029a6e0f1663332c85ba118.tar.gz
13184 Stop translating ld(1) options through cw(1)
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/lib/efcode/interpreter')
-rw-r--r--usr/src/lib/efcode/interpreter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/efcode/interpreter/Makefile b/usr/src/lib/efcode/interpreter/Makefile
index b8ee762d46..d0099ae275 100644
--- a/usr/src/lib/efcode/interpreter/Makefile
+++ b/usr/src/lib/efcode/interpreter/Makefile
@@ -36,7 +36,7 @@ CPPFLAGS += -DDEBUG -DFCODE_INTERNAL
CPPFLAGS += -I ../include -I $(ROOT)/usr/platform/sun4u/include
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += $(CNOWARN_UNINIT)
-LDFLAGS += -R/usr/lib/efcode/$(MACH64) -M mapfile64
+LDFLAGS += -R/usr/lib/efcode/$(MACH64) -Wl,-Mmapfile64
LIBS = fcode.so fcdriver.so
$(PROG) := LDLIBS += -L$(ADJUNCT_PROTO)/usr/lib/efcode/$(MACH64) \