* configure.ac: Add --with-lib-path option. Define LIB_PATH and
authorIan Lance Taylor <ian@airs.com>
Thu, 3 Nov 2011 04:32:01 +0000 (04:32 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 3 Nov 2011 04:32:01 +0000 (04:32 +0000)
commit3f3cddf146bb20f8222ce6ed8c8ffc6ee9c59124
treeca8130f91064ed5ffc266840f2633256acae10e9
parenta8e2273bba9b658132165d70edb8b47023193e82
* configure.ac: Add --with-lib-path option.  Define LIB_PATH and
NATIVE_LINKER.
* Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
* options.cc (General_options::finalize): Use library search path
from configure script if specified.  If not native and no sysroot,
only search TOOLLIBDIR.
* options.h (Search_directory::Search_directory): Change name to
const std::string&.
(General_options::add_to_library_path_with_sysroot): Change arg to
const std::string&.
* configure, Makefile.in, config.in: Rebuild.
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
gold/config.in
gold/configure
gold/configure.ac
gold/options.cc
gold/options.h
This page took 0.027516 seconds and 4 git commands to generate.