mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add wmake rules for gcc-4.5
ATTENTION: cpp now needs '-traditional-cpp' for single-line output
This commit is contained in:
1
wmake/rules/linux64Gcc45/X
Symbolic link
1
wmake/rules/linux64Gcc45/X
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/X
|
||||||
16
wmake/rules/linux64Gcc45/c
Normal file
16
wmake/rules/linux64Gcc45/c
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.SUFFIXES: .c .h
|
||||||
|
|
||||||
|
cWARN = -Wall
|
||||||
|
|
||||||
|
cc = gcc -m64
|
||||||
|
|
||||||
|
include $(RULES)/c$(WM_COMPILE_OPTION)
|
||||||
|
|
||||||
|
cFLAGS = $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -fPIC
|
||||||
|
|
||||||
|
ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $$SOURCE -o $@
|
||||||
|
|
||||||
|
LINK_LIBS = $(cDBUG)
|
||||||
|
|
||||||
|
LINKLIBSO = $(cc) -shared
|
||||||
|
LINKEXE = $(cc) -Xlinker -z -Xlinker nodefs
|
||||||
21
wmake/rules/linux64Gcc45/c++
Normal file
21
wmake/rules/linux64Gcc45/c++
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
.SUFFIXES: .C .cxx .cc .cpp
|
||||||
|
|
||||||
|
c++WARN = -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast
|
||||||
|
|
||||||
|
CC = g++ -m64
|
||||||
|
|
||||||
|
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
||||||
|
|
||||||
|
ptFLAGS = -DNoRepository -ftemplate-depth-60
|
||||||
|
|
||||||
|
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)
|
||||||
|
cctoo = $(Ctoo)
|
||||||
|
cpptoo = $(Ctoo)
|
||||||
|
|
||||||
|
LINK_LIBS = $(c++DBUG)
|
||||||
|
|
||||||
|
LINKLIBSO = $(CC) $(c++FLAGS) -shared
|
||||||
|
LINKEXE = $(CC) $(c++FLAGS)
|
||||||
2
wmake/rules/linux64Gcc45/c++Debug
Normal file
2
wmake/rules/linux64Gcc45/c++Debug
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c++DBUG = -ggdb3 -DFULLDEBUG
|
||||||
|
c++OPT = -O0 -fdefault-inline
|
||||||
4
wmake/rules/linux64Gcc45/c++Opt
Normal file
4
wmake/rules/linux64Gcc45/c++Opt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
c++DBUG =
|
||||||
|
c++OPT = -O3
|
||||||
|
#c++OPT = -march=nocona -O3
|
||||||
|
# -ftree-vectorize -ftree-vectorizer-verbose=3
|
||||||
2
wmake/rules/linux64Gcc45/c++Prof
Normal file
2
wmake/rules/linux64Gcc45/c++Prof
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c++DBUG = -pg
|
||||||
|
c++OPT = -O2
|
||||||
2
wmake/rules/linux64Gcc45/cDebug
Normal file
2
wmake/rules/linux64Gcc45/cDebug
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cDBUG = -ggdb -DFULLDEBUG
|
||||||
|
cOPT = -O1 -fdefault-inline -finline-functions
|
||||||
2
wmake/rules/linux64Gcc45/cOpt
Normal file
2
wmake/rules/linux64Gcc45/cOpt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cDBUG =
|
||||||
|
cOPT = -O3
|
||||||
2
wmake/rules/linux64Gcc45/cProf
Normal file
2
wmake/rules/linux64Gcc45/cProf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cDBUG = -pg
|
||||||
|
cOPT = -O2
|
||||||
10
wmake/rules/linux64Gcc45/general
Normal file
10
wmake/rules/linux64Gcc45/general
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# need single-line output from cpp
|
||||||
|
CPP = cpp -traditional-cpp
|
||||||
|
|
||||||
|
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
||||||
|
|
||||||
|
include $(GENERAL_RULES)/standard
|
||||||
|
|
||||||
|
include $(RULES)/X
|
||||||
|
include $(RULES)/c
|
||||||
|
include $(RULES)/c++
|
||||||
1
wmake/rules/linux64Gcc45/mplib
Symbolic link
1
wmake/rules/linux64Gcc45/mplib
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplib
|
||||||
1
wmake/rules/linux64Gcc45/mplibGAMMA
Symbolic link
1
wmake/rules/linux64Gcc45/mplibGAMMA
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibGAMMA
|
||||||
3
wmake/rules/linux64Gcc45/mplibHPMPI
Normal file
3
wmake/rules/linux64Gcc45/mplibHPMPI
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
PFLAGS =
|
||||||
|
PINC = -I$(MPI_ARCH_PATH)/include -D_MPICC_H
|
||||||
|
PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_amd64 -lmpi
|
||||||
1
wmake/rules/linux64Gcc45/mplibMPICH
Symbolic link
1
wmake/rules/linux64Gcc45/mplibMPICH
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibMPICH
|
||||||
1
wmake/rules/linux64Gcc45/mplibMPICH-GM
Symbolic link
1
wmake/rules/linux64Gcc45/mplibMPICH-GM
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibMPICH-GM
|
||||||
1
wmake/rules/linux64Gcc45/mplibOPENMPI
Symbolic link
1
wmake/rules/linux64Gcc45/mplibOPENMPI
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibOPENMPI
|
||||||
1
wmake/rules/linux64Gcc45/mplibQSMPI
Symbolic link
1
wmake/rules/linux64Gcc45/mplibQSMPI
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibQSMPI
|
||||||
1
wmake/rules/linux64Gcc45/mplibSYSTEMOPENMPI
Symbolic link
1
wmake/rules/linux64Gcc45/mplibSYSTEMOPENMPI
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibSYSTEMOPENMPI
|
||||||
1
wmake/rules/linuxGcc45/X
Symbolic link
1
wmake/rules/linuxGcc45/X
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/X
|
||||||
16
wmake/rules/linuxGcc45/c
Normal file
16
wmake/rules/linuxGcc45/c
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.SUFFIXES: .c .h
|
||||||
|
|
||||||
|
cWARN = -Wall
|
||||||
|
|
||||||
|
cc = gcc -m32
|
||||||
|
|
||||||
|
include $(RULES)/c$(WM_COMPILE_OPTION)
|
||||||
|
|
||||||
|
cFLAGS = $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -fPIC
|
||||||
|
|
||||||
|
ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $$SOURCE -o $@
|
||||||
|
|
||||||
|
LINK_LIBS = $(cDBUG)
|
||||||
|
|
||||||
|
LINKLIBSO = $(cc) -shared
|
||||||
|
LINKEXE = $(cc) -Xlinker -z -Xlinker nodefs
|
||||||
21
wmake/rules/linuxGcc45/c++
Normal file
21
wmake/rules/linuxGcc45/c++
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
.SUFFIXES: .C .cxx .cc .cpp
|
||||||
|
|
||||||
|
c++WARN = -Wall -Wno-strict-aliasing -Wextra -Wno-unused-parameter -Wold-style-cast
|
||||||
|
|
||||||
|
CC = g++ -m32
|
||||||
|
|
||||||
|
include $(RULES)/c++$(WM_COMPILE_OPTION)
|
||||||
|
|
||||||
|
ptFLAGS = -DNoRepository -ftemplate-depth-60
|
||||||
|
|
||||||
|
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)
|
||||||
|
cctoo = $(Ctoo)
|
||||||
|
cpptoo = $(Ctoo)
|
||||||
|
|
||||||
|
LINK_LIBS = $(c++DBUG)
|
||||||
|
|
||||||
|
LINKLIBSO = $(CC) $(c++FLAGS) -shared
|
||||||
|
LINKEXE = $(CC) $(c++FLAGS)
|
||||||
2
wmake/rules/linuxGcc45/c++Debug
Normal file
2
wmake/rules/linuxGcc45/c++Debug
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c++DBUG = -ggdb3 -DFULLDEBUG
|
||||||
|
c++OPT = -O0 -fdefault-inline
|
||||||
2
wmake/rules/linuxGcc45/c++Opt
Normal file
2
wmake/rules/linuxGcc45/c++Opt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c++DBUG =
|
||||||
|
c++OPT = -O3
|
||||||
2
wmake/rules/linuxGcc45/c++Prof
Normal file
2
wmake/rules/linuxGcc45/c++Prof
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
c++DBUG = -pg
|
||||||
|
c++OPT = -O2
|
||||||
2
wmake/rules/linuxGcc45/cDebug
Normal file
2
wmake/rules/linuxGcc45/cDebug
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cDBUG = -ggdb -DFULLDEBUG
|
||||||
|
cOPT = -O1 -fdefault-inline -finline-functions
|
||||||
2
wmake/rules/linuxGcc45/cOpt
Normal file
2
wmake/rules/linuxGcc45/cOpt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cDBUG =
|
||||||
|
cOPT = -O3
|
||||||
2
wmake/rules/linuxGcc45/cProf
Normal file
2
wmake/rules/linuxGcc45/cProf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
cDBUG = -pg
|
||||||
|
cOPT = -O2
|
||||||
11
wmake/rules/linuxGcc45/general
Normal file
11
wmake/rules/linuxGcc45/general
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# need single-line output from cpp
|
||||||
|
CPP = cpp -traditional-cpp
|
||||||
|
LD = ld -melf_i386
|
||||||
|
|
||||||
|
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
||||||
|
|
||||||
|
include $(GENERAL_RULES)/standard
|
||||||
|
|
||||||
|
include $(RULES)/X
|
||||||
|
include $(RULES)/c
|
||||||
|
include $(RULES)/c++
|
||||||
1
wmake/rules/linuxGcc45/mplib
Symbolic link
1
wmake/rules/linuxGcc45/mplib
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplib
|
||||||
1
wmake/rules/linuxGcc45/mplibGAMMA
Symbolic link
1
wmake/rules/linuxGcc45/mplibGAMMA
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibGAMMA
|
||||||
3
wmake/rules/linuxGcc45/mplibHPMPI
Normal file
3
wmake/rules/linuxGcc45/mplibHPMPI
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
PFLAGS =
|
||||||
|
PINC = -I$(MPI_ARCH_PATH)/include -D_MPICC_H
|
||||||
|
PLIBS = -L$(MPI_ARCH_PATH)/lib/linux_ia32 -lmpi
|
||||||
1
wmake/rules/linuxGcc45/mplibMPICH
Symbolic link
1
wmake/rules/linuxGcc45/mplibMPICH
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibMPICH
|
||||||
1
wmake/rules/linuxGcc45/mplibMPICH-GM
Symbolic link
1
wmake/rules/linuxGcc45/mplibMPICH-GM
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibMPICH-GM
|
||||||
1
wmake/rules/linuxGcc45/mplibOPENMPI
Symbolic link
1
wmake/rules/linuxGcc45/mplibOPENMPI
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibOPENMPI
|
||||||
1
wmake/rules/linuxGcc45/mplibSYSTEMOPENMPI
Symbolic link
1
wmake/rules/linuxGcc45/mplibSYSTEMOPENMPI
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../General/mplibSYSTEMOPENMPI
|
||||||
Reference in New Issue
Block a user