diff --git a/gcc.spec b/gcc.spec index 0d910d67fa92549f25e4d3aea4bd54105e738cae..c311655f20a9d86ea50f4b35f53e7a873853a8e4 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