]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/ubsan_standalone_cxx/Makefile
Update build glue for libclang_rt.
[FreeBSD/FreeBSD.git] / lib / libclang_rt / ubsan_standalone_cxx / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 LIB=            clang_rt.ubsan_standalone_cxx-${CRTARCH}
6
7 CXXFLAGS+=      -frtti
8
9 SRCS+=          ubsan/ubsan_handlers_cxx.cpp
10 SRCS+=          ubsan/ubsan_type_hash.cpp
11 SRCS+=          ubsan/ubsan_type_hash_itanium.cpp
12
13 .include <bsd.lib.mk>