diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-14 08:17:27 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-14 08:17:27 -0700 |
commit | 969b1713b7c5bc0a5fb90d85f82c7f0fd27de34f (patch) | |
tree | db05b411a75a5ac3c3b7ac1c9beb7c5df0adbb9c /configure | |
parent | Sync toplevel configure.ac with GCC (diff) | |
download | binutils-gdb-969b1713b7c5bc0a5fb90d85f82c7f0fd27de34f.tar.gz binutils-gdb-969b1713b7c5bc0a5fb90d85f82c7f0fd27de34f.tar.bz2 binutils-gdb-969b1713b7c5bc0a5fb90d85f82c7f0fd27de34f.zip |
Sync toplevel configure with GCC
Sync with GCC
2015-05-16 James Bowman <james.bowman@ftdichip.com>
* configure.ac: FT32 target added.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
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 |