summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gdb/gdb.add
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-08-31 09:21:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-08-31 09:21:53 +0000
commita917c19e690adba6f7642350db0d43643f400041 (patch)
tree99f3c58915b9d0710ead955d41168a2788e1cbdd /contrib/crossrpms/gdb/gdb.add
parentRegenerate. (diff)
downloadrtems-a917c19e690adba6f7642350db0d43643f400041.tar.bz2
Rework python.
Diffstat (limited to '')
-rw-r--r--contrib/crossrpms/gdb/gdb.add26
1 files changed, 17 insertions, 9 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index 39b2480754..bf3d61f73d 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -18,6 +18,23 @@ BuildRequires: %{_host_rpmprefix}gcc
# Default: yes
%bcond_without system_readline
+# Whether to build python support
+%if "%{_build}" != "%{_host}"
+# Can't build python Cdn-X
+%bcond_with python
+%else
+%if "%{gdb_version}" >= "7.3"
+# Python support is broken
+%bcond_with python
+%elseif "%{gdb_version}" >= "6.8.50"
+%bcond_without python
+%else
+# python is unsupported
+%bcond_with python
+%endif
+%endif
+%{?with_python:BuildRequires: %{_host_rpmprefix}python-devel}
+
%if "@tool_target@" == "powerpc-rtems@rtems_api@"
%if "%{_build}" != "%{_host}"
# psim doesn't support Cdn-X
@@ -68,15 +85,6 @@ BuildRequires: %{_host_rpmprefix}expat-devel
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
BuildRequires: %{_host_rpmprefix}ncurses-devel
-%if "%{gdb_version}" >= "6.8.50"
-%if "%{_build}" != "%{_host}"
-# Can't build python Cdn-X
-%bcond_with python
-%else
-%bcond_without python
-%endif
-%endif
-%{?with_python:BuildRequires: %{_host_rpmprefix}python-devel}
%if %build_infos
# Required for building the infos