From ba5234fbc927cd7054d8bacb5f7a19c1ca461d53 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Wed, 26 Jun 2013 17:26:04 -0400 Subject: [PATCH] bug 877937 - copy the work around to allow clang to build as C++11 to js/src/build/unix/headers/ r=glandium --- js/src/build/unix/headers/bits/c++config.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 js/src/build/unix/headers/bits/c++config.h diff --git a/js/src/build/unix/headers/bits/c++config.h b/js/src/build/unix/headers/bits/c++config.h new file mode 100644 index 00000000000..c0182c12858 --- /dev/null +++ b/js/src/build/unix/headers/bits/c++config.h @@ -0,0 +1,2 @@ +#include_next +#undef _GLIBCXX_USE_FLOAT128