From 59c3dc9003e30d97ade19e415a088a17fb1910d3 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 15 Sep 2023 16:14:57 +0000 Subject: automatic import of openEuler-rpm-config --- fix-config-error-for-loongarch64.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 fix-config-error-for-loongarch64.patch (limited to 'fix-config-error-for-loongarch64.patch') diff --git a/fix-config-error-for-loongarch64.patch b/fix-config-error-for-loongarch64.patch new file mode 100644 index 0000000..d85a031 --- /dev/null +++ b/fix-config-error-for-loongarch64.patch @@ -0,0 +1,25 @@ +From 749215e0573475d3f8085c5976ec0a82b703ccae Mon Sep 17 00:00:00 2001 +From: Jingyun Hua +Date: Wed, 14 Dec 2022 07:00:44 +0000 +Subject: [PATCH] fix config error for loongarch64 + +Signed-off-by: Jingyun Hua +--- + config.sub | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/config.sub b/config.sub +index aca1d40..4d60f77 100644 +--- a/config.sub ++++ b/config.sub +@@ -395,6 +395,7 @@ case $basic_machine in + | k1om-* \ + | le32-* | le64-* \ + | lm32-* \ ++ | loongarch32-* | loongarch64-* | loongarchx32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ +-- +2.33.0 + -- cgit v1.2.3