summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-26 07:33:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-26 07:33:36 +0000
commit9815ac7a7f7bc24c610d1484160415122787850f (patch)
tree86d158c462ffbcb41649201d4b3ee24b28cd8dad /contrib
parentAdd Cdn-X hacks. (diff)
downloadrtems-9815ac7a7f7bc24c610d1484160415122787850f.tar.bz2
Abandon SuSE < 10.3
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/gdb/gdb.add8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index f3f225ee05..8300d835aa 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -35,14 +35,10 @@ BuildRequires: %{_host_rpmprefix}gcc
%if "%{gdb_version}" >= "6.6"
# suse
-%if "%{?suse}"
-%if "%{?suse}" >= "10.3"
+%if 0%{?suse}
BuildRequires: libexpat-devel
%else
-BuildRequires: expat
-%endif
-%else
-# fedora/redhat/cygwin
+# Fedora/CentOS/Cygwin/MinGW
BuildRequires: %{_host_rpmprefix}expat-devel
%endif
%endif