summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/amd64
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2020-02-06 22:29:26 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2020-02-06 22:29:26 +0000
commit2629cc82ee1e239547b58417ba97fc7e8d7543b7 (patch)
tree18b980a7381c905ce45a6d47f4ee362a6b8ce628 /usr/src/lib/libc/amd64
parent87ac38635bca3ad78b33c32c180ddd98902428fd (diff)
downloadillumos-joyent-2629cc82ee1e239547b58417ba97fc7e8d7543b7.tar.gz
12217 add ld assert-deflib and guidance to gate build [fix duplicate makefile definitions from our local modifications]
Diffstat (limited to 'usr/src/lib/libc/amd64')
-rw-r--r--usr/src/lib/libc/amd64/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile
index b532a126bf..dfd4069e85 100644
--- a/usr/src/lib/libc/amd64/Makefile
+++ b/usr/src/lib/libc/amd64/Makefile
@@ -1225,17 +1225,6 @@ $(ASSYMDEP_OBJS:%=pics/%): assym.h
# assym.h build rules
GENASSYM_C = genassym.c
-LDFLAGS.native = $(LDASSERTS) $(ZASSERTDEFLIB)=libc.so $(BDIRECT)
-
-genassym: $(GENASSYM_C)
- $(NATIVECC) $(NATIVE_CFLAGS) -Iinc -I$(LIBCDIR)/inc $(CPPFLAGS.native) \
- $(LDFLAGS.native) -o $@ $(GENASSYM_C)
-
-OFFSETS = $(LIBCDIR)/$(MACH)/offsets.in
-
-assym.h: $(OFFSETS) genassym
- $(OFFSETS_CREATE) <$(OFFSETS) >$@
- ./genassym >>$@
# derived C source and related explicit dependencies
$(LIBCDIR)/port/gen/errlst.c + \