diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-15 20:57:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-15 20:57:18 +0200 |
commit | 562a3446c4e13dc3c770ca86b062961d3dba4b31 (patch) | |
tree | be3370a54f23978a7bfa877573885e78dcc604f3 /package/pcc-libs/Makefile | |
parent | 085569bf258170c54699a4af176ff56d9f3c4f11 (diff) |
disable for m68k
Diffstat (limited to 'package/pcc-libs/Makefile')
-rw-r--r-- | package/pcc-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |