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:
parent
fd1d3603d4
commit
1afb17ed5f
1 changed files with 4 additions and 0 deletions
4
mk/rt.mk
4
mk/rt.mk
|
@ -384,7 +384,11 @@ COMPRT_OBJS_$(1) += emutls.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($$(findstring msvc,$(1)),)
|
ifeq ($$(findstring msvc,$(1)),)
|
||||||
|
|
||||||
|
ifeq ($$(findstring freebsd,$(1)),)
|
||||||
COMPRT_OBJS_$(1) += gcc_personality_v0.o
|
COMPRT_OBJS_$(1) += gcc_personality_v0.o
|
||||||
|
endif
|
||||||
|
|
||||||
COMPRT_OBJS_$(1) += emutls.o
|
COMPRT_OBJS_$(1) += emutls.o
|
||||||
|
|
||||||
ifeq ($$(findstring x86_64,$(1)),x86_64)
|
ifeq ($$(findstring x86_64,$(1)),x86_64)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue