aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2016-05-16 14:37:43 -0600
committerJeff Law <law@gcc.gnu.org>2016-05-16 14:37:43 -0600
commitcef1a0b874280c1dc8813e9532f00b20e4e82911 (patch)
tree5da4882ffff347be386e2568d3ed02706828b57e /configure
parent19322a8706b14dd29f2a8ac925e32356ca6d3112 (diff)
downloadgcc-cef1a0b874280c1dc8813e9532f00b20e4e82911.zip
gcc-cef1a0b874280c1dc8813e9532f00b20e4e82911.tar.gz
gcc-cef1a0b874280c1dc8813e9532f00b20e4e82911.tar.bz2
configure.ac: Add ARC support to libgloss.
2016-05-13 Anton Kolesov <anton.kolesov@synopsys.com> * configure.ac: Add ARC support to libgloss. * configure: Regenerate From-SVN: r236300
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 24e5157..ea63784 100755
--- a/configure
+++ b/configure
@@ -3756,9 +3756,6 @@ case "${target}" in
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
noconfigdirs="$noconfigdirs tcl tk itcl libgui sim"
;;
- arc-*-*|arceb-*-*)
- noconfigdirs="$noconfigdirs target-libgloss"
- ;;
arm-*-pe*)
noconfigdirs="$noconfigdirs target-libgloss"
;;