summaryrefslogtreecommitdiffstats
path: root/package/toolchain
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 20:27:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 20:27:34 +0000
commitbc38f26d426659c61047a5db547c625768fc5999 (patch)
treefe04e035543eefb1389f915a7aba568ed98ba225 /package/toolchain
parent026e567afc744d60896b0bb46043b5b86c4da11d (diff)
toolchain: fix libc dependency on libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32170 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/toolchain')
-rw-r--r--package/toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/toolchain/Makefile b/package/toolchain/Makefile
index 879f6da5c..227f302a9 100644
--- a/package/toolchain/Makefile
+++ b/package/toolchain/Makefile
@@ -111,7 +111,7 @@ define Package/libc/Default
SECTION:=libs
CATEGORY:=Base system
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
-ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
+ifeq ($(TARGET_avr32)$(TARGET_coldfire),)
DEPENDS:=+libgcc
endif
URL:=$(LIBC_URL)