Skip to content

Commit

Permalink
Build compiler-rt with profiling, update compiler-rt
Browse files Browse the repository at this point in the history
  • Loading branch information
shahn committed Jan 29, 2016
1 parent 0f196bc commit 421f978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/rt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ COMPRT_AR_$(1) := $$(AR_$(1))
# We chomp -Werror here because GCC warns about the type signature of
# builtins not matching its own and the build fails. It's a bit hacky,
# but what can we do, we're building libclang-rt using GCC ......
COMPRT_CFLAGS_$(1) := $$(subst -Werror,,$$(CFG_GCCISH_CFLAGS_$(1))) -std=c99
COMPRT_CFLAGS_$(1) := $$(subst -Werror,,$$(CFG_GCCISH_CFLAGS_$(1)))

# FreeBSD Clang's packaging is problematic; it doesn't copy unwind.h to
# the standard include directory. This should really be in our changes to
Expand Down
2 changes: 1 addition & 1 deletion src/compiler-rt

0 comments on commit 421f978

Please sign in to comment.