Sync toplevel configure with GCC

Sync with GCC
	2015-05-16  James Bowman  <james.bowman@ftdichip.com>

	* configure.ac: FT32 target added.
	* configure: Regenerate.
This commit is contained in:
H.J. Lu 2015-07-14 08:17:27 -07:00
parent ce6c656dcb
commit 969b1713b7
3 changed files with 14 additions and 0 deletions

View file

@ -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

3
configure vendored
View file

@ -3372,6 +3372,9 @@ if test "${ENABLE_LIBSTDCXX}" = "default" ; then
avr-*-*)
noconfigdirs="$noconfigdirs target-libstdc++-v3"
;;
ft32-*-*)
noconfigdirs="$noconfigdirs target-libstdc++-v3"
;;
esac
fi

View 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