1ifeq ($(subdir),io) 2sysdep_routines += pipe 3endif 4 5ifeq ($(subdir),stdlib) 6gen-as-const-headers += ucontext_i.sym 7endif 8 9ifeq ($(subdir),misc) 10gen-as-const-headers += sigaltstack-offsets.sym 11endif 12 13ifeq ($(subdir),math) 14# The libm.so link can't find __fpscr_values 15libm.so-no-z-defs = yes 16endif 17