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
2163f11b
Commit
2163f11b
authored
Oct 26, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define TARGET_CPU values for v8 and supersparc.
From-SVN: r13035
parent
ba542005
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
gcc/config/sparc/sparc.h
+10
-6
No files found.
gcc/config/sparc/sparc.h
View file @
2163f11b
...
...
@@ -53,12 +53,16 @@ Boston, MA 02111-1307, USA. */
#endif
/* Values of TARGET_CPU_DEFAULT, set via -D in the Makefile. */
#define TARGET_CPU_sparc 0
#define TARGET_CPU_sparclet 1
#define TARGET_CPU_sparclite 2
#define TARGET_CPU_sparc64 3
#if TARGET_CPU_DEFAULT == TARGET_CPU_sparc
#define TARGET_CPU_sparc 0
#define TARGET_CPU_v7 0
/* alias for previous */
#define TARGET_CPU_sparclet 1
#define TARGET_CPU_sparclite 2
#define TARGET_CPU_v8 3
#define TARGET_CPU_supersparc 4
#define TARGET_CPU_ultrasparc 5
#define TARGET_CPU_sparc64 5
/* alias for ultrasparc */
#if TARGET_CPU_DEFAULT == TARGET_CPU_sparc || TARGET_CPU_DEFAULT == TARGET_CPU_v8 || TARGET_CPU_DEFAULT == TARGET_CPU_supersparc
#define CPP_DEFAULT_SPEC ""
#define ASM_DEFAULT_SPEC ""
#else
...
...
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