rust/mk
Sébastien Marie 049d76bdd2 Pass libstdc++.so path to linker under OpenBSD
By default, the linker in use under OpenBSD is the linker of base, which
don't include /usr/local/lib where libstdc++ of gcc-4.9 lives. We need
to add this directory to linker-path-search (using -L).

Search the path of libstdc++.a, which is a known name (libstdc++.so has
SO_VERSION) in the same directory.
2015-09-20 19:06:37 +02:00
..
cfg New cross target: i686-linux-android 2015-08-23 15:38:11 +08:00
clean.mk
crates.mk add MIR crate and link it into the driver 2015-09-06 07:27:23 -04:00
ctags.mk
debuggers.mk
dist.mk Don't include *.pyc files in source tarball 2015-09-19 20:04:10 +12:00
docs.mk Introduce 'make doc' -> 'make docs' 2015-09-02 22:00:58 -04:00
grammar.mk
host.mk
install.mk
llvm.mk add support for non-standard name of stdc++ library 2015-09-18 18:03:59 +02:00
main.mk Bump to 1.5 2015-09-15 14:05:10 -07:00
perf.mk
platform.mk Pass libstdc++.so path to linker under OpenBSD 2015-09-20 19:06:37 +02:00
prepare.mk
reconfig.mk
rt.mk Add line numbers to windows-gnu backtraces 2015-09-04 01:25:15 +01:00
rustllvm.mk
snap.mk
stage0.mk
target.mk plumbing to automatically run MIR for crates where it works; 2015-09-06 07:27:23 -04:00
tests.mk rmake: Get all tests passing on MSVC 2015-09-17 08:40:33 -07:00
util.mk