49c5eacbbf
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
15 lines
227 B
Makefile
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>
|