mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
make libgfortran depend on @INSTALL_GFORTRAN toolchain option
This commit is contained in:
parent
3590484da4
commit
0c2dea7708
@ -249,7 +249,7 @@ endef
|
|||||||
define Package/libgfortran
|
define Package/libgfortran
|
||||||
$(call Package/gcc/Default)
|
$(call Package/gcc/Default)
|
||||||
TITLE:=GFortran support library
|
TITLE:=GFortran support library
|
||||||
DEPENDS+=@!(TARGET_avr32||TARGET_coldfire)
|
DEPENDS+=@!(TARGET_avr32||TARGET_coldfire) @INSTALL_GFORTRAN
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgfortran/config
|
define Package/libgfortran/config
|
||||||
|
Loading…
Reference in New Issue
Block a user