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 ea3a748a04ac44b553111bbe888733d0c577d8f8..9cd55f7a69c37a692a20729228d9751b8052dbe6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
index 73857caf42da95987c57fdda694656b743b742ad..5ba9489d1e918ac399b9bc629fd5b3ca0b0d8413 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 743d20820cb1f0b389586f0e39ea0c7c262ab8a1..2ff9be008cd0ab94e77db0afa559d46bb477c220 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
 
This page took 0.03623 seconds and 4 git commands to generate.