diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-02-08 13:02:33 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-02-08 13:02:33 +0000 |
| commit | a1d6a2531188cc9154c8090624e5527e4703867b (patch) | |
| tree | 99b69ccc17f40c55018cf0a31f76b0d6e9e814d6 /usr/src/lib/libc/amd64 | |
| parent | 7a899a42e86d8d3e6d7d3eaf31bcacc6411fbb74 (diff) | |
| parent | 2a1fd0ffe121888d44fdec321c25b53dcfaa9118 (diff) | |
| download | illumos-joyent-a1d6a2531188cc9154c8090624e5527e4703867b.tar.gz | |
[illumos-gate merge]
commit 2a1fd0ffe121888d44fdec321c25b53dcfaa9118
10318 Remove starfire support
commit 84a8796cdac4378079f720e0ca4d2ff15eb1b8b7
10353 uts: tem_safe_pix_clear_prom_output() fails to clear the first line
commit e09cef950d257b6d3955013d461825bbc79322ef
10345 segspt_badop: cast between incompatible function types
commit 5a80180135ef1464c88328124fbd15e94a5fb632
10337 uts: tem implement cls callback & visual_io v4
commit 82bb7c22d8e83f1de600f67544ab4c79e4d44b14
10331 uts: gfx_private bitmap framebuffer implementation
commit 11f30dc397b17ef5d8b607824b7b028e4d3c4648
10314 nvmeadm: NULL pointer errors
commit 0fbb50554d1bc9b33ef3b8e4e35eef6d94a8a56e
10237 Disable smatch for iasl
commit f821b9564d61a645b0618fe71d527eeec8b2e4b5
10339 uts: x86 should have tem 80x25
commit 09e2ab34f6c69b170fe7478e8b011d6bb505e0d9
10322 usr/lib/libc - remove lint and lint libraries
Conflicts:
usr/src/uts/i86xpv/Makefile.files
Diffstat (limited to 'usr/src/lib/libc/amd64')
| -rw-r--r-- | usr/src/lib/libc/amd64/Makefile | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile index 2e5b58e349..9888b3c02c 100644 --- a/usr/src/lib/libc/amd64/Makefile +++ b/usr/src/lib/libc/amd64/Makefile @@ -25,6 +25,7 @@ # Copyright 2013 Garrett D'Amore <garrett@damore.org> # Copyright 2018 Nexenta Systems, Inc. # Copyright (c) 2019, Joyent, Inc. +# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # LIBCBASE= . @@ -1102,37 +1103,6 @@ CLEANFILES += \ CLOBBERFILES += $(LIB_PIC) -# list of C source for lint -SRCS= \ - $(ATOMICOBJS:%.o=$(SRC)/common/atomic/%.c) \ - $(XATTROBJS:%.o=$(SRC)/common/xattr/%.c) \ - $(COMOBJS:%.o=$(SRC)/common/util/%.c) \ - $(PORTFP:%.o=$(LIBCDIR)/port/fp/%.c) \ - $(PORTGEN:%.o=$(LIBCDIR)/port/gen/%.c) \ - $(PORTI18N:%.o=$(LIBCDIR)/port/i18n/%.c) \ - $(PORTINET:%.o=$(LIBCDIR)/port/inet/%.c) \ - $(PORTLOCALE:%.o=$(LIBCDIR)/port/locale/%.c) \ - $(PORTPRINT:%.o=$(LIBCDIR)/port/print/%.c) \ - $(PORTREGEX:%.o=$(LIBCDIR)/port/regex/%.c) \ - $(PORTSTDIO:%.o=$(LIBCDIR)/port/stdio/%.c) \ - $(PORTSYS:%.o=$(LIBCDIR)/port/sys/%.c) \ - $(AIOOBJS:%.o=$(LIBCDIR)/port/aio/%.c) \ - $(RTOBJS:%.o=$(LIBCDIR)/port/rt/%.c) \ - $(SECFLAGSOBJS:%.o=$(SRC)/common/secflags/%.c) \ - $(TPOOLOBJS:%.o=$(LIBCDIR)/port/tpool/%.c) \ - $(THREADSOBJS:%.o=$(LIBCDIR)/port/threads/%.c) \ - $(THREADSMACHOBJS:%.o=threads/%.c) \ - $(UNICODEOBJS:%.o=$(SRC)/common/unicode/%.c) \ - $(UNWINDMACHOBJS:%.o=unwind/%.c) \ - $(FPOBJS:%.o=fp/%.c) \ - $(I386FPOBJS:%.o=$(LIBCDIR)/i386/fp/%.c) \ - $(LIBCBASE)/gen/ecvt.c \ - $(LIBCBASE)/gen/makectxt.c \ - $(LIBCBASE)/gen/siginfolst.c \ - $(LIBCBASE)/gen/siglongjmp.c \ - $(LIBCBASE)/gen/sync_instruction_memory.c \ - $(LIBCBASE)/sys/uadmin.c - # conditional assignments # $(DYNLIB) $(LIB_PIC) := DYNOBJS = _rtbootld.o $(DYNLIB) := CRTI = crti.o @@ -1223,18 +1193,6 @@ pics/gettimeofday.o := CPPFLAGS += $(COMMPAGE_CPPFLAGS) all: $(LIBS) $(LIB_PIC) -lint := CPPFLAGS += -I$(LIBCDIR)/$(MACH)/fp -lint := CPPFLAGS += -D_MSE_INT_H -D_LCONV_C99 -lint := LINTFLAGS64 += -mn -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED - -lint: - @echo $(LINT.c) ... $(LDLIBS) - @$(LINT.c) $(SRCS) $(LDLIBS) - -$(LINTLIB):= SRCS=$(LIBCDIR)/port/llib-lc -$(LINTLIB):= CPPFLAGS += -D_MSE_INT_H -$(LINTLIB):= LINTFLAGS64=-nvx -m64 - # object files that depend on inline template $(TIL:%=pics/%): $(LIBCBASE)/threads/amd64.il # pics/mul64.o: crt/mul64.il |
