package/openocd: use host-jimtcl for host variant
This will fix a build failure raised by commit
06aa299535
which dropped patch on embedded
jimtcl
Fixes:
- http://autobuild.buildroot.org/results/bd140b5f433d4272f3efd43ff840e13e4301c4db
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
f98c1447f8
commit
931cb4d1e1
@ -97,12 +97,12 @@ HOST_OPENOCD_CONF_OPTS = \
|
||||
--oldincludedir=$(HOST_DIR)/include \
|
||||
--includedir=$(HOST_DIR)/include \
|
||||
--disable-doxygen-html \
|
||||
--with-jim-shared=no \
|
||||
--disable-internal-jimtcl \
|
||||
--disable-shared \
|
||||
--enable-dummy \
|
||||
--disable-werror
|
||||
|
||||
HOST_OPENOCD_DEPENDENCIES = host-libftdi host-libusb host-libusb-compat
|
||||
HOST_OPENOCD_DEPENDENCIES = host-jimtcl host-libftdi host-libusb host-libusb-compat
|
||||
|
||||
# Avoid documentation rebuild. On PowerPC64(le), we patch the
|
||||
# configure script. Due to this, the version.texi files gets
|
||||
|
Loading…
Reference in New Issue
Block a user