mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the C++ tools detection bug.
This commit is contained in:
parent
adf09460a2
commit
699a51c544
@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
#
|
||||
# If C++ defined for the tool set use it to control RTEMS's setting..
|
||||
#
|
||||
%ifn %{defined enable_cxx}
|
||||
%if %{defined enable_cxx}
|
||||
%define rtems_cxx %{enable_cxx}
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user