From 21b583ba4607a2613f29cccf04e7dc1d2fbb2f92 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 7 Mar 2013 22:42:26 -0600 Subject: [PATCH] -std, not --std --- Library/ENV/4.3/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 8bd7e6ad2e..13bb086581 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 []