53b715b5ba
libcompiler_rt and libclang_rt.
15 lines
274 B
Makefile
15 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.ubsan_standalone_cxx-${CRTARCH}
|
|
|
|
CXXFLAGS+= -frtti
|
|
|
|
SRCS+= ubsan/ubsan_handlers_cxx.cc
|
|
SRCS+= ubsan/ubsan_type_hash.cc
|
|
SRCS+= ubsan/ubsan_type_hash_itanium.cc
|
|
SRCS+= ubsan/ubsan_type_hash_win.cc
|
|
|
|
.include <bsd.lib.mk>
|