public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch] sync top level configure with binutils-gdb
@ 2015-11-20 14:23 Tristan Gingold
  0 siblings, 0 replies; only message in thread
From: Tristan Gingold @ 2015-11-20 14:23 UTC (permalink / raw)
  To: GCC Patches

This patch was pushed on binutils-gdb repo, so I also commit it on gcc.

Tristan.


2015-11-20  Tristan Gingold  <gingold@adacore.com>

	Sync with binutils-gdb:
	2015-11-20  Tristan Gingold  <gingold@adacore.com>

	* configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
	* configure: Regenerate.

Index: configure
===================================================================
--- configure	(revision 230657)
+++ configure	(working copy)
@@ -3686,6 +3686,14 @@
 case "${target}" in
   *-*-chorusos)
     ;;
+  aarch64-*-darwin*)
+    noconfigdirs="$noconfigdirs ld gas gdb gprof"
+    noconfigdirs="$noconfigdirs sim target-rda"
+    ;;
+  arm-*-darwin*)
+    noconfigdirs="$noconfigdirs ld gas gdb gprof"
+    noconfigdirs="$noconfigdirs sim target-rda"
+    ;;
   powerpc-*-darwin*)
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
Index: configure.ac
===================================================================
--- configure.ac	(revision 230657)
+++ configure.ac	(working copy)
@@ -1023,6 +1023,14 @@
 case "${target}" in
   *-*-chorusos)
     ;;
+  aarch64-*-darwin*)
+    noconfigdirs="$noconfigdirs ld gas gdb gprof"
+    noconfigdirs="$noconfigdirs sim target-rda"
+    ;;
+  arm-*-darwin*)
+    noconfigdirs="$noconfigdirs ld gas gdb gprof"
+    noconfigdirs="$noconfigdirs sim target-rda"
+    ;;
   powerpc-*-darwin*)
     noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-20 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20 14:23 [Patch] sync top level configure with binutils-gdb Tristan Gingold

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