Commit b2fbb27f by Eric Botcazou Committed by Eric Botcazou

lang-specs.h (TARGET_VXWORKS_RTP): Simplify and add trailing space.

	* gcc-interface/lang-specs.h (TARGET_VXWORKS_RTP): Simplify and add
	trailing space.

From-SVN: r223917
parent cfa936d4
2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to
before first -gnatez switch.
before first -gnatez switch. Simplify and add trailing space.
2015-06-01 Eric Botcazou <ebotcazou@adacore.com>
......
......@@ -39,7 +39,7 @@
%{O*} %{W*} %{w} %{p} %{pg:-p} %{d*} %{f*}\
%{coverage:-fprofile-arcs -ftest-coverage} "
#if defined(TARGET_VXWORKS_RTP)
"%{fRTS=rtp:-mrtp} %{fRTS=rtp-smp:-mrtp} %{fRTS=ravenscar-cert-rtp:-mrtp}"
"%{fRTS=rtp|fRTS=rtp-smp|fRTS=ravenscar-cert-rtp:-mrtp} "
#endif
"%{gnatea:-gnatez} %{g*&m*} "
"%1 %{!S:%{o*:%w%*-gnatO}} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment