diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-13 17:29:50 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-15 08:22:16 -0800 |
| commit | 7a37294accc0f5b4e8259de1fe385fbbcdcf1845 (patch) | |
| tree | ce9604c8d9cae277974bbf3e76f1389ea5430ceb /Makefile.in | |
| parent | 7bebdbd96826cc70c8e39d025a64b76cd64a2ee7 (diff) | |
| download | rust-7a37294accc0f5b4e8259de1fe385fbbcdcf1845.tar.gz rust-7a37294accc0f5b4e8259de1fe385fbbcdcf1845.zip | |
Add a configure to disable libstd version injection
We'll use this when building snapshots so we can upgrade freely, but all compilers will inject a version by default.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 1d71e32abb9..bef6ece5505 100644 --- a/Makefile.in +++ b/Makefile.in @@ -418,6 +418,7 @@ export CFG_PREFIX export CFG_LIBDIR export CFG_RUSTLIBDIR export CFG_LIBDIR_RELATIVE +export CFG_DISABLE_INJECT_STD_VERSION ###################################################################### # Subprograms |
