unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Vineet Gupta <Vineet.Gupta1@synopsys.com>
To: "guile-devel@gnu.org" <guile-devel@gnu.org>
Cc: "linux-snps-arc@lists.infradead.org"
	<linux-snps-arc@lists.infradead.org>
Subject: Re: [PATCH] add support for ARC architecture
Date: Fri, 21 May 2021 22:35:36 +0000	[thread overview]
Message-ID: <f8fd467a-7724-331b-9c27-4ef61a40928d@synopsys.com> (raw)
In-Reply-To: <20210406220414.2400239-1-vgupta@synopsys.com>

On 4/6/21 3:04 PM, Vineet Gupta wrote:
> 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)))))

ping !

      reply	other threads:[~2021-05-21 22:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-06 22:04 [PATCH] add support for ARC architecture Vineet Gupta
2021-05-21 22:35 ` Vineet Gupta [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f8fd467a-7724-331b-9c27-4ef61a40928d@synopsys.com \
    --to=vineet.gupta1@synopsys.com \
    --cc=guile-devel@gnu.org \
    --cc=linux-snps-arc@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).