summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/Makefile.arch
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/mips/Makefile.arch6
1 files changed, 5 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile.arch b/libc/sysdeps/linux/mips/Makefile.arch
index cb0f52403..73e64991c 100644
--- a/libc/sysdeps/linux/mips/Makefile.arch
+++ b/libc/sysdeps/linux/mips/Makefile.arch
@@ -8,7 +8,11 @@
CSRC := \
__longjmp.c brk.c setjmp_aux.c mmap.c __syscall_error.c \
cacheflush.c pread_write.c sysmips.c _test_and_set.c \
- readahead.c posix_fadvise.c posix_fadvise64.c
+ readahead.c
+
+ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),y)
+CSRC += posix_fadvise.c posix_fadvise64.c
+endif
ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y)
CSRC += sigaction.c