summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index f9ad4e736..69f1e776c 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -74,7 +74,7 @@ endef
define Package/libgcc
$(call Package/gcc/Default)
TITLE:=GCC support library
- DEPENDS+=@!TARGET_avr32
+ DEPENDS+=@!(TARGET_avr32||TARGET_coldfire)
endef
define Package/libssp