csu: build for ARM
This commit is contained in:
parent
31d8526346
commit
ed9152a1a3
1 changed files with 4 additions and 0 deletions
|
@ -6,7 +6,11 @@ ELFSIZE=32
|
|||
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
.if defined(__MINIX) && ${MACHINE_ARCH} == "arm"
|
||||
CPPFLAGS+= -DLIBC_SCCS -DPIC -DELFSIZE=${ELFSIZE}
|
||||
.else
|
||||
CPPFLAGS+= -DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=${ELFSIZE}
|
||||
.endif
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/libexec/ld.elf_so
|
||||
CPPFLAGS+= -I${.CURDIR}/../common_elf
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/dlfcn
|
||||
|
|
Loading…
Reference in a new issue