From e5396c28c3fd465e17321de6fbe97a5c0e0fe645 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Tue, 24 Jun 2008 16:40:53 +0000
Subject: [PATCH] use libfrtbegin only when g77 is the F77 compiler.

git-svn-id: http://root.cern.ch/svn/root/trunk@24519 27541ba8-7e3a-0410-8455-c3a389f83636
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a259b704a6e..6e065f0dd9e 100644
--- a/Makefile
+++ b/Makefile
@@ -396,7 +396,7 @@ endif
 
 ifeq ($(GCC_MAJOR),3)
 ifneq ($(GCC_MINOR),0)
-ifneq ($(F77),)
+ifeq ($(F77),g77)
 LIBFRTBEGIN  := $(shell $(F77) -print-file-name=libfrtbegin.a)
 F77LIBS      := $(LIBFRTBEGIN) $(F77LIBS)
 endif
-- 
GitLab