rtems-4.11: Fix the broken RTEMS build on 4.11.

This commit is contained in:
Chris Johns 2014-08-23 13:19:25 +00:00
parent 257d1e4378
commit cd93d89b08

View File

@ -50,8 +50,10 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
# #
# It the rtems_bsps is all undefine it # It the rtems_bsps is all undefine it
# #
%if %{rtems_bsps} == all %if %{defined rtems_bsp}
%undefine rtems_bsps %if %{rtems_bsps} == all
%undefine rtems_bsps
%endif
%endif %endif
# #