mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
openocd: pass --disable-werror to fix build issues
Should fix: http://autobuild.buildroot.org/results/91d/91d2ae34f14f1978e0985e75f803055d51201a93/ and similar build problems. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -16,7 +16,8 @@ OPENOCD_CONF_OPTS = \
|
||||
--disable-doxygen-html \
|
||||
--with-jim-shared=no \
|
||||
--disable-shared \
|
||||
--enable-dummy
|
||||
--enable-dummy \
|
||||
--disable-werror
|
||||
|
||||
# Rely on the Config.in options of each individual adapter selecting
|
||||
# the dependencies they need.
|
||||
@@ -93,7 +94,8 @@ HOST_OPENOCD_CONF_OPTS = \
|
||||
--disable-doxygen-html \
|
||||
--with-jim-shared=no \
|
||||
--disable-shared \
|
||||
--enable-dummy
|
||||
--enable-dummy \
|
||||
--disable-werror
|
||||
|
||||
HOST_OPENOCD_DEPENDENCIES = host-libftdi host-libusb host-libusb-compat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user