Skip to content
Snippets Groups Projects
Commit dde718f2 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

set -DCERNLIB_GFORTRAN.

git-svn-id: http://root.cern.ch/svn/root/trunk@21876 27541ba8-7e3a-0410-8455-c3a389f83636
parent d2f909bb
No related merge requests found
......@@ -47,6 +47,12 @@ else
CLIBDEFS = $(CLIBDEFS_TMP) -DCERNLIB_PPC
endif
ifeq (g95,$(findstring g95,$(ROOTBUILD)))
CLIBDEFS += -DCERNLIB_G95
else
CLIBDEFS += -DCERNLIB_GFORTRAN
endif
CLIBCXXOPTS = $(CLIBDEFS)
CLIBCOPT = $(CLIBDEFS)
CLIBFOPT = $(CLIBDEFS)
......
......@@ -47,6 +47,12 @@ else
CLIBDEFS = $(CLIBDEFS_TMP) -DCERNLIB_PPC
endif
ifeq (g95,$(findstring g95,$(ROOTBUILD)))
CLIBDEFS += -DCERNLIB_G95
else
CLIBDEFS += -DCERNLIB_GFORTRAN
endif
CLIBCXXOPTS = $(CLIBDEFS)
CLIBCOPT = $(CLIBDEFS)
CLIBFOPT = $(CLIBDEFS)
......
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