2016-10-13 18:57:18 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
|
|
PACKAGE= clibs
|
|
|
|
LIB= gcc_eh
|
|
|
|
NO_PIC=
|
2016-11-11 23:28:07 +00:00
|
|
|
MK_SSP= no
|
2016-10-13 18:57:18 +00:00
|
|
|
WARNS?= 2
|
|
|
|
|
2020-08-24 09:20:33 +00:00
|
|
|
SRCS_EXC+= int_util.c
|
2016-10-13 18:57:18 +00:00
|
|
|
.include "Makefile.inc"
|
|
|
|
|
2019-12-11 17:38:15 +00:00
|
|
|
.if ${.MAKE.LEVEL} > 0
|
|
|
|
# avoid circular dependencies
|
|
|
|
GENDIRDEPS_FILTER+= Nlib/msun
|
|
|
|
CFLAGS+= -I${SRCTOP}/lib/msun/src
|
|
|
|
.endif
|
|
|
|
|
2016-10-13 18:57:18 +00:00
|
|
|
.include <bsd.lib.mk>
|