diff options
author | Richard Lowe <richlowe@richlowe.net> | 2018-02-11 18:58:28 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2020-10-13 13:51:13 -0400 |
commit | 85f4cb87104c72587029a6e0f1663332c85ba118 (patch) | |
tree | 5ebef4ca549bc6422ac6b0627c440e7a7fbab167 /usr/src/lib/efcode | |
parent | 0a36db39c3cd88f4799ecd9db875f43d834d0a81 (diff) | |
download | illumos-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')
-rw-r--r-- | usr/src/lib/efcode/extend/sparcv9/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/efcode/interpreter/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/efcode/packages/sparcv9/Makefile | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/usr/src/lib/efcode/extend/sparcv9/Makefile b/usr/src/lib/efcode/extend/sparcv9/Makefile index 4c18f69631..aac5b13724 100644 --- a/usr/src/lib/efcode/extend/sparcv9/Makefile +++ b/usr/src/lib/efcode/extend/sparcv9/Makefile @@ -22,12 +22,10 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include $(SRC)/lib/Makefile.lib.64 -DYNFLAGS += $(FCODE64) -Mmapfile-extern +DYNFLAGS += $(FCODE64) -Wl,-Mmapfile-extern install: all $(ROOTLIBS64) 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) \ diff --git a/usr/src/lib/efcode/packages/sparcv9/Makefile b/usr/src/lib/efcode/packages/sparcv9/Makefile index 9147403a9e..f0c459a15b 100644 --- a/usr/src/lib/efcode/packages/sparcv9/Makefile +++ b/usr/src/lib/efcode/packages/sparcv9/Makefile @@ -22,12 +22,10 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include $(SRC)/lib/Makefile.lib.64 -DYNFLAGS += $(FCODE64) -M$(MAPFILE-EXT) +DYNFLAGS += $(FCODE64) -Wl,-M$(MAPFILE-EXT) install: all $(ROOTLIBS64) |