diff options
author | Anton Kolesov <Anton.Kolesov@synopsys.com> | 2016-09-26 16:18:28 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2016-09-26 10:18:28 -0600 |
commit | 2fd88f4ff255ace8607d661a1b1bcd290f55428f (patch) | |
tree | 16be03ef97dfe1f6217eeef06826cb884c4b4e7e /configure.ac | |
parent | cfff6cdd179c70ba89065a5cc9677e24446a1138 (diff) | |
download | gcc-2fd88f4ff255ace8607d661a1b1bcd290f55428f.zip gcc-2fd88f4ff255ace8607d661a1b1bcd290f55428f.tar.gz gcc-2fd88f4ff255ace8607d661a1b1bcd290f55428f.tar.bz2 |
configure.ac: Disable "sim" directory for arc*-*-*.
2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
* configure.ac: Disable "sim" directory for arc*-*-*.
* conifgure: Regenerated.
From-SVN: r240501
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a1b9da4..7fa9c46 100644 --- a/configure.ac +++ b/configure.ac @@ -1098,6 +1098,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" ;; |