X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b3c44ec1ccb55d045e30f47e9e4b95d9b0135f58..cf95df7f3d2bac25d80b7cf113ba7a589300eada:/package/base-files/Makefile diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 5e5066eea..5957f1406 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=33 +PKG_RELEASE:=34 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ @@ -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