GNU bug report logs -
#22480
[PATCH] Recognize nios2 as compilation target
Previous Next
Reported by: Marek Vasut <marex <at> denx.de>
Date: Thu, 28 Jan 2016 04:12:01 UTC
Severity: normal
Tags: patch
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22480 in the body.
You can then email your comments to 22480 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#22480
; Package
guile
.
(Thu, 28 Jan 2016 04:12:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Marek Vasut <marex <at> denx.de>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Thu, 28 Jan 2016 04:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Add support for the nios2 architecture.
Signed-off-by: Marek Vasut <marex <at> denx.de>
---
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 d60a8e0..d1f6cff 100644
--- a/module/system/base/target.scm
+++ b/module/system/base/target.scm
@@ -63,7 +63,7 @@
(cond ((string-match "^i[0-9]86$" cpu)
(endianness little))
((member cpu '("x86_64" "ia64"
- "powerpcle" "powerpc64le" "mipsel" "mips64el" "sh4"))
+ "powerpcle" "powerpc64le" "mipsel" "mips64el" "nios2" "sh4"))
(endianness little))
((member cpu '("sparc" "sparc64" "powerpc" "powerpc64" "spu"
"mips" "mips64" "m68k" "s390x"))
@@ -102,7 +102,7 @@
((string-match "64$" cpu) 8)
((string-match "64_?[lbe][lbe]$" cpu) 8)
- ((member cpu '("sparc" "powerpc" "mips" "mipsel" "m68k" "sh4")) 4)
+ ((member cpu '("sparc" "powerpc" "mips" "mipsel" "nios2" "m68k" "sh4")) 4)
((member cpu '("s390x")) 8)
((string-match "^arm.*" cpu) 4)
(else (error "unknown CPU word size" cpu)))))
--
2.7.0.rc3
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Sun, 07 Aug 2016 11:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Marek Vasut <marex <at> denx.de>
:
bug acknowledged by developer.
(Sun, 07 Aug 2016 11:32:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 22480-done <at> debbugs.gnu.org (full text, mbox):
Applied to master; thanks :)
Andy
On Thu 28 Jan 2016 05:10, Marek Vasut <marex <at> denx.de> writes:
> Add support for the nios2 architecture.
>
> Signed-off-by: Marek Vasut <marex <at> denx.de>
> ---
> 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 d60a8e0..d1f6cff 100644
> --- a/module/system/base/target.scm
> +++ b/module/system/base/target.scm
> @@ -63,7 +63,7 @@
> (cond ((string-match "^i[0-9]86$" cpu)
> (endianness little))
> ((member cpu '("x86_64" "ia64"
> - "powerpcle" "powerpc64le" "mipsel" "mips64el" "sh4"))
> + "powerpcle" "powerpc64le" "mipsel" "mips64el" "nios2" "sh4"))
> (endianness little))
> ((member cpu '("sparc" "sparc64" "powerpc" "powerpc64" "spu"
> "mips" "mips64" "m68k" "s390x"))
> @@ -102,7 +102,7 @@
>
> ((string-match "64$" cpu) 8)
> ((string-match "64_?[lbe][lbe]$" cpu) 8)
> - ((member cpu '("sparc" "powerpc" "mips" "mipsel" "m68k" "sh4")) 4)
> + ((member cpu '("sparc" "powerpc" "mips" "mipsel" "nios2" "m68k" "sh4")) 4)
> ((member cpu '("s390x")) 8)
> ((string-match "^arm.*" cpu) 4)
> (else (error "unknown CPU word size" cpu)))))
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 05 Sep 2016 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.