summaryrefslogtreecommitdiff
path: root/package/pcc-libs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-20 19:53:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-20 19:53:38 +0200
commit6776815ef8c53a8598552c2c429d93f12dd7e586 (patch)
treeb9acfff6d7dc891d09ff03c4f43cac98adf12b92 /package/pcc-libs
parent09db55c7705305777a33bd6b786e53bca5e19a84 (diff)
disable pcc (broken), fix valgrind
Diffstat (limited to 'package/pcc-libs')
-rw-r--r--package/pcc-libs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/pcc-libs/Makefile b/package/pcc-libs/Makefile
index 16b05879e..fb5a4d625 100644
--- a/package/pcc-libs/Makefile
+++ b/package/pcc-libs/Makefile
@@ -7,11 +7,13 @@ PKG_NAME:= pcc-libs
PKG_VERSION:= 1.0.0
PKG_RELEASE:= 1
PKG_MD5SUM:= a8dfcd6d3be512bc3f16f96c9abf132e
-PKG_DESCR:= Runtime for the Portable C Compiler
+PKG_DESCR:= runtime for the Portable C Compiler
PKG_SECTION:= lang
PKG_URL:= http://pcc.ludd.ltu.se/
PKG_SITES:= http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/
+PKG_CFLINE_PCC_LIBS:= depends on ADK_BROKEN
+
PKG_ARCH_DEPENDS:= !arm !m68k !mips !ppc
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
@@ -19,6 +21,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PCC_LIBS,pcc-libs,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CFLAGS:= $(filter-out -fstack-protector,$(TARGET_CFLAGS))
# we cross-compile a native compiler for the target system
CONFIGURE_ARGS+= --host=${GNU_TARGET_NAME}
CONFIGURE_ARGS+= --target=${GNU_TARGET_NAME}