Implement -Bstatic/-Bdynamic.

This commit is contained in:
Ian Lance Taylor
2007-10-22 18:04:43 +00:00
parent ee6d2efee9
commit 6161122258
3 changed files with 12 additions and 3 deletions

View File

@@ -397,8 +397,8 @@ class Position_dependent_options
public:
Position_dependent_options();
// -Bstatic: Whether we are searching for a static archive rather
// than a shared object.
// -Bdynamic/-Bstatic: Whether we are searching for a static archive
// -rather than a shared object.
bool
do_static_search() const
{ return this->do_static_search_; }