diff options
author | James Bowman <james.bowman@ftdichip.com> | 2015-05-16 23:49:08 +0000 |
---|---|---|
committer | James Bowman <jamesbowman@gcc.gnu.org> | 2015-05-16 23:49:08 +0000 |
commit | fef939d6a96bde0f924152e6b9e22701c28f8880 (patch) | |
tree | 5e4897f8e04c41bd78ca2cb6244476efaf07df39 /configure | |
parent | 9261aa4364af939b3fd91f20bf20c8e329434600 (diff) | |
download | gcc-fef939d6a96bde0f924152e6b9e22701c28f8880.zip gcc-fef939d6a96bde0f924152e6b9e22701c28f8880.tar.gz gcc-fef939d6a96bde0f924152e6b9e22701c28f8880.tar.bz2 |
FT32 target added. Approved by Jeff Law [law@redhat.com]
From-SVN: r223261
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3363,6 +3363,9 @@ if test "${ENABLE_LIBSTDCXX}" = "default" ; then avr-*-*) noconfigdirs="$noconfigdirs target-libstdc++-v3" ;; + ft32-*-*) + noconfigdirs="$noconfigdirs target-libstdc++-v3" + ;; esac fi |