From c92e0716bfc3f1d5ae32426ef50b8c124b589d4c Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Mon, 21 Aug 2023 14:13:11 +0800 Subject: [PATCH] update config.sub and config.guess for loongarch64 --- fftw.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fftw.spec b/fftw.spec index 49304d7..8588126 100644 --- a/fftw.spec +++ b/fftw.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %ifarch x86_64 %bcond_without quad @@ -243,6 +243,9 @@ library. %prep %autosetup -p1 -n %{name}-%{version} +%ifarch loongarch64 +cp -r /usr/lib/rpm/anolis/config.* . +%endif %build . /etc/profile.d/modules.sh @@ -475,6 +478,9 @@ done %endif %changelog +* Wed Aug 16 2023 Wenlong Zhang - 3.3.10-3 +- update config.sub and config.guess for loongarch64 + * Sat Apr 15 2023 Guyu Wang - 3.3.10-2 - Optimise spec file -- Gitee