Commit c3ba8d32 by Michael Eager Committed by Michael Eager

Add CPP_SPEC for -mxilinx-fpu.

From-SVN: r147101
parent edce9f18
2009-05-04 Michael Eager <eager@eagercon.com>
* config/rs6000/xilinx.h: Add CPP_SPEC for -mxilinx-fpu options.
2009-05-04 Michael Eager <eager@eagercon.com>
* gcc/config.gcc: (powerpc-xilinx-eabi*): Add tm t-xilinx
* config/rs6000/t-xilinx: New
......
......@@ -20,6 +20,15 @@
/* Set defaults for Xilinx embedded target boards. */
#undef CPP_SPEC
#define CPP_SPEC "\
-mxilinx-fpu \
%{mfpu=sp_lite: -DHAVE_XFPU_SP_LITE} \
%{mfpu=sp_full: -DHAVE_XFPU_SP_FULL} \
%{mfpu=dp_lite: -DHAVE_XFPU_DP_LITE} \
%{mfpu=dp_full: -DHAVE_XFPU_DP_FULL} \
%{mfpu=*: -DHAVE_XFPU}"
#undef LIB_DEFAULT_SPEC
#define LIB_DEFAULT_SPEC "\
%{!nostdlib: --start-group -lxil -lc -lm --end-group \
......
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