From fabd9d9aabc956fd2150e6ab5b26fd826653fcff Mon Sep 17 00:00:00 2001 From: Li Xing Date: Thu, 22 Sep 2022 15:54:37 +0800 Subject: [PATCH] LoongArch: Fix abi error in spec file Signed-off-by: Li Xing --- gcc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 0d910d6..c311655 100644 --- a/gcc.spec +++ b/gcc.spec @@ -61,7 +61,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: 21 +Release: 22 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gcc.gnu.org @@ -716,7 +716,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" \ --disable-libquadmath --disable-multilib %endif %ifarch loongarch64 - --with-arch=loongarch64 --with-abi=lp64 \ + --with-arch=loongarch64 --with-abi=lp64d \ --disable-libquadmath --disable-multilib --enable-tls %endif @@ -2602,6 +2602,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Thu Sep 22 2022 lixing - 10.3.1-22 +- Type:requirements +- ID:NA +- SUG:NA +- DESC: Fix abi error in spec for LoongArch + * Thu Sep 22 2022 lixing - 10.3.1-21 - Type:requirements - ID:NA -- Gitee