freebsd-dev/lib/csu/arm/Makefile

10 lines
116 B
Makefile
Raw Normal View History

2004-05-14 12:19:04 +00:00
# $FreeBSD$
.PATH: ${.CURDIR:H}/common
2004-05-14 12:19:04 +00:00
CFLAGS+= -DCRT_IRELOC_SUPPRESS
2004-05-14 12:19:04 +00:00
CRT1OBJS+= crt1_s.o
2004-05-14 12:19:04 +00:00
.include <bsd.lib.mk>