diff options
Diffstat (limited to 'Library')
| -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 8bd7e6ad2..13bb08658 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -151,7 +151,7 @@ class Cmd args = %w{-pipe -w -Os} args << '-march=native' if tool =~ /clang/ args += %w{-arch i386 -arch x86_64} if cccfg? 'u' - args << "--std=#{@arg0}" if @arg0 =~ /c[89]9/ + args << "-std=#{@arg0}" if @arg0 =~ /c[89]9/ args else [] |
