summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-04-29 11:40:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-04-29 11:40:37 +0000
commit9bb08afeff72218aba650e373152c8c27f4f3aa5 (patch)
treede0495e55f82dbbb63653884dd986fe7c820e058 /contrib
parentOnce more rework erc32 simulator configuration. (diff)
downloadrtems-9bb08afeff72218aba650e373152c8c27f4f3aa5.tar.bz2
Improvements for gdb-6.6/6.7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/gdb.add5
-rw-r--r--contrib/crossrpms/gdb/prep.add3
2 files changed, 2 insertions, 6 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index 2096382af2..140603b16e 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -26,7 +26,7 @@ BuildRequires: %{_host_rpmprefix}expat-devel
%endif
%endif
-%if "%{gdb_version}" < "6.6"
+%if "%{gdb_version}" < "6.7"
%if "%{_build}" != "%{_host}"
BuildRequires: %{_host_rpmprefix}termcap-devel
%endif
@@ -39,9 +39,6 @@ BuildRequires: %{_host_rpmprefix}ncurses-devel
BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
%endif
-%if "@tool_target@" == "sparc-rtems@rtems_api@"
-BuildConflicts: libtermcap-devel termcap-devel
-%endif
%if %build_infos
diff --git a/contrib/crossrpms/gdb/prep.add b/contrib/crossrpms/gdb/prep.add
index e5e689f268..dedd1d2cbf 100644
--- a/contrib/crossrpms/gdb/prep.add
+++ b/contrib/crossrpms/gdb/prep.add
@@ -4,10 +4,9 @@
%setup -q -D -T -n %{name}-%{version} -a0
cd gdb-%{gdb_version}
%{?PATCH0:%patch0 -p1}
-%{?PATCH1:%patch1 -p1}
cd ..
-%if "%{gdb_version}" >= "6.8"
+%if "%{gdb_version}" >= "6.7"
# Force using a system-provided libreadline
rm -f gdb-%{gdb_version}/readline/configure
%endif