summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-03-31 04:36:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-03-31 04:36:55 +0000
commit23347e95718b7f338f84644fa8391b1a6e099716 (patch)
treeb0a458b20030bb61c9e8383d525eb43fcbd7bef8 /contrib
parentgdb-6.8. (diff)
downloadrtems-23347e95718b7f338f84644fa8391b1a6e099716.tar.bz2
Remove readline/configure to force not building the bundled readline and use the system provided readline.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/prep.add4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/crossrpms/gdb/prep.add b/contrib/crossrpms/gdb/prep.add
index bcfc016058..e5e689f268 100644
--- a/contrib/crossrpms/gdb/prep.add
+++ b/contrib/crossrpms/gdb/prep.add
@@ -7,3 +7,7 @@ cd gdb-%{gdb_version}
%{?PATCH1:%patch1 -p1}
cd ..
+%if "%{gdb_version}" >= "6.8"
+# Force using a system-provided libreadline
+rm -f gdb-%{gdb_version}/readline/configure
+%endif