13 lines
204 B
Makefile
13 lines
204 B
Makefile
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
|