Work-around gdb-7.3.91 bug.

This commit is contained in:
Ralf Corsepius
2011-12-13 18:09:29 +00:00
parent d45c69aad1
commit edbf1c65cd

View File

@@ -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 ..