about summary refs log tree commit diff
path: root/src/libsyntax/errors
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2015-09-18 23:02:05 +0200
committerSébastien Marie <semarie@users.noreply.github.com>2015-09-20 19:06:37 +0200
commit049d76bdd2ac7b3e65dc70b91e3b1e95e1a12d43 (patch)
treefde231002932568b1c6dc4d9b089639aedbab686 /src/libsyntax/errors
parent25aaeb40b11a5983ed6000a8e466c08a701dfb99 (diff)
downloadrust-049d76bdd2ac7b3e65dc70b91e3b1e95e1a12d43.tar.gz
rust-049d76bdd2ac7b3e65dc70b91e3b1e95e1a12d43.zip
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.
Diffstat (limited to 'src/libsyntax/errors')
0 files changed, 0 insertions, 0 deletions