diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-09-26 16:18:28 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-09-26 16:18:28 +0000 |
commit | 194b906d617510c6f71f6a43727808638669b31b (patch) | |
tree | 16be03ef97dfe1f6217eeef06826cb884c4b4e7e /configure | |
parent | 92af450efd13f1c486d9ce897fa326fc7cabc61d (diff) | |
download | gcc-194b906d617510c6f71f6a43727808638669b31b.tar.gz |
2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
* configure.ac: Disable "sim" directory for arc*-*-*.
* conifgure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240501 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index c4a2cd1db45..3b30f770ca9 100755 --- a/configure +++ b/configure @@ -3762,6 +3762,9 @@ case "${target}" in sh*-*-pe|mips*-*-pe|*arm-wince-pe) noconfigdirs="$noconfigdirs tcl tk itcl libgui sim" ;; + arc*-*-*) + noconfigdirs="$noconfigdirs sim" + ;; arm-*-pe*) noconfigdirs="$noconfigdirs target-libgloss" ;; |