superenv: remove duplicate -multiply_definedsuppress filter

This reverts commit 61d8a8e029079ca1922df735683c2b5eb6a39db1.
This commit is contained in:
Misty De Meo 2014-05-12 08:53:20 -07:00
parent 176e5ab72c
commit 38765ae9fd

View File

@ -158,7 +158,7 @@ class Cmd
/^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks', /^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks',
'-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks', '-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks',
'-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps', '-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps',
'-fno-regmove', '-fno-for-scope', '-multiply_definedsuppress' '-fno-regmove', '-fno-for-scope'
# clang doesn't support these flags # clang doesn't support these flags
args << arg if not tool =~ /^clang/ args << arg if not tool =~ /^clang/
when /^-W[alp],/, /^-Wno-/ when /^-W[alp],/, /^-Wno-/