Fix build of compiler-rt on FreeBSD

Broken since ee6011fc71 removed cmake from the
process.  There are likely other platforms still broken, but I didn't test on
them.
This commit is contained in:
Alan Somers 2016-07-24 04:48:26 +00:00
parent fd1d3603d4
commit 1afb17ed5f
1 changed files with 4 additions and 0 deletions

View File

@ -384,7 +384,11 @@ COMPRT_OBJS_$(1) += emutls.o
endif
ifeq ($$(findstring msvc,$(1)),)
ifeq ($$(findstring freebsd,$(1)),)
COMPRT_OBJS_$(1) += gcc_personality_v0.o
endif
COMPRT_OBJS_$(1) += emutls.o
ifeq ($$(findstring x86_64,$(1)),x86_64)