Sync toplevel configure with GCC
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 14 Jul 2015 15:17:27 +0000 (08:17 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 14 Jul 2015 15:17:27 +0000 (08:17 -0700)
Sync with GCC
2015-05-16  James Bowman  <james.bowman@ftdichip.com>

* configure.ac: FT32 target added.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index ea3a748..9cd55f7 100644 (file)
--- 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
index 73857ca..5ba9489 100755 (executable)
--- 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
 
index 743d208..2ff9be0 100644 (file)
@@ -712,6 +712,9 @@ if test "${ENABLE_LIBSTDCXX}" = "default" ; then
     avr-*-*)
       noconfigdirs="$noconfigdirs target-libstdc++-v3"
       ;;
+    ft32-*-*)
+      noconfigdirs="$noconfigdirs target-libstdc++-v3"
+      ;;
   esac
 fi