| Index: pnacl/build.sh
|
| diff --git a/pnacl/build.sh b/pnacl/build.sh
|
| index bba12699908c77c0f8db36ad8c676c99ba20d0ff..0ffccaba8c4aa973d31a909f8a876a2a2337b373 100755
|
| --- a/pnacl/build.sh
|
| +++ b/pnacl/build.sh
|
| @@ -459,11 +459,7 @@ libs() {
|
| compiler-rt-all
|
| libgcc_eh-all
|
| lib-cpp ${LIB_CXX_NAME} portable
|
| - # Note: The libc++ build with biased bitcode is disabled because
|
| - # biased bitcode builds of the C++ standard library are only used to
|
| - # build the IRT, and the default is currently libstdc++ so the biased
|
| - # version of libc++ isn't used.
|
| - # lib-cpp ${LIB_CXX_NAME} x86-64
|
| + lib-cpp ${LIB_CXX_NAME} x86-64
|
| lib-cpp ${LIB_STDCPP_NAME} portable
|
| lib-cpp ${LIB_STDCPP_NAME} x86-64
|
| }
|
|
|