summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/amd64/Makefile')
-rw-r--r--usr/src/lib/libc/amd64/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile
index ddb61be40f..369df1cbc0 100644
--- a/usr/src/lib/libc/amd64/Makefile
+++ b/usr/src/lib/libc/amd64/Makefile
@@ -1122,50 +1122,6 @@ CLOBBERFILES += $(LIB_PIC)
$(DYNLIB) := CRTI = crti.o
$(DYNLIB) := CRTN = crtn.o
-# Files which need the threads .il inline template
-TIL= \
- aio.o \
- alloc.o \
- assfail.o \
- atexit.o \
- atfork.o \
- cancel.o \
- door_calls.o \
- err.o \
- errno.o \
- lwp.o \
- ma.o \
- machdep.o \
- posix_aio.o \
- pthr_attr.o \
- pthr_barrier.o \
- pthr_cond.o \
- pthr_mutex.o \
- pthr_rwlock.o \
- pthread.o \
- rand.o \
- rwlock.o \
- scalls.o \
- sched.o \
- sema.o \
- sigaction.o \
- sigev_thread.o \
- spawn.o \
- stack.o \
- synch.o \
- tdb_agent.o \
- thr.o \
- thread_interface.o \
- thread_pool.o \
- thrp_unwind.o \
- tls.o \
- tmem.o \
- tsd.o
-
-$(TIL:%=pics/%) := CFLAGS64 += $(LIBCBASE)/threads/amd64.il
-
-# pics/mul64.o := CFLAGS64 += crt/mul64.il
-
# large-file-aware components that should be built large
#$(COMSYSOBJS64:%=pics/%) := \
@@ -1213,10 +1169,6 @@ STACKPROTECT = none
all: $(LIBS) $(LIB_PIC)
-# object files that depend on inline template
-$(TIL:%=pics/%): $(LIBCBASE)/threads/amd64.il
-# pics/mul64.o: crt/mul64.il
-
# include common libc targets
include ../Makefile.targ