aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/collect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/collect2.c')
-rw-r--r--gcc-4.9/gcc/collect2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/collect2.c b/gcc-4.9/gcc/collect2.c
index 5a2ec0b5d..ddc190487 100644
--- a/gcc-4.9/gcc/collect2.c
+++ b/gcc-4.9/gcc/collect2.c
@@ -1345,6 +1345,12 @@ main (int argc, char **argv)
ld1--;
ld2--;
}
+ else if (strncmp (arg, "-fno-lto", 8) == 0)
+ {
+ /* Do not pass -fno-lto to the linker. */
+ ld1--;
+ ld2--;
+ }
#ifdef TARGET_AIX_VERSION
else
{