about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/nios2/Makefile
blob: 20910fa013128ce8701cd3936fcc8f44e990960f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif

ifeq ($(subdir),misc)
# MIPS-style cacheflush routine
sysdep_headers += sys/cachectl.h
sysdep_routines += cacheflush
endif

ifeq ($(subdir),nptl)
libpthread-routines := $(filter-out pt-vfork,$(libpthread-routines))
endif