1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-27 00:11:05 +02:00

base-files: add libgcc dependency to libc (#5262)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17714 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-24 22:02:39 +00:00
parent 7c52bc2d37
commit bd6f974a3f

View 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