X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=toolchain%2Fgdb%2FMakefile;h=f74b64ed94b5eec47110a7bb689df58d28cdba19;hp=d3fe164e63c77bb0e0a689be3bd66d416b835324;hb=998f8bd02c128e0c0dcc6a8228ae5aabfec05468;hpb=8b5d644bb36846660e1fa20d38361fec12a14b28 diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index d3fe164e63..f74b64ed94 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -24,6 +24,8 @@ PKG_MD5SUM:=2a35bac41fa8e10bf04f3a0dd7f7f363 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) endif +PATCH_DIR:=./patches/$(PKG_VERSION) + HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(GDB_DIR) HOST_BUILD_PARALLEL:=1 @@ -44,6 +46,7 @@ HOST_CONFIGURE_ARGS = \ --without-included-gettext \ --enable-threads \ --with-expat \ + --without-python \ --disable-binutils \ --disable-ld \ --disable-gas \