Added gfortran dependency for LSB/lsbcc.

This commit is contained in:
Zhang Xianyi
2013-10-22 13:24:47 +08:00
parent beffee7d91
commit c937090121
2 changed files with 6 additions and 5 deletions

View File

@@ -470,10 +470,8 @@ CCOMMON_OPT += -DF_INTERFACE_GFORT
FCOMMON_OPT += -Wall
#Don't include -lgfortran, when NO_LAPACK=1 or lsbcc
ifneq ($(NO_LAPACK), 1)
ifneq ($(C_COMPILER), LSB)
EXTRALIB += -lgfortran
endif
endif
ifdef NO_BINARY_MODE
ifeq ($(ARCH), mips64)
ifdef BINARY64