[PATCH] Disable gdb and sim builds for ARC in top-level configure.ac

2016-06-21 Thread Anton Kolesov
As of now GDB and sim cannot be built from upstream binutils-gdb repository, so they should be disabled by default. 2016-06-21 Anton Kolesov * configure.ac: Disable gdb and sim for ARC. * configure: Regenerate. --- configure| 3 +++ configure.ac | 3 +++ 2 files changed

[PATCH] Disable sim build for ARC in top-level configure.ac

2016-09-22 Thread Anton Kolesov
Hi, This disables "sim" build for ARC, otherwise it is required to pass --disable-sim to top-level configure. Anton 0001-Disable-sim-builds-for-ARC-in-top-level-configure.ac.patch Description: 0001-Disable-sim-builds-for-ARC-in-top-level-configure.ac.patch

[PATCH] Enable libgloss support for ARC in top-level configure.ac

2016-05-13 Thread Anton Kolesov
ARC support has been added to libgloss in this patch to newlib repository: https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=acdfcb0a0af54715bc37ed1c767bfe901b679357 2016-05-13 Anton Kolesov * configure.ac: Add ARC support to libgloss. * configure: Regenerate