summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-16 20:37:43 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-05-16 20:37:43 +0000
commit89797459f948a2f89fa2b87bc5e1503e8d08fbe8 (patch)
tree5da4882ffff347be386e2568d3ed02706828b57e /configure
parent18cbf8e0863ffde9f056797bda1edda609448ec5 (diff)
2016-05-13 Anton Kolesov <anton.kolesov@synopsys.com>
* configure.ac: Add ARC support to libgloss. * configure: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236300 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 24e51575b023..ea63784be9c8 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"
;;