[tools] fix segfault when using the maxlen argument (#4359)
[openwrt.git] / package / base-files / Makefile
index f9ad4e7..69f1e77 100644 (file)
@@ -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
This page took 0.02061 seconds and 4 git commands to generate.