blob: 1ead8f2ae3760eafc57f0d8eefff8fec1603d89a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
ifeq ($(subdir),io)
sysdep_routines += pipe
endif
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif
ifeq ($(subdir),math)
# The libm.so link can't find __fpscr_values
libm.so-no-z-defs = yes
endif
|