diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 14:59:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 14:59:32 +0200 |
commit | daec2688835335e1ea6a6acfefdb286250573784 (patch) | |
tree | 3505a0c39b1cdba5e7e3080b0d161b1ef39c6c45 /package/gdb/Makefile | |
parent | c4142342ee8c3dc5ab0a1fcb64ddf4124825ab06 (diff) |
disable m68k builds
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r-- | package/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 3670f731e..62bf91c38 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -10,7 +10,7 @@ PKG_DEPENDS:= libthread-db libncurses libiconv libexpat libgcc PKG_BUILDDEP:= ncurses readline libiconv expat PKG_NOPARALLEL:= 1 -PKG_ARCH_DEPENDS:= !cris !avr32 +PKG_ARCH_DEPENDS:= !cris !avr32 !m68k include ${TOPDIR}/mk/package.mk |