summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-15 20:57:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-15 20:57:18 +0200
commit562a3446c4e13dc3c770ca86b062961d3dba4b31 (patch)
treebe3370a54f23978a7bfa877573885e78dcc604f3 /package
parent085569bf258170c54699a4af176ff56d9f3c4f11 (diff)
disable for m68k
Diffstat (limited to 'package')
-rw-r--r--package/pcc-libs/Makefile2
-rw-r--r--package/pcc/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/pcc-libs/Makefile b/package/pcc-libs/Makefile
index 0603810e8..4e04de03c 100644
--- a/package/pcc-libs/Makefile
+++ b/package/pcc-libs/Makefile
@@ -12,7 +12,7 @@ PKG_SECTION:= lang
PKG_URL:= http://pcc.ludd.ltu.se/
PKG_SITES:= http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/
-PKG_ARCH_DEPENDS:= !arm !cris !mips !ppc !avr32
+PKG_ARCH_DEPENDS:= !arm !cris !m68k !mips !ppc !avr32
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
include $(TOPDIR)/mk/package.mk
diff --git a/package/pcc/Makefile b/package/pcc/Makefile
index c38faccfc..5630157de 100644
--- a/package/pcc/Makefile
+++ b/package/pcc/Makefile
@@ -14,7 +14,7 @@ PKG_URL:= http://pcc.ludd.ltu.se/
PKG_SITES:= http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/
PKG_NOPARALLEL:= 1
-PKG_ARCH_DEPENDS:= !arm !cris !mips !ppc !avr32
+PKG_ARCH_DEPENDS:= !arm !cris !m68k !mips !ppc !avr32
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
include $(TOPDIR)/mk/package.mk