Merge branch 'master' into cvm

This commit is contained in:
graham
2009-05-01 10:11:25 +01:00
26 changed files with 330 additions and 268 deletions

View File

@ -1,4 +1,4 @@
c++DBUG =
c++OPT = -march=opteron -O3
c++OPT = -O3
#c++OPT = -march=nocona -O3
# -ftree-vectorize -ftree-vectorizer-verbose=3

View File

@ -1,2 +1,2 @@
cDBUG =
cOPT = -march=opteron -O3 -fno-gcse
cOPT = -O3

View File

@ -1,5 +1,5 @@
CPP = /lib/cpp $(GFLAGS)
LD = ld -A64
LD = ld
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl