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
bdeb2471
Commit
bdeb2471
authored
Feb 06, 2011
by
Joseph Myers
Committed by
Joseph Myers
Feb 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
From-SVN: r169866
parent
85883d65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/config/sparc/sol2-bi.h
+0
-2
No files found.
gcc/ChangeLog
View file @
bdeb2471
2011-02-06 Joseph Myers <joseph@codesourcery.com>
* config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
2011-02-06 Steven Bosscher <steven@gcc.gnu.org>
* doc/invoke.texi: Remove reference to compiler internals from
* doc/invoke.texi: Remove reference to compiler internals from
...
...
gcc/config/sparc/sol2-bi.h
View file @
bdeb2471
...
@@ -229,14 +229,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
...
@@ -229,14 +229,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#undef CC1_SPEC
#undef CC1_SPEC
#if DEFAULT_ARCH32_P
#if DEFAULT_ARCH32_P
#define CC1_SPEC "\
#define CC1_SPEC "\
%{sun4:} %{target:} \
%{m64:%{m32:%emay not use both -m32 and -m64}} \
%{m64:%{m32:%emay not use both -m32 and -m64}} \
%{m64:-mptr64 -mstack-bias -mno-v8plus \
%{m64:-mptr64 -mstack-bias -mno-v8plus \
%{!mcpu*:-%{!mv8plus:mcpu=v9}}} \
%{!mcpu*:-%{!mv8plus:mcpu=v9}}} \
"
"
#else
#else
#define CC1_SPEC "\
#define CC1_SPEC "\
%{sun4:} %{target:} \
%{m32:%{m64:%emay not use both -m32 and -m64}} \
%{m32:%{m64:%emay not use both -m32 and -m64}} \
%{m32:-mptr32 -mno-stack-bias \
%{m32:-mptr32 -mno-stack-bias \
%{!mcpu*:%{!mv8plus:-mcpu=v9}}} \
%{!mcpu*:%{!mv8plus:-mcpu=v9}}} \
...
...
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