| Date: | 2011-01-30 13:53:27 (2 years 3 months ago) |
|---|---|
| Author: | David Kühling |
| Commit: | 7acbfd1e651fad0bf9a486fa3d6f0de12f82d96a |
| Message: | make libgfortran depend on @INSTALL_GFORTRAN toolchain option |
| Files: |
package/base-files/Makefile (1 diff) |
Change Details
| package/base-files/Makefile | ||
|---|---|---|
| 249 | 249 | define Package/libgfortran |
| 250 | 250 | $(call Package/gcc/Default) |
| 251 | 251 | TITLE:=GFortran support library |
| 252 | DEPENDS+=@!(TARGET_avr32||TARGET_coldfire) | |
| 252 | DEPENDS+=@!(TARGET_avr32||TARGET_coldfire) @INSTALL_GFORTRAN | |
| 253 | 253 | endef |
| 254 | 254 | |
| 255 | 255 | define Package/libgfortran/config |
