> On Jun 26, 2016, at 4:10 PM, James Almer wrote:
>
> On 6/23/2016 8:08 PM, Rick Kern wrote:
>> Fixes #4124: Invalid argument '-std=c99' not allowed with 'C++/ObjC++'
>> C++ files fail to compile. This adds '-std=c++11' to CXX_FLAGS to fix.
>>
>> Signed-off-by: Rick Kern
>> ---
>> common.mak |
On 6/23/2016 8:08 PM, Rick Kern wrote:
> Fixes #4124: Invalid argument '-std=c99' not allowed with 'C++/ObjC++'
> C++ files fail to compile. This adds '-std=c++11' to CXX_FLAGS to fix.
>
> Signed-off-by: Rick Kern
> ---
> common.mak | 2 +-
> configure | 1 +
> 2 files changed, 2 insertions(+),