mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
rtems-4.11: Fix the broken RTEMS build on 4.11.
This commit is contained in:
parent
257d1e4378
commit
cd93d89b08
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user