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
ec613b66
Commit
ec613b66
authored
Mar 22, 2016
by
Anthony Green
Committed by
Anthony Green
Mar 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix endianness issue for moxiebox
From-SVN: r234404
parent
5c240f4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+6
-0
gcc/config/moxie/moxiebox.h
+6
-0
No files found.
gcc/ChangeLog
View file @
ec613b66
2016-03-22 Anthony Green <green@moxielogic.com>
* config/moxie/moxiebox.h (CC1_SPEC): Define. Fix endianness
issue for moxiebox targets.
(CC1PLUS_SPEC): Ditto.
2016-03-22 Richard Biener <rguenther@suse.de>
PR middle-end/70333
...
...
gcc/config/moxie/moxiebox.h
View file @
ec613b66
...
...
@@ -39,6 +39,12 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC
#define ASM_SPEC "-EL"
#undef CC1_SPEC
#define CC1_SPEC "-mel %{meb:%ethis target is little-endian}"
#undef CC1PLUS_SPEC
#define CC1PLUS_SPEC CC1_SPEC
#undef MULTILIB_DEFAULTS
#undef SIZE_TYPE
...
...
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