blob: fcf62b8053af76ba91030cfa6f61bdc55149ee32 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
ifeq ($(subdir), csu)
CPPFLAGS-start.S = -D__ASSEMBLY__
endif
ifeq ($(subdir),elf)
sysdep-dl-routines += dl-symaddr dl-fptr
sysdep_routines += $(sysdep-dl-routines)
endif
|