about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/tile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/tile/Makefile')
-rw-r--r--ports/sysdeps/unix/sysv/linux/tile/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/tile/Makefile b/ports/sysdeps/unix/sysv/linux/tile/Makefile
deleted file mode 100644
index 0bcb95f63a..0000000000
--- a/ports/sysdeps/unix/sysv/linux/tile/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-ifeq ($(subdir),misc)
-
-# <sys/reg.h> provides something like x86 compatibility.
-# New code should probably use <arch/abi.h> instead.
-sysdep_headers += sys/reg.h
-
-# MIPS-style cacheflush routine
-sysdep_headers += sys/cachectl.h
-sysdep_routines += cacheflush
-
-# Control dataplane properties of current thread.
-sysdep_headers += sys/dataplane.h
-sysdep_routines += set_dataplane
-
-endif
-
-ifeq ($(subdir),elf)
-sysdep_routines += dl-vdso
-ifeq ($(build-shared),yes)
-# This is needed for DSO loading from static binaries.
-sysdep-dl-routines += dl-static
-sysdep_routines += dl-static
-sysdep-rtld-routines += dl-static
-endif
-endif