diff options
author | lloyd <[email protected]> | 2009-04-01 14:54:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-04-01 14:54:29 +0000 |
commit | 855b569d25b5810213ae7e52c04df4e5e0cf8d46 (patch) | |
tree | 9ca44d096b3a9129512c4f8240ed852141774cbb /src/build-data | |
parent | 2b29873755132035d2d600dc4e2b42ef42691c16 (diff) |
Start a new branch for C++0x experimentation.
With GCC, build as C++0x (set the binary name to my particular installed
GCC 4.4 snapshot).
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 68d79ddf8..bde1e5822 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-20090331" 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" |