core/gotoblas2/gfortranlink.patch

16 lines
267 B
Diff

--- exports/Makefile.old 2010-11-23 03:52:40.583580600 +0100
+++ exports/Makefile 2010-11-23 03:52:29.585784717 +0100
@@ -22,6 +22,12 @@
endif
endif
+ifeq ($(OSNAME), Linux)
+ifeq ($(F_COMPILER), GFORTRAN)
+EXTRALIB += -lgfortran
+endif
+endif
+
all::
libs::