mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
neither avr32 or coldfire has a shared libgcc
SVN-Revision: 18402
This commit is contained in:
parent
1404796880
commit
c2eba9719e
@ -156,7 +156,9 @@ define Package/libc/Default
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
|
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
|
||||||
|
ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
|
||||||
DEPENDS:=+libgcc
|
DEPENDS:=+libgcc
|
||||||
|
endif
|
||||||
URL:=$(LIBC_URL)
|
URL:=$(LIBC_URL)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user