base-files: add libgcc dependency to libc (#5262)
[openwrt.git] / package / base-files / Makefile
index 3e30b70..b0dc94e 100644 (file)
@@ -156,6 +156,7 @@ define Package/libc/Default
   SECTION:=libs
   CATEGORY:=Base system
   VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
+  DEPENDS:=+libgcc
   URL:=$(LIBC_URL)
 endef
 
This page took 0.024388 seconds and 4 git commands to generate.