Browse Source

neither avr32 or coldfire has a shared libgcc

SVN-Revision: 18402
Imre Kaloz 16 years ago
parent
commit
c2eba9719e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/base-files/Makefile

+ 2 - 0
package/base-files/Makefile

@@ -156,7 +156,9 @@ define Package/libc/Default
   SECTION:=libs
   CATEGORY:=Base system
   VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
+ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
   DEPENDS:=+libgcc
+endif
   URL:=$(LIBC_URL)
 endef