mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
63d143a25d
Changes are tracked in ChangeLog.tile. Also add data/c++-types-tile-linux-gnu.data.
16 lines
382 B
Makefile
16 lines
382 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
|