make libgfortran depend on @INSTALL_GFORTRAN toolchain option

This commit is contained in:
David Kühling
2011-05-10 06:59:53 -08:00
committed by Xiangfu Liu
parent 3590484da4
commit 0c2dea7708
+1 -1
View File
@@ -249,7 +249,7 @@ endef
define Package/libgfortran
$(call Package/gcc/Default)
TITLE:=GFortran support library
DEPENDS+=@!(TARGET_avr32||TARGET_coldfire)
DEPENDS+=@!(TARGET_avr32||TARGET_coldfire) @INSTALL_GFORTRAN
endef
define Package/libgfortran/config