mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-05 14:09:48 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
25 lines
476 B
Makefile
25 lines
476 B
Makefile
.include <src.opts.mk>
|
|
|
|
PACKAGE= clibs
|
|
LIB= gcc_eh
|
|
NO_PIC=
|
|
MK_SSP= no
|
|
WARNS?= 2
|
|
|
|
SRCS_EXC+= int_util.c
|
|
.include "Makefile.inc"
|
|
|
|
INCS+= ${UNWINDINCDIR}/__libunwind_config.h
|
|
INCS+= ${UNWINDINCDIR}/libunwind.h
|
|
INCS+= ${UNWINDINCDIR}/unwind.h
|
|
INCS+= ${UNWINDINCDIR}/unwind_arm_ehabi.h
|
|
INCS+= ${UNWINDINCDIR}/unwind_itanium.h
|
|
|
|
.if ${.MAKE.LEVEL} > 0
|
|
# avoid circular dependencies
|
|
GENDIRDEPS_FILTER+= Nlib/msun
|
|
CFLAGS+= -I${SRCTOP}/lib/msun/src
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|