From edbf1c65cd74db5b7eff5d8b5f58c8dc21a1e52b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Dec 2011 18:09:29 +0000 Subject: Work-around gdb-7.3.91 bug. --- contrib/crossrpms/gdb/install.add | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib/crossrpms') 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 .. -- cgit v1.2.3