* bug#48816: guile: Add ARC support
@ 2021-06-03 19:35 Vineet Gupta via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2021-08-27 17:41 ` bug#48816: Ping Alexey Brodkin via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2021-11-03 18:20 ` bug#48816: guile: Add ARC support lloda
0 siblings, 2 replies; 3+ messages in thread
From: Vineet Gupta via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2021-06-03 19:35 UTC (permalink / raw)
To: 48816; +Cc: Helmut Grohne, arcml, Guillem Jover
[-- Attachment #1: Type: text/plain, Size: 131 bytes --]
Hi,
I'm trying to bootstrap Debian on ARC and need to add arc support in
guile 2.x and 3.x. Patch attached.
Thx,
-Vineet
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-add-support-for-arc.patch --]
[-- Type: text/x-patch; name="0001-add-support-for-arc.patch", Size: 1543 bytes --]
From d7229d384e503d7a3893e13e71fe0ad16c2e8003 Mon Sep 17 00:00:00 2001
From: Vineet Gupta <vgupta@synopsys.com>
Date: Tue, 6 Apr 2021 15:03:07 -0700
Subject: [PATCH] add support for arc
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
module/system/base/target.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/module/system/base/target.scm b/module/system/base/target.scm
index 2088cd86697a..8bdcd66039e4 100644
--- a/module/system/base/target.scm
+++ b/module/system/base/target.scm
@@ -77,7 +77,7 @@
(cond ((string-match "^i[0-9]86$" cpu)
(endianness little))
((member cpu '("x86_64" "ia64"
- "powerpcle" "powerpc64le" "mipsel" "mips64el" "nios2" "sh3" "sh4" "alpha"))
+ "powerpcle" "powerpc64le" "mipsel" "mips64el" "nios2" "sh3" "sh4" "alpha" "arc"))
(endianness little))
((member cpu '("sparc" "sparc64" "powerpc" "powerpc64" "spu"
"mips" "mips64" "m68k" "s390x"))
@@ -118,7 +118,7 @@
((string-match "64$" cpu) 8)
((string-match "64_?[lbe][lbe]$" cpu) 8)
- ((member cpu '("sparc" "powerpc" "mips" "mipsel" "nios2" "m68k" "sh3" "sh4")) 4)
+ ((member cpu '("sparc" "powerpc" "mips" "mipsel" "nios2" "m68k" "sh3" "sh4" "arc")) 4)
((member cpu '("s390x" "alpha")) 8)
((string-match "^arm.*" cpu) 4)
(else (error "unknown CPU word size" cpu)))))
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#48816: Ping
2021-06-03 19:35 bug#48816: guile: Add ARC support Vineet Gupta via Bug reports for GUILE, GNU's Ubiquitous Extension Language
@ 2021-08-27 17:41 ` Alexey Brodkin via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2021-11-03 18:20 ` bug#48816: guile: Add ARC support lloda
1 sibling, 0 replies; 3+ messages in thread
From: Alexey Brodkin via Bug reports for GUILE, GNU's Ubiquitous Extension Language @ 2021-08-27 17:41 UTC (permalink / raw)
To: 48816@debbugs.gnu.org
Hello,
Just a gentle reminder.
We need this package for bootstrapping Debian port for ARC.
Hopefully already attached patch would help.
-Alexey
X-Debbugs-CC: linux-snps-arc@lists.infradead.org,guillem@debian.org,helmut@subdivi.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#48816: guile: Add ARC support
2021-06-03 19:35 bug#48816: guile: Add ARC support Vineet Gupta via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2021-08-27 17:41 ` bug#48816: Ping Alexey Brodkin via Bug reports for GUILE, GNU's Ubiquitous Extension Language
@ 2021-11-03 18:20 ` lloda
1 sibling, 0 replies; 3+ messages in thread
From: lloda @ 2021-11-03 18:20 UTC (permalink / raw)
To: 48816-done
Applied in 492bd638835c4c00623239190032770583e09714. Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-03 18:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-03 19:35 bug#48816: guile: Add ARC support Vineet Gupta via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2021-08-27 17:41 ` bug#48816: Ping Alexey Brodkin via Bug reports for GUILE, GNU's Ubiquitous Extension Language
2021-11-03 18:20 ` bug#48816: guile: Add ARC support lloda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).