aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/lto-wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/lto-wrapper.c')
-rw-r--r--gcc-4.9/gcc/lto-wrapper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/lto-wrapper.c b/gcc-4.9/gcc/lto-wrapper.c
index 8e9a56671..1607ab3bf 100644
--- a/gcc-4.9/gcc/lto-wrapper.c
+++ b/gcc-4.9/gcc/lto-wrapper.c
@@ -406,6 +406,7 @@ merge_and_complain (struct cl_decoded_option **decoded_options,
/* Fallthru. */
case OPT_fPIC:
case OPT_fpic:
+ case OPT_fPIE:
case OPT_fpie:
case OPT_fcommon:
case OPT_fexceptions:
@@ -671,6 +672,7 @@ run_gcc (unsigned argc, char *argv[])
{
case OPT_fPIC:
case OPT_fpic:
+ case OPT_fPIE:
case OPT_fpie:
case OPT_fcommon:
case OPT_fexceptions: