public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Disable sim build for ARC in top-level configure.ac
@ 2016-09-22 12:13 Anton Kolesov
  2016-09-26 16:35 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Kolesov @ 2016-09-22 12:13 UTC (permalink / raw)
  To: gcc-patches; +Cc: Francois Bedard

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Hi,

This disables "sim" build for ARC, otherwise it is required to
pass --disable-sim to top-level configure.

Anton


[-- Attachment #2: 0001-Disable-sim-builds-for-ARC-in-top-level-configure.ac.patch --]
[-- Type: application/octet-stream, Size: 1271 bytes --]

From 1fb11bf060ef0bccb0dd949fbf7ea63c763f008d Mon Sep 17 00:00:00 2001
From: Anton Kolesov <Anton.Kolesov@synopsys.com>
Date: Tue, 21 Jun 2016 13:51:36 +0300
Subject: [PATCH] Disable sim build for ARC in top-level configure.ac

Sim doesn't support ARC, so it should be disabled by default for it.

2016-09-22  Anton Kolesov  <anton.kolesov@synopsys.com>

	* configure.ac: Disable sim for ARC.
	* configure: Regenerate.
---
 configure    | 3 +++
 configure.ac | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/configure b/configure
index c4a2cd1..3b30f77 100755
--- a/configure
+++ b/configure
@@ -3762,6 +3762,9 @@ case "${target}" in
   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
     noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
     ;;
+  arc*-*-*)
+    noconfigdirs="$noconfigdirs sim"
+    ;;
   arm-*-pe*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
diff --git a/configure.ac b/configure.ac
index a1b9da4..7fa9c46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1098,6 +1098,9 @@ case "${target}" in
   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
     noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
     ;;
+  arc*-*-*)
+    noconfigdirs="$noconfigdirs sim"
+    ;;
   arm-*-pe*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
-- 
2.8.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Disable sim build for ARC in top-level configure.ac
  2016-09-22 12:13 [PATCH] Disable sim build for ARC in top-level configure.ac Anton Kolesov
@ 2016-09-26 16:35 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2016-09-26 16:35 UTC (permalink / raw)
  To: Anton Kolesov, gcc-patches; +Cc: Francois Bedard

On 09/22/2016 06:12 AM, Anton Kolesov wrote:
> Hi,
>
> This disables "sim" build for ARC, otherwise it is required to
> pass --disable-sim to top-level configure.
>
> Anton
>
>
> 0001-Disable-sim-builds-for-ARC-in-top-level-configure.ac.patch
>
>
> From 1fb11bf060ef0bccb0dd949fbf7ea63c763f008d Mon Sep 17 00:00:00 2001
> From: Anton Kolesov <Anton.Kolesov@synopsys.com>
> Date: Tue, 21 Jun 2016 13:51:36 +0300
> Subject: [PATCH] Disable sim build for ARC in top-level configure.ac
>
> Sim doesn't support ARC, so it should be disabled by default for it.
>
> 2016-09-22  Anton Kolesov  <anton.kolesov@synopsys.com>
>
> 	* configure.ac: Disable sim for ARC.
> 	* configure: Regenerate.
Thanks.  Installed on the trunk.

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-26 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 12:13 [PATCH] Disable sim build for ARC in top-level configure.ac Anton Kolesov
2016-09-26 16:35 ` Jeff Law

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).