Skip to content

Commit

Permalink
Fix build of compiler-rt on FreeBSD
Browse files Browse the repository at this point in the history
Broken since ee6011f removed cmake from the
process.  There are likely other platforms still broken, but I didn't test on
them.
  • Loading branch information
asomers committed Jul 24, 2016
1 parent fd1d360 commit 1afb17e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mk/rt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1afb17e

Please sign in to comment.