]> git.lizzy.rs Git - rust.git/commit
Change the linkage order on linux and add -ldl
authorBrian Anderson <banderson@mozilla.com>
Mon, 17 Oct 2011 17:41:22 +0000 (10:41 -0700)
committerBrian Anderson <banderson@mozilla.com>
Mon, 17 Oct 2011 17:41:22 +0000 (10:41 -0700)
commit007422cc04226730234f352925a028f651fcd23a
treed462b61c41492e33c51eeca1698fd06c0171e091
parentb42e551285541a1634b0e5fd731109f74a4f9ef7
Change the linkage order on linux and add -ldl

-lrt and -ldl need to be specified after -lrustrt since they are only used by
rustrt.
src/comp/back/link.rs