forked from Imagelibrary/rtems
Ensure that when -msoft-float is specified for multilib builds, that
something indicates this. Eventually this needs to be merged into gcc.
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*cpp:
|
*cpp:
|
||||||
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
|
%(old_cpp) %{msoft-float: -D__soft_float__} \
|
||||||
|
%{qrtems: -D__embedded__} -Asystem(embedded)
|
||||||
|
|
||||||
*lib:
|
*lib:
|
||||||
%{!qrtems: %(old_lib)} %{qrtems: --start-group \
|
%{!qrtems: %(old_lib)} %{qrtems: --start-group \
|
||||||
|
|||||||
Reference in New Issue
Block a user