From 7609cf88c5992a31d6ab0db49aa0c77dea87193c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 11 May 2014 13:11:23 -0700 Subject: clang: add another unknown flag Fixes Homebrew/homebrew#29141. --- Library/ENV/4.3/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 2647554ad..257af9c06 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -158,7 +158,7 @@ class Cmd /^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks', '-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks', '-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps', - '-fno-regmove', '-fno-for-scope' + '-fno-regmove', '-fno-for-scope', '-multiply_definedsuppress' # clang doesn't support these flags args << arg if not tool =~ /^clang/ when /^-W[alp],/, /^-Wno-/ -- cgit v1.2.3