]> git.lizzy.rs Git - rust.git/commit
Changed addl_lib_search_paths from HashSet to Vec
authorinrustwetrust <inrustwetrust@users.noreply.github.com>
Sun, 31 Aug 2014 17:07:27 +0000 (19:07 +0200)
committerinrustwetrust <inrustwetrust@users.noreply.github.com>
Sun, 7 Sep 2014 09:42:02 +0000 (11:42 +0200)
commit61414a985004a8948be8d01de11f4e55ef0dbad4
treeb86a4824305038080732f0bd73b5871252c565e0
parent57781c3c30babf85ee7a95f586ef5dcfb30104f8
Changed addl_lib_search_paths from HashSet to Vec

This makes the extra library paths given to the gcc linker come in
the same order as the -L options on the rustc command line.
src/librustc/back/link.rs
src/librustc/driver/config.rs
src/librustc/metadata/filesearch.rs
src/librustdoc/core.rs
src/librustdoc/lib.rs
src/librustdoc/markdown.rs
src/librustdoc/test.rs