about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-16 10:45:04 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-04-17 11:39:51 -0700
commitacdee8b904178e13616cea8c31bcdb1f063ddef5 (patch)
tree94f61225760e85142266ed53cdf3d27295ced683 /src/rustllvm/ExecutionEngineWrapper.cpp
parent36d5635273f7759b9aedce04bc8b111edb9c0742 (diff)
downloadrust-acdee8b904178e13616cea8c31bcdb1f063ddef5.tar.gz
rust-acdee8b904178e13616cea8c31bcdb1f063ddef5.zip
llvm: Add an option to statically link libstdc++
The goal of the snapshot bots is to produce binaries which can run in as many
locations as possible. Currently we build on Centos 6 for this reason, but with
LLVM's update to C++11, this reduces the number of platforms that we could
possibly run on.

This adds a --enable-llvm-static-stdcpp option to the ./configure script for
Rust which will enable building a librustc with a static dependence on
libstdc++. This normally isn't necessary, but this option can be used on the
snapshot builders in order to continue to make binaries which should be able to
run in as many locations as possible.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions