freebsd-dev/lib/libgcc_s/Makefile
Ed Maste 49c5eacbbf Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementation
They are not yet connected to the build, but I am adding them to allow
for easier testing, ports exp-runs, etc.

Reviewed by:	ed
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D8188
2016-10-13 18:57:18 +00:00

15 lines
227 B
Makefile

# $FreeBSD$
PKG= clibs
SHLIB_NAME= libgcc_s.so.1
WARNS?= 2
LDFLAGS+= -nodefaultlibs
VERSION_MAP= ${.CURDIR}/Version.map
.include "../libcompiler_rt/Makefile.inc"
.include "../libgcc_eh/Makefile.inc"
.include <bsd.lib.mk>