Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c3ba8d32
Commit
c3ba8d32
authored
May 04, 2009
by
Michael Eager
Committed by
Michael Eager
May 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CPP_SPEC for -mxilinx-fpu.
From-SVN: r147101
parent
edce9f18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/xilinx.h
+9
-0
No files found.
gcc/ChangeLog
View file @
c3ba8d32
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
...
...
gcc/config/rs6000/xilinx.h
View file @
c3ba8d32
...
...
@@ -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 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment