Fix outdated config.(guess|sub) of libbacktrace (#4417)

The versions of config.guess and config.sub are too old and do not recognize linux musl architecture.
This commit is contained in:
TheLazieR Yip 2021-09-13 23:57:24 +07:00 committed by GitHub
parent dbe85d624f
commit c0aa1d5e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ $(package)_config_opts=--disable-shared --enable-host-shared --prefix=$(host_pre
endef
define $(package)_config_cmds
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub . && \
$($(package)_autoconf)
endef