1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

make libgfortran depend on @INSTALL_GFORTRAN toolchain option

This commit is contained in:
David Kühling
2011-01-30 13:53:27 +01:00
committed by Xiangfu Liu
parent cda8e108f7
commit 4b35abc20a

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