Sébastien Marie 646b0b6392 pass stdc++ library path after LVVM library path
under openbsd, the library path of libstdc++ need to be explicit (due
to the fact the default linker `cc` is gcc-4.2, and not gcc-4.9).

but when a recent LLVM is installed, rustc compilation pikes the bad
LLVM version (which live in /usr/local/lib, which is same directory of
libestdc++.so for gcc-4.9).

this patch move the libstdc++ path from RUST_FLAGS_<target> to special
variable, and use it *after* LLVM_LIBDIR_RUSTFLAGS_<target> in
arguments.
2015-11-11 20:16:17 +01:00
..
2015-08-10 16:35:44 -07:00
2015-11-09 22:55:50 -08:00
2015-07-30 06:35:42 +10:00
2015-11-02 08:45:38 -08:00
2015-09-02 22:00:58 -04:00
2013-10-29 16:22:08 -07:00