diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-15 16:14:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-15 16:14:57 +0000 |
commit | 59c3dc9003e30d97ade19e415a088a17fb1910d3 (patch) | |
tree | c3ee82bb58a005321f9ed9184003d6f889c9e73c /fix-config-error-for-loongarch64.patch | |
parent | 2398782a1512e7b4032560abf06c28e6a5d61f41 (diff) |
automatic import of openEuler-rpm-configopeneuler23.03openeuler20.03
Diffstat (limited to 'fix-config-error-for-loongarch64.patch')
-rw-r--r-- | fix-config-error-for-loongarch64.patch | 25 |
1 files changed, 25 insertions, 0 deletions
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 <huajingyun@loongson.cn> +Date: Wed, 14 Dec 2022 07:00:44 +0000 +Subject: [PATCH] fix config error for loongarch64 + +Signed-off-by: Jingyun Hua <huajingyun@loongson.cn> +--- + 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 + |