Skip to content
Snippets Groups Projects
Commit 494ae540 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 06/02/2023: add -DLITTLE_endian for gfortran and ifort compilations

parent dd6d73cf
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,7 @@ FX90FLAGS = $(OPT) ...@@ -75,6 +75,7 @@ FX90FLAGS = $(OPT)
# #
CPP = cpp -P -traditional -Wcomment CPP = cpp -P -traditional -Wcomment
# #
CPPFLAGS_C = -DLITTLE_endian
CPPFLAGS_SURFEX = CPPFLAGS_SURFEX =
CPPFLAGS_SURCOUCHE += -DDEV_NULL CPPFLAGS_SURCOUCHE += -DDEV_NULL
CPPFLAGS_RAD = CPPFLAGS_RAD =
......
...@@ -172,6 +172,7 @@ LDFLAGS = -Wl,--allow-multiple-definition -Wl,-warn-once $(PAR) -Wl,-rpath= ...@@ -172,6 +172,7 @@ LDFLAGS = -Wl,--allow-multiple-definition -Wl,-warn-once $(PAR) -Wl,-rpath=
# #
CPP = cpp -P -traditional -Wcomment CPP = cpp -P -traditional -Wcomment
# #
CPPFLAGS_C = -DLITTLE_endian
CPPFLAGS_SURFEX = CPPFLAGS_SURFEX =
CPPFLAGS_SURCOUCHE += -DDEV_NULL CPPFLAGS_SURCOUCHE += -DDEV_NULL
CPPFLAGS_RAD = CPPFLAGS_RAD =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment