diff options
author | Toomas Soome <tsoome@me.com> | 2020-01-17 09:49:43 -0800 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2020-02-05 19:00:00 +0200 |
commit | 5801b0f01c3c34499a929ed96164a5a68b470945 (patch) | |
tree | 50e06e6f9eb27ea820f4f4e711c485499aad6e86 /usr/src/common | |
parent | 948761701ebc8a0cf820a973780b2fbb931c4390 (diff) | |
download | illumos-joyent-5801b0f01c3c34499a929ed96164a5a68b470945.tar.gz |
12217 add ld assert-deflib and guidance to gate build
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/common')
-rw-r--r-- | usr/src/common/mapfiles/gen/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/common/mapfiles/gen/Makefile b/usr/src/common/mapfiles/gen/Makefile index 6b22b34116..f49787d1fa 100644 --- a/usr/src/common/mapfiles/gen/Makefile +++ b/usr/src/common/mapfiles/gen/Makefile @@ -31,6 +31,9 @@ include $(SRC)/Makefile.master $(__GNUC)FILES= $(MACH)_gcc_map.noexeglobs $(__SUNC)FILES= $(MACH)_cc_map.noexeglobs +NATIVE_LIBS += libc.so +LDFLAGS += $(BDIRECT) + $(__GNUC)$(BUILD64)FILES += $(MACH64)_gcc_map.noexeglobs $(__SUNC)$(BUILD64)FILES += $(MACH64)_cc_map.noexeglobs @@ -44,8 +47,6 @@ TEMPLATE2= map.noexeglobs.2.template all install: $(FILES) -lint: - clean: $(RM) $(SYMS1) $(SYMS2) $(MAIN1) $(MAIN2) |