[binutils-gdb] Sync toplevel configure with GCC

H.J.Lu hjl@sourceware.org
Tue Jul 14 15:18:00 GMT 2015


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=969b1713b7c5bc0a5fb90d85f82c7f0fd27de34f

commit 969b1713b7c5bc0a5fb90d85f82c7f0fd27de34f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jul 14 08:17:27 2015 -0700

    Sync toplevel configure with GCC
    
    	Sync with GCC
    	2015-05-16  James Bowman  <james.bowman@ftdichip.com>
    
    	* configure.ac: FT32 target added.
    	* configure: Regenerate.

Diff:
---
 ChangeLog    | 8 ++++++++
 configure    | 3 +++
 configure.ac | 3 +++
 3 files changed, 14 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ea3a748..9cd55f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
 
 	Sync with GCC
+	2015-05-16  James Bowman  <james.bowman@ftdichip.com>
+
+	* configure.ac: FT32 target added.
+	* configure: Regenerate.
+
+2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+	Sync with GCC
 	2015-06-02  Jason Merrill  <jason@redhat.com>
 
 	PR bootstrap/66319
diff --git a/configure b/configure
index 73857ca..5ba9489 100755
--- a/configure
+++ b/configure
@@ -3372,6 +3372,9 @@ if test "${ENABLE_LIBSTDCXX}" = "default" ; then
     avr-*-*)
       noconfigdirs="$noconfigdirs target-libstdc++-v3"
       ;;
+    ft32-*-*)
+      noconfigdirs="$noconfigdirs target-libstdc++-v3"
+      ;;
   esac
 fi
 
diff --git a/configure.ac b/configure.ac
index 743d208..2ff9be0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -712,6 +712,9 @@ if test "${ENABLE_LIBSTDCXX}" = "default" ; then
     avr-*-*)
       noconfigdirs="$noconfigdirs target-libstdc++-v3"
       ;;
+    ft32-*-*)
+      noconfigdirs="$noconfigdirs target-libstdc++-v3"
+      ;;
   esac
 fi



More information about the Binutils-cvs mailing list