summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 02:56:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 02:56:34 +0000
commitac91ec7742c5299ac2e0a4698a8dde7a9871110e (patch)
treed4b879c428ff0471f1309c8776b25e54f1c3c7f3 /contrib
parent2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ac91ec7742c5299ac2e0a4698a8dde7a9871110e.tar.bz2
Enable --with-system-readline only for gdb >= 6.7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/build.add4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/crossrpms/gdb/build.add b/contrib/crossrpms/gdb/build.add
index cb59d3fe4f..eef6a329d2 100644
--- a/contrib/crossrpms/gdb/build.add
+++ b/contrib/crossrpms/gdb/build.add
@@ -16,8 +16,10 @@
--disable-win32-registry \
--disable-werror \
--enable-sim \
-%if "%{gdb_version}" >= "6.6"
+%if "%{gdb_version}" >= "6.7"
--with-system-readline \
+%endif
+%if "%{gdb_version}" >= "6.6"
--with-expat \
%endif
--with-sysroot=%{_prefix}/@tool_target@/sys-root \