GNU bug report logs - #24180
[PATCH] Recognize alpha as compilation target

Previous Next

Package: guile;

Reported by: James Clarke <jrtc27 <at> jrtc27.com>

Date: Sun, 7 Aug 2016 22:34:02 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 24180 in the body.
You can then email your comments to 24180 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#24180; Package guile. (Sun, 07 Aug 2016 22:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to James Clarke <jrtc27 <at> jrtc27.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sun, 07 Aug 2016 22:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: James Clarke <jrtc27 <at> jrtc27.com>
To: bug-guile <at> gnu.org
Cc: James Clarke <jrtc27 <at> jrtc27.com>
Subject: [PATCH] Recognize alpha as compilation target
Date: Sun,  7 Aug 2016 21:24:22 +0100
* module/system/base/target.scm (cpu-endianness): Add case for "alpha".
(triplet-pointer-size): Likewise.
---
 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 d1f6cff..02febf8 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" "nios2" "sh4"))
+                           "powerpcle" "powerpc64le" "mipsel" "mips64el" "nios2" "sh4" "alpha"))
              (endianness little))
             ((member cpu '("sparc" "sparc64" "powerpc" "powerpc64" "spu"
                            "mips" "mips64" "m68k" "s390x"))
@@ -103,7 +103,7 @@
           ((string-match "64$" cpu) 8)
           ((string-match "64_?[lbe][lbe]$" cpu) 8)
           ((member cpu '("sparc" "powerpc" "mips" "mipsel" "nios2" "m68k" "sh4")) 4)
-          ((member cpu '("s390x")) 8)
+          ((member cpu '("s390x" "alpha")) 8)
           ((string-match "^arm.*" cpu) 4)
           (else (error "unknown CPU word size" cpu)))))
 
-- 
2.9.1





Reply sent to Andy Wingo <wingo <at> pobox.com>:
You have taken responsibility. (Mon, 08 Aug 2016 20:22:02 GMT) Full text and rfc822 format available.

Notification sent to James Clarke <jrtc27 <at> jrtc27.com>:
bug acknowledged by developer. (Mon, 08 Aug 2016 20:22:02 GMT) Full text and rfc822 format available.

Message #10 received at 24180-done <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: James Clarke <jrtc27 <at> jrtc27.com>
Cc: 24180-done <at> debbugs.gnu.org
Subject: Re: bug#24180: [PATCH] Recognize alpha as compilation target
Date: Mon, 08 Aug 2016 22:21:20 +0200
Applied, cheers :)

On Sun 07 Aug 2016 22:24, James Clarke <jrtc27 <at> jrtc27.com> writes:

> * module/system/base/target.scm (cpu-endianness): Add case for "alpha".
> (triplet-pointer-size): Likewise.
> ---
>  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 d1f6cff..02febf8 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" "nios2" "sh4"))
> +                           "powerpcle" "powerpc64le" "mipsel" "mips64el" "nios2" "sh4" "alpha"))
>               (endianness little))
>              ((member cpu '("sparc" "sparc64" "powerpc" "powerpc64" "spu"
>                             "mips" "mips64" "m68k" "s390x"))
> @@ -103,7 +103,7 @@
>            ((string-match "64$" cpu) 8)
>            ((string-match "64_?[lbe][lbe]$" cpu) 8)
>            ((member cpu '("sparc" "powerpc" "mips" "mipsel" "nios2" "m68k" "sh4")) 4)
> -          ((member cpu '("s390x")) 8)
> +          ((member cpu '("s390x" "alpha")) 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. (Tue, 06 Sep 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.