Browse Source

gcc: fixed handling of GNU-11 flag.

tc-work-musl-mess
Nagy Károly Gábriel 8 years ago
parent
commit
4b37be0e22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/gcc/parse-config

+ 1
- 1
base/gcc/parse-config

@ -166,7 +166,7 @@ if hasflag GNU99; then
var_append GCC_WRAPPER_INSERT ' ' '-std=gnu99'
var_append SYSGCC_WRAPPER_INSERT ' ' '-std=gnu99'
fi
if hasflag GNU++11; then
if hasflag GNU-11; then
var_append CXX_WRAPPER_INSERT ' ' '-std=gnu++11'
var_append GCC_WRAPPER_INSERT ' ' '-std=gnu++11'
var_append SYSGCC_WRAPPER_INSERT ' ' '-std=gnu++11'

Loading…
Cancel
Save