public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
To: Vineet Gupta <Vineet.Gupta1@synopsys.com>,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Cc: "Francois.Bedard@synopsys.com" <Francois.Bedard@synopsys.com>,
	"andrew.burgess@embecosm.com" <andrew.burgess@embecosm.com>,
	"Cupertino  Miranda" <Cupertino.Miranda@synopsys.com>,
	Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Subject: RE: [PATCH] ARC: configure script to allow non uclibc based triplets
Date: Mon, 10 Jul 2017 13:56:00 -0000	[thread overview]
Message-ID: <098ECE41A0A6114BB2A07F1EC238DE896662FC63@de02wembxa.internal.synopsys.com> (raw)
In-Reply-To: <1463720503-3336-1-git-send-email-vgupta@synopsys.com>

Approved and applied.

Cheers,
Claudiu

> -----Original Message-----
> From: Vineet Gupta
> Sent: Friday, May 20, 2016 7:02 AM
> To: gcc-patches@gcc.gnu.org
> Cc: Claudiu Zissulescu <claziss@synopsys.com>; gnu@amylaar.uk;
> Francois.Bedard@synopsys.com; Vineet Gupta <vgupta@synopsys.com>
> Subject: [PATCH] ARC: configure script to allow non uclibc based triplets
> 
> gcc/
> 2016-05-20  Vineet Gupta <vgupta@synopsys.com>
> 
>     * config.gcc: Remove uclibc from arc target spec
> 
> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
> ---
>  gcc/config.gcc     | 2 +-
>  libgcc/config.host | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gcc/config.gcc b/gcc/config.gcc
> index 9ca5c6ed71d8..f88d1dfa23df 100644
> --- a/gcc/config.gcc
> +++ b/gcc/config.gcc
> @@ -889,7 +889,7 @@ arc*-*-elf*)
>  	big*)
> 	tm_defines="DRIVER_ENDIAN_SELF_SPECS=\\\"%{!EL:%{!mlittle-
> endian:-mbig-endian}}\\\" ${tm_defines}"
>  	esac
>  	;;
> -arc*-*-linux-uclibc*)
> +arc*-*-linux*)
>  	extra_headers="arc-simd.h"
>  	tm_file="arc/arc-arch.h dbxelf.h elfos.h gnu-user.h linux.h glibc-
> stdint.h ${tm_file}"
>  	tmake_file="${tmake_file} arc/t-arc-uClibc arc/t-arc"
> diff --git a/libgcc/config.host b/libgcc/config.host
> index e7683898f82b..d3c9c71bb042 100644
> --- a/libgcc/config.host
> +++ b/libgcc/config.host
> @@ -322,7 +322,7 @@ arc*-*-elf*)
>  	tmake_file="arc/t-arc-newlib arc/t-arc"
>  	extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o
> libgmon.a crtg.o crtgend.o crttls_r25.o crttls_r30.o"
>  	;;
> -arc*-*-linux-uclibc*)
> +arc*-*-linux*)
>  	tmake_file="${tmake_file} t-slibgcc-libgcc t-slibgcc-nolc-override
> arc/t-arc700-uClibc arc/t-arc"
>  	extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o
> libgmon.a crtg.o crtgend.o"
>  	;;
> --
> 2.5.0

      parent reply	other threads:[~2017-07-10 13:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-20  5:02 Vineet Gupta
2016-05-20 11:58 ` Claudiu Zissulescu
2016-05-20 12:51   ` Vineet Gupta
2017-07-10 13:56 ` Claudiu Zissulescu [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

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

  git send-email \
    --in-reply-to=098ECE41A0A6114BB2A07F1EC238DE896662FC63@de02wembxa.internal.synopsys.com \
    --to=claudiu.zissulescu@synopsys.com \
    --cc=Alexey.Brodkin@synopsys.com \
    --cc=Cupertino.Miranda@synopsys.com \
    --cc=Francois.Bedard@synopsys.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=andrew.burgess@embecosm.com \
    --cc=gcc-patches@gcc.gnu.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).