blob: 9b82155393e312f1b0323558229e5c82100d87ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ifeq ($(subdir),misc)
sysdep_routines += ioperm iopl
endif
ifeq ($(subdir),stdlib)
sysdep_routines += __start_context
endif
ifeq ($(subdir),csu)
gen-as-const-headers += ucontext_i.sym
endif
ifeq ($(subdir),misc)
gen-as-const-headers += sigaltstack-offsets.sym
endif
|