From 421f978273cda86cdc20b9e8ba53f56955bf067c Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Fri, 29 Jan 2016 17:48:17 +0100 Subject: [PATCH] Build compiler-rt with profiling, update compiler-rt --- mk/rt.mk | 2 +- src/compiler-rt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/rt.mk b/mk/rt.mk index 9dbbcbebb979d..74d40f6d0881f 100644 --- a/mk/rt.mk +++ b/mk/rt.mk @@ -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 diff --git a/src/compiler-rt b/src/compiler-rt index b6087e82ba138..e46ba702c0ec1 160000 --- a/src/compiler-rt +++ b/src/compiler-rt @@ -1 +1 @@ -Subproject commit b6087e82ba1384c4af3adf2dc68e92316f0d4caf +Subproject commit e46ba702c0ec175349460ab2dd14f3ba0851d094