gdb: workaround for missing makeinfo

This commit is contained in:
Tony Theodore 2020-06-05 19:57:50 +10:00
parent 33a6fc6f4c
commit d27f082550
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define $(PKG)_BUILD
host_configargs="LIBS=\"`$(TARGET)-pkg-config --libs dlfcn` -lmman\"" \
CONFIG_SHELL=$(SHELL) \
LDFLAGS='-Wl,--allow-multiple-definition'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' MAKEINFO='/usr/bin/env true'
# executables are always static and we don't want the rest
$(INSTALL) -m755 '$(BUILD_DIR)/gdb/gdb.exe' '$(PREFIX)/$(TARGET)/bin/'