summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 18:09:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-13 18:09:29 +0000
commitedbf1c65cd74db5b7eff5d8b5f58c8dc21a1e52b (patch)
tree19511cd4ead382dd30d0e95ecbf9d4a07776e38c /contrib/crossrpms
parentRegenerate. (diff)
downloadrtems-edbf1c65cd74db5b7eff5d8b5f58c8dc21a1e52b.tar.bz2
Work-around gdb-7.3.91 bug.
Diffstat (limited to 'contrib/crossrpms')
-rw-r--r--contrib/crossrpms/gdb/install.add6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/crossrpms/gdb/install.add b/contrib/crossrpms/gdb/install.add
index 182c846f5c..09991c427f 100644
--- a/contrib/crossrpms/gdb/install.add
+++ b/contrib/crossrpms/gdb/install.add
@@ -44,5 +44,11 @@
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/@tool_target@-gdb/python
%endif
%endif
+
+%if "%{gdb_version}" == "7.3.91"
+# gdb-7.3.91, installs host files, we don't want
+ rm ${RPM_BUILD_ROOT}%{_includedir}/gdb/jit-reader.h
+%endif
+
cd ..