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
d5c65c96
Commit
d5c65c96
authored
Mar 27, 1997
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CPP_CPU_DEFAULT): Define if TARGET_CPU_DEFAULT is not set.
From-SVN: r13807
parent
6e272403
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/i386/i386.h
+4
-4
No files found.
gcc/config/i386/i386.h
View file @
d5c65c96
...
...
@@ -304,14 +304,14 @@ extern int ix86_arch;
#ifndef CPP_CPU_SPEC
#ifdef __STDC__
#if TARGET_CPU_DEFAULT == 0
#define CPP_CPU_DEFAULT ""
#elif TARGET_CPU_DEFAULT == 1
#if TARGET_CPU_DEFAULT == 1
#define CPP_CPU_DEFAULT "-Di486"
#elif TARGET_CPU_DEFAULT == 2
#define CPP_CPU_DEFAULT "-Di586"
#elif TARGET_CPU_DEFAULT == 3
#define CPP_CPU_DEFAULT "-Di686"
#else
#define CPP_CPU_DEFAULT ""
#endif
/* TARGET_CPU_DEFAULT */
#define CPP_CPU_SPEC "\
...
...
@@ -392,7 +392,7 @@ extern int ix86_arch;
#define PARM_BOUNDARY 32
/* Boundary (in *bits*) on which stack pointer should be aligned. */
#define STACK_BOUNDARY
(TARGET_ALIGN_DOUBLE ? 64 : 32)
#define STACK_BOUNDARY
32
/* Allocation boundary (in *bits*) for the code of a function.
For i486, we get better performance by aligning to a cache
...
...
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