diff options
| author | Adam Vandenberg | 2014-05-08 09:29:32 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-08 09:29:32 -0700 | 
| commit | 6e7415e19384f354bddc04febc48df83011c3a4a (patch) | |
| tree | 5b72db52d44f6366d24fa0f8db1e5e54acff6cab | |
| parent | 7dd1a855f6fd9da1b2e6639471e0a5e525da9e9d (diff) | |
| download | homebrew-6e7415e19384f354bddc04febc48df83011c3a4a.tar.bz2 | |
clang does not support -fno-regmove
| -rwxr-xr-x | Library/ENV/4.3/cc | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index cec436011..e51212f48 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -157,7 +157,8 @@ class Cmd        '-mno-dynamic-no-pic', '-fearly-inlining', '-finline-functions-called-once',        /^-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' +      '-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps', +      '-fno-regmove'        # clang doesn't support these flags        args << arg if not tool =~ /^clang/      when /^-W[alp],/, /^-Wno-/  | 
