Add -fuse-ld= for GCC linker option compatibility

* options.h (General_options): Add -fuse-ld= for GCC linker
	option compatibility.
This commit is contained in:
H.J. Lu 2013-01-07 16:57:57 +00:00
parent 8a80855445
commit 4f46f626dc
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
* options.h (General_options): Add -fuse-ld= for GCC linker
option compatibility.
2013-01-04 Cary Coutant <ccoutant@google.com>
* configure.ac: Fix typo restoring CXXFLAGS.

View File

@ -1199,6 +1199,10 @@ class General_options
DEFINE_special(end_lib, options::TWO_DASHES, '\0',
N_("End a library "), NULL);
DEFINE_string(fuse_ld, options::ONE_DASH, '\0', "",
N_("Ignored for GCC linker option compatibility"),
"");
// The -z options.
DEFINE_bool(combreloc, options::DASH_Z, '\0', true,