diff options
author | lloyd <[email protected]> | 2009-09-16 15:35:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-16 15:35:45 +0000 |
commit | aaf319491523ae103da2fd459cd94f7018c1cbce (patch) | |
tree | 16a03d3e3589d4faa31fa4af270fc13fca29919e /src/build-data | |
parent | 486165fedeb64bce3fce80939451514a21eb6ae4 (diff) | |
parent | cc8b60c7f5ea6be28848498367645cbccba035e8 (diff) |
propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc98ada83fb23d9)
to branch 'net.randombit.botan.c++0x' (head 6e3c13869f27636152cf11c65a7d8197a93641d9)
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/gcc b/src/build-data/cc/gcc index 978ed6d58..23671efce 100644 --- a/src/build-data/cc/gcc +++ b/src/build-data/cc/gcc @@ -1,6 +1,6 @@ realname "GNU C++" -binary_name "g++" +binary_name "g++-4.4.1" compiler_has_tr1 yes @@ -10,7 +10,7 @@ add_include_dir_option "-I" add_lib_dir_option "-L" add_lib_option "-l" -lang_flags "-D_REENTRANT -ansi -Wno-long-long" +lang_flags "-D_REENTRANT -ansi -Wno-long-long -std=c++0x" warning_flags "-W -Wall" #warning_flags "-Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wno-unused-parameter" |