aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/arm/Makefile
blob: 4063a74fce7eb78f3db7a5669420ffbebeb9c7a1 (plain) (blame)
1
2
3
4
5
6
7
8

.PATH: ${.CURDIR:H}/common

CFLAGS+=	-DCRT_IRELOC_SUPPRESS

CRT1OBJS+=	crt1_s.o

.include <bsd.lib.mk>