summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 15:45:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 15:45:45 +0000
commit91a492a2438a36579afdaf5b6871ab70c810a3d4 (patch)
tree744b5445dcf8bbba6a6e1ab151361ef295482241 /contrib
parent2007-10-31 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-91a492a2438a36579afdaf5b6871ab70c810a3d4.tar.bz2
Cleanups for erc32.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/build.add1
-rw-r--r--contrib/crossrpms/gdb/gdb.add4
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/crossrpms/gdb/build.add b/contrib/crossrpms/gdb/build.add
index d615783415..9d709fb954 100644
--- a/contrib/crossrpms/gdb/build.add
+++ b/contrib/crossrpms/gdb/build.add
@@ -11,6 +11,7 @@
--disable-werror \
--enable-sim \
%if "%{gdb_version}" >= "6.6"
+ --with-system-readline \
--with-expat \
%endif
--with-sysroot=%{_prefix}/@tool_target@/sys-root \
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index d634ff1d1e..5885e71b9e 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -18,7 +18,6 @@ BuildRequires: libexpat-devel
%else
BuildRequires: expat
%endif
-BuildRequires: expat
%else
# fedora/redhat
BuildRequires: expat-devel
@@ -30,8 +29,9 @@ BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
%endif
%if "@tool_target@" == "sparc-rtems4.9"
-BuildRequires: libtermcap-devel
+BuildConflicts: libtermcap-devel termcap-devel
%endif
+BuildRequires: readline-devel
BuildRequires: ncurses-devel
%if %build_infos