Support --hash-style=gnu.

This commit is contained in:
Ian Lance Taylor
2008-03-06 00:15:04 +00:00
parent 94633a5094
commit 13670ee669
3 changed files with 50 additions and 16 deletions

View File

@@ -465,6 +465,10 @@ class General_options
DEFINE_string(soname, options::ONE_DASH, 'h', NULL,
_("Set shared library name"), _("FILENAME"));
DEFINE_enum(hash_style, options::TWO_DASHES, '\0', "sysv",
_("Dynamic hash style"), _("[sysv,gnu,both]"),
{"sysv", "gnu", "both"});
DEFINE_string(dynamic_linker, options::TWO_DASHES, 'I', NULL,
_("Set dynamic linker path"), _("PROGRAM"));