Fix the C++ tools detection bug.

This commit is contained in:
Chris Johns 2013-04-29 10:23:06 +10:00
parent adf09460a2
commit 699a51c544

View File

@ -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