glibc/ports/sysdeps/unix/sysv/linux/tile/Makefile
2012-10-29 13:47:57 -04:00

20 lines
437 B
Makefile

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
endif