[cig-commits] commit: Change g++-3.2 to g++ in the makefiles

Mercurial hg at geodynamics.org
Fri Mar 9 13:24:52 PST 2012


changeset:   2:db7491945826
user:        Walter Landry <boo at dante>
date:        Sun Dec 13 20:38:42 2009 -0800
files:       tests/conformance/Makefile tests/speed/Makefile
description:
Change g++-3.2 to g++ in the makefiles


diff -r 4654a142dc13 -r db7491945826 tests/conformance/Makefile
--- a/tests/conformance/Makefile	Sun Dec 13 20:37:57 2009 -0800
+++ b/tests/conformance/Makefile	Sun Dec 13 20:38:42 2009 -0800
@@ -1,7 +1,7 @@ all: test_all
 all: test_all
 VPATH=T2:T2s:T3:T3as:T3dg:T4ddg
 
-CXX = g++-3.2
+CXX = g++
 CXXOPTIMIZE =
 CXXFLAGS=-ftemplate-depth-100 -Drestrict= -DFTENSOR_DEBUG $(CXXOPTIMIZE)
 # CXXFLAGS=-O3 -ftemplate-depth-100 -Drestrict=__restrict__
diff -r 4654a142dc13 -r db7491945826 tests/speed/Makefile
--- a/tests/speed/Makefile	Sun Dec 13 20:37:57 2009 -0800
+++ b/tests/speed/Makefile	Sun Dec 13 20:38:42 2009 -0800
@@ -3,9 +3,9 @@
 # CXXFLAGS=--restrict --no_exceptions --max_pending_instantiations 100
 # # CXXFLAGS=+K3 --restrict --no_exceptions --inline_auto_space_time=750000000000000 --inline_implicit_space_time=200000000000000 --inline_generated_space_time=40000000000000.0 --inline_auto_space_time=100000000000000.0 --max_pending_instantiations 100
 
-CXX = g++-3.2
+CXX = g++
 CXXOPTIMIZE=-O3 -finline-functions -finline-limit-1000 -funroll-loops
-CXXFLAGS=-ftemplate-depth-100 -Drestrict= $(CXXOPTIMIZE)
+CXXFLAGS=-ftemplate-depth-1000 -Drestrict= $(CXXOPTIMIZE)
 # CXXFLAGS=-O3 -ftemplate-depth-100 -Drestrict= -fomit-frame-pointer -finline-functions -finline-limit-1000000000000 -ffast-math -fno-rtti -fno-exceptions
 # CXXFLAGS=-ftemplate-depth-100 -Drestrict=__restrict__
 # CXXFLAGS=-ansi -ftemplate-depth-100 -Drestrict=



More information about the CIG-COMMITS mailing list