From: H.J. Lu Date: Tue, 14 Jul 2015 15:17:27 +0000 (-0700) Subject: Sync toplevel configure with GCC X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=969b1713b7c5bc0a5fb90d85f82c7f0fd27de34f;p=binutils-gdb.git Sync toplevel configure with GCC Sync with GCC 2015-05-16 James Bowman * configure.ac: FT32 target added. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index ea3a748a04a..9cd55f7a69c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-07-14 H.J. Lu + + Sync with GCC + 2015-05-16 James Bowman + + * configure.ac: FT32 target added. + * configure: Regenerate. + 2015-07-14 H.J. Lu Sync with GCC diff --git a/configure b/configure index 73857caf42d..5ba9489d1e9 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 743d20820cb..2ff9be008cd 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