add preliminary coldfire v4e support

SVN-Revision: 16538
This commit is contained in:
Imre Kaloz
2009-06-21 18:34:07 +00:00
parent 76d86cd4bb
commit 2004d4165a
14 changed files with 51268 additions and 1 deletions

View 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