Skip to content
Snippets Groups Projects
Commit b773710d authored by mattijs's avatar mattijs
Browse files

remove opteron and no-gcse switch

	modified:   SiCortex64Gcc/cOpt
	modified:   SunOS64Gcc/cOpt
	modified:   linux64Gcc/c++Opt
	modified:   linux64Gcc/cOpt
	modified:   linux64Gcc/general
	modified:   linux64Gcc42/c++Opt
	modified:   linux64Gcc42/cOpt
	modified:   linuxGcc/c++
	modified:   linuxGcc/cDebug
	modified:   linuxGcc/general
	modified:   linuxIA64Gcc/cOpt
parent 23ef5f08
Branches
Tags
No related merge requests found
cDBUG =
cOPT = -O3 -fno-gcse
cOPT = -O3
cDBUG =
cOPT = -O3 -fno-gcse
cOPT = -O3
c++DBUG =
c++OPT = -march=opteron -O3
c++OPT = -O3
#c++OPT = -march=nocona -O3
# -ftree-vectorize -ftree-vectorizer-verbose=3
cDBUG =
cOPT = -march=opteron -O3 -fno-gcse
cOPT = -O3
CPP = /lib/cpp $(GFLAGS)
LD = ld -A64
LD = ld
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
......
c++DBUG =
c++OPT = -march=opteron -O3
c++OPT = -O3
#c++OPT = -march=nocona -O3
# -ftree-vectorize -ftree-vectorizer-verbose=3
cDBUG =
cOPT = -march=opteron -O3 -fno-gcse
cOPT = -O3
......@@ -8,7 +8,7 @@ include $(RULES)/c++$(WM_COMPILE_OPTION)
ptFLAGS = -DNoRepository -ftemplate-depth-40
c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC -pthread
c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC
Ctoo = $(WM_SCHEDULER) $(CC) $(c++FLAGS) -c $$SOURCE -o $@
cxxtoo = $(Ctoo)
......
cDBUG = -ggdb -DFULLDEBUG
cOPT = -O1 -finline-functions
cOPT = -O1 -fdefault-inline -finline-functions
CPP = /lib/cpp $(GFLAGS)
LD = ld -melf_i386
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
include $(GENERAL_RULES)/standard
include $(RULES)/X
include $(RULES)/c
include $(RULES)/c++
include $(GENERAL_RULES)/cint
cDBUG =
cOPT = -O3 -fno-gcse
cOPT = -O3
cDBUG =
cOPT = -O3 -fno-gcse
cOPT = -O3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment