diff options
author | lloyd <[email protected]> | 2009-12-28 14:51:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-28 14:51:36 +0000 |
commit | fdc97d0ce2e7f45c07e263a1deca7a33029d33f2 (patch) | |
tree | 2de62b76615c63be74571f51cf1a799f4df6de3f /src | |
parent | 9928c80afe38cc39bea1d2d0c5a69cbeee358197 (diff) |
Switch to newly installed gcc snapshot (svn r155312). Don't need -Wno-long-long
anymore, C++0x always has long long.
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/cc/gcc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 95340f5c0..036153e47 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -1,6 +1,6 @@ macro_name GCC -binary_name g++-4.5-20091112 +binary_name g++-4.5-r155312 compile_option "-c " output_to_option "-o " @@ -8,7 +8,7 @@ add_include_dir_option -I add_lib_dir_option -L add_lib_option -l -lang_flags "-ansi -Wno-long-long -std=c++0x" +lang_flags "-ansi -std=c++0x" warning_flags "-W -Wall" #warning_flags "-Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wno-unused-parameter" |