summaryrefslogtreecommitdiff
path: root/package/id3lib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-17 20:02:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 09:29:30 +0200
commit40c491783c3268dc6a2e6d737939d0ebe77469f0 (patch)
treeeab8ae104ebbe667836a086a93e43261d86de0c6 /package/id3lib
parent981a6d49e9c7317f340484038da5336a539b9cfa (diff)
remove -lgcc stuff, we use static-libgcc
Diffstat (limited to 'package/id3lib')
-rw-r--r--package/id3lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/id3lib/Makefile b/package/id3lib/Makefile
index 686206153..fde09978b 100644
--- a/package/id3lib/Makefile
+++ b/package/id3lib/Makefile
@@ -27,7 +27,7 @@ TARGET_CFLAGS+= -fPIC
CONFIGURE_ARGS+= --enable-cxx-warnings=no
ifeq ($(ADK_COMPILE_ID3LIB_WITH_UCLIBCXX),y)
-LIBRARIES:=-nodefaultlibs -luClibc++ -lz -lm -lc -lgcc
+LIBRARIES:=-nodefaultlibs -luClibc++ -lz -lm -lc
endif
ifeq ($(ADK_TOOLCHAIN_USE_SSP),y)