summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-24 05:31:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-24 05:31:05 +0000
commitcd9e9b55c92abd53f1071b6811b1c3d5112dc985 (patch)
treeca1f6f1b117afb2f678dc1555a2422cdc37b84fb /contrib
parent2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cd9e9b55c92abd53f1071b6811b1c3d5112dc985.tar.bz2
Disable python.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/build.add3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/crossrpms/gdb/build.add b/contrib/crossrpms/gdb/build.add
index a52949eafb..36862f127d 100644
--- a/contrib/crossrpms/gdb/build.add
+++ b/contrib/crossrpms/gdb/build.add
@@ -22,6 +22,9 @@
%if "%{gdb_version}" >= "6.6"
--with-expat \
%endif
+%if "%{gdb_version}" >= "6.8.50"
+ --without-python \
+%endif
--with-sysroot=%{_prefix}/@tool_target@/sys-root \
--prefix=%{_prefix} --bindir=%{_bindir} \
--includedir=%{_includedir} --libdir=%{_libdir} \