config: Make FreeBSD 10 port patch specific to FreeBSD.

This commit is contained in:
Chris Johns 2014-04-09 15:07:29 +10:00
parent ecda605161
commit a1bba9d67b

View File

@ -12,8 +12,10 @@
# #
%include rtems-gdb-patches.cfg %include rtems-gdb-patches.cfg
%if %{_host} == freebsd
%define patch5 %{rtems_gdb_patches}/patch-gdb-python-python-config.py %define patch5 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
%define patch5_opts -p0 %define patch5_opts -p0
%endif
# #
# The gdb build instructions. We use 7.xx Release 1. # The gdb build instructions. We use 7.xx Release 1.