aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/opts.c')
-rw-r--r--gcc-4.4.0/gcc/opts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.4.0/gcc/opts.c b/gcc-4.4.0/gcc/opts.c
index f20b65568..1979b2676 100644
--- a/gcc-4.4.0/gcc/opts.c
+++ b/gcc-4.4.0/gcc/opts.c
@@ -2179,6 +2179,10 @@ common_handle_option (size_t scode, const char *arg, int value,
/* These are no-ops, preserved for backward compatibility. */
break;
+ case OPT_fuse_ld_:
+ /* No-op. Used by the driver and passed to us because it starts with f. */
+ break;
+
default:
/* If the flag was handled in a standard way, assume the lack of
processing here is intentional. */