mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
rtems/bsps: Do not raise an error if no cflags when getting source.
This commit is contained in:
parent
8de6b678e8
commit
53dd2ee72b
@ -129,7 +129,7 @@
|
||||
%define rtems_bsp_ldflags %{pkgconfig ldflags %{_host}-%{rtems_bsp}}
|
||||
%define rtems_bsp_libs %{pkgconfig libs %{_host}-%{rtems_bsp}}
|
||||
|
||||
%if %{rtems_bsp_cflags} == %{nil} && %{rtems_bsp_error}
|
||||
%if %{rtems_bsp_cflags} == %{nil} && %{rtems_bsp_error} && !%{_rsb_getting_source}
|
||||
%error No RTEMS BSP CFLAGS found; Please check the --with-rtems-bsp option.
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user