Add fuse-ld= for GCC linker option compatibility
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 7 Jan 2013 16:58:59 +0000 (16:58 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 7 Jan 2013 16:58:59 +0000 (16:58 +0000)
* lexsup.c (ld_options): Add fuse-ld= for GCC linker option
compatibility.

ld/ChangeLog
ld/lexsup.c

index dbc37f9f87c428895c269377f807312ff522a632..77de10e9dfbfa07b92efb628c929563c8092582a 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
+       compatibility.
+
 2013-01-07  Patrice Dumas  <pertusus@free.fr>
 
        * ld.texinfo: Replace @ with @@ when it is part of the text.
index 35041b19b9be0d8b2013990f8c5fab4b48df7ba2..4fd929a6ba54f9fe3c96c990eca9d987977a2164 100644 (file)
@@ -175,6 +175,9 @@ static const struct ld_option ld_options[] =
     '\0', NULL, N_("Ignored for GCC LTO option compatibility"),
     ONE_DASH },
 #endif /* ENABLE_PLUGINS */
+  { {"fuse-ld=", required_argument, NULL, OPTION_IGNORE},
+    '\0', NULL, N_("Ignored for GCC linker option compatibility"),
+    ONE_DASH },
   { {"Qy", no_argument, NULL, OPTION_IGNORE},
     '\0', NULL, N_("Ignored for SVR4 compatibility"), ONE_DASH },
   { {"emit-relocs", no_argument, NULL, 'q'},
This page took 0.043878 seconds and 4 git commands to generate.