diff options
author | Nick Clifton <nickc@redhat.com> | 2010-07-23 14:52:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-07-23 14:52:53 +0000 |
commit | e3d36b30b4be6faf3ec53cd2a3a0a7eae5b7f68a (patch) | |
tree | 1edd5c27b53d3c212a6b2126478c2795c82e51f6 /configure | |
parent | cb6bfcff1a3ac9d875a3150c688fc985ffbb717e (diff) | |
download | newlib-e3d36b30b4be6faf3ec53cd2a3a0a7eae5b7f68a.zip newlib-e3d36b30b4be6faf3ec53cd2a3a0a7eae5b7f68a.tar.gz newlib-e3d36b30b4be6faf3ec53cd2a3a0a7eae5b7f68a.tar.bz2 |
Add support for v850E2 and v850E2V3
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -3730,14 +3730,8 @@ case "${target}" in v810-*-*) noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}" ;; - v850-*-*) - noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" - ;; - v850e-*-*) - noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" - ;; - v850ea-*-*) - noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" + v850*-*-*) + noconfigdirs="$noconfigdirs ${libgcj}" ;; vax-*-vms) noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}" |