mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Config: Enable UPDATE_AUTOMAKE for riscv64
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -304,7 +304,7 @@ define INSTALL_INITSCRIPT
|
||||
install -m 754 -v $(DIR_SRC)/src/initscripts/packages/$(1) /etc/rc.d/init.d/$(1)
|
||||
endef
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "aarch64"
|
||||
ifeq "$(BUILD_ARCH)" "$(filter $(BUILD_ARCH),aarch64 riscv64)"
|
||||
define UPDATE_AUTOMAKE
|
||||
for i in $$(find $(DIR_APP) -name config.guess -o -name config.sub); do \
|
||||
cp -vf /usr/share/automake*/$$(basename $${i}) $${i}; \
|
||||
|
||||
Reference in New Issue
Block a user