From fdc97d0ce2e7f45c07e263a1deca7a33029d33f2 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 28 Dec 2009 14:51:36 +0000 Subject: Switch to newly installed gcc snapshot (svn r155312). Don't need -Wno-long-long anymore, C++0x always has long long. --- src/build-data/cc/gcc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/build-data/cc') 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" -- cgit v1.2.3