summaryrefslogtreecommitdiffstats
path: root/source-builder/config
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2014-05-26 03:40:22 +0200
committerChris Johns <chrisj@rtems.org>2014-06-02 14:54:37 +1000
commit3a0e5615fa0f90d04a0b9219f6cd7e82383cc1df (patch)
tree780b944cca4f6da26d5b5ef26d67d42d3f2c6ecd /source-builder/config
parentconfig: Update the NIOS2 configuration for the new %source command. (diff)
downloadrtems-source-builder-3a0e5615fa0f90d04a0b9219f6cd7e82383cc1df.tar.bz2
Add support for building rtems-or1k tool-chain - fixed
Configuration files get the following releases: - binutils-2.24 - newlib-2.1.0 - gcc-4.8.2 - gdb-7.7 Patches to tool-chain are mix of OpenRISC original patches and other additions to build the previous releases for RTEMS.
Diffstat (limited to 'source-builder/config')
-rw-r--r--source-builder/config/gdb-7-1.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/source-builder/config/gdb-7-1.cfg b/source-builder/config/gdb-7-1.cfg
index 28f19b2..343bd04 100644
--- a/source-builder/config/gdb-7-1.cfg
+++ b/source-builder/config/gdb-7-1.cfg
@@ -4,6 +4,10 @@
# This configuration file configure's, make's and install's gdb.
#
+%if %{gdb-disable-sim} == %{nil}
+%define gdb-disable-sim 0
+%endif
+
%include %{_configdir}/checks.cfg
#
@@ -73,7 +77,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--without-included-gettext \
--disable-win32-registry \
--disable-werror \
- --enable-sim \
+ %{!?gdb-disable-sim:--enable-sim}%{?gdb-disable-sim:--disable-sim} \
--without-zlib \
--with-expat \
%{!?without_python:--with-python} \