summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/toolchain/Makefile b/package/toolchain/Makefile
index 879f6da5c4..227f302a9f 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)