diff options
| author | Jack Nagel | 2014-03-16 23:06:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 23:08:22 -0500 |
| commit | 3a9ccec60a7c8633809e66762b753bf1027804bc (patch) | |
| tree | dbcf7143e8e035f71bf36814743421bfbcf3ec7a /Library/ENV | |
| parent | d9c098b8d9f8c36f3f495e4e508e87d86501c8e3 (diff) | |
| download | homebrew-3a9ccec60a7c8633809e66762b753bf1027804bc.tar.bz2 | |
Filter out "-mno-dynamic-no-pic"
Diffstat (limited to 'Library/ENV')
| -rwxr-xr-x | Library/ENV/4.3/cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 5fb9433b2..e643c4c5f 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -120,7 +120,7 @@ class Cmd /^-O[0-9zs]?$/, '-fast', '-no-cpp-precomp', '-pedantic', '-pedantic-errors' when '-fopenmp', '-lgomp', '-mno-fused-madd', '-fforce-addr', - '-fno-defer-pop', '-fno-check-new' + '-fno-defer-pop', '-fno-check-new', '-mno-dynamic-no-pic' # clang doesn't support these flags args << arg if not tool =~ /^clang/ when /^-W.*/ |
