blob: ecd8057951c178e481b3e34f4a29e3723a796573 (
plain)
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)
routines += dl-vdso
endif
|