Fix CXC compilation of RTEMS tools

Update #3461.
This commit is contained in:
Sebastian Huber 2018-06-19 12:12:45 +02:00
parent 528ee187ea
commit 2149755543

View File

@ -44,7 +44,7 @@ License: BSD-2-Clause + GPL-2.0
# Provide the host for a Cxc build.
#
if test "%{_build}" != "%{_host}" ; then
RT_HOST="-host=%{_host}"
RT_HOST="--host=%{_host}"
else
RT_HOST=
fi