diff options
Diffstat (limited to 'gold/parameters.h')
-rw-r--r-- | gold/parameters.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/parameters.h b/gold/parameters.h index ce165dd..921a990 100644 --- a/gold/parameters.h +++ b/gold/parameters.h @@ -103,6 +103,10 @@ class Parameters const Target& default_target() const; + // Return true if TARGET is compatible with the current target. + bool + is_compatible_target(const Target*) const; + bool doing_static_link() const { |