From 7cd3cd113c62b294cc211a6b65f1ae16e3530eb4 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Sat, 8 Jun 2024 20:09:46 +0800 Subject: [PATCH] add Excludearch: loongarch64 --- newlib.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/newlib.spec b/newlib.spec index 9b456a0..b7682c4 100644 --- a/newlib.spec +++ b/newlib.spec @@ -2,17 +2,19 @@ %global _newlib newlib Name: newlib Version: 3.3.0 -Release: 3 +Release: 4 Summary: Newlib is a C library intended for use on embedded systems. License: BSD URL: https://sourceware.org/newlib/ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz -Patch01: Modify-neon-instruction.patch +Patch01: Modify-neon-instruction.patch BuildRequires: make gcc binutils texinfo texinfo-tex +Excludearch: loongarch64 + %description Newlib is a C library intended for use on embedded systems. It is a conglomeration @@ -62,6 +64,9 @@ cd .. %changelog +* Sat Jun 08 2024 yueyuankun - 3.3.0-4 +- add Excludearch: loongarch64 + * Wed Sep 6 2023 renyi <977713017@qq.com> - 3.3.0-3 - Support building this package with clang @@ -69,4 +74,4 @@ cd .. - Remove the release suffix * Sat Sep 25 2021 Lijinpei -- Package init \ No newline at end of file +- Package init