blob: d1281cf469c0d3c702f217c6d408e13d6265bca2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
64bit-predefine = __powerpc64__
ifeq ($(subdir),rt)
librt-routines += rt-sysdep
endif
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif
ifeq ($(subdir),elf)
sysdep_routines += dl-vdso
endif
|