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

fix in case F77 is not g77, but g95 or gfortran.

git-svn-id: http://root.cern.ch/svn/root/trunk@12695 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7adfce2a
No related branches found
No related tags found
No related merge requests found
......@@ -248,8 +248,10 @@ F77LDFLAGS += -lfrtbegin
endif
endif
ifeq ($(GCC_MAJOR),4)
ifeq ($(F77),g77)
F77LDFLAGS += -lfrtbegin
endif
endif
##### Utilities #####
......
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