diff options
Diffstat (limited to 'libc/sysdeps/linux/x86_64/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/x86_64/Makefile.arch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/x86_64/Makefile.arch b/libc/sysdeps/linux/x86_64/Makefile.arch index de7ce7285..0d14650ff 100644 --- a/libc/sysdeps/linux/x86_64/Makefile.arch +++ b/libc/sysdeps/linux/x86_64/Makefile.arch @@ -17,3 +17,10 @@ SSRC := \ ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y) SSRC += vfork.S clone.S endif + +ifeq ($(UCLIBC_LINUX_SPECIFIC),y) +ARCH_OBJ_FILTEROUT = sched_getcpu.c +ifeq ($(UCLIBC_HAS_TLS),y) +SSRC += sched_getcpu.S +endif +endif |