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
38fc909b
Commit
38fc909b
authored
Jul 30, 1997
by
Richard Earnshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CPP_SPEC): add %(subtarget_cpp_spec).
From-SVN: r14563
parent
9ce17ab2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
gcc/config/arm/arm.h
+5
-1
No files found.
gcc/config/arm/arm.h
View file @
38fc909b
...
@@ -109,7 +109,9 @@ Unrecognized value in TARGET_CPU_DEFAULT.
...
@@ -109,7 +109,9 @@ Unrecognized value in TARGET_CPU_DEFAULT.
#define CPP_PREDEFINES "-Darm -Acpu(arm) -Amachine(arm)"
#define CPP_PREDEFINES "-Darm -Acpu(arm) -Amachine(arm)"
#endif
#endif
#define CPP_SPEC "%(cpp_cpu_arch) %(cpp_apcs_pc) %(cpp_float) %(cpp_endian)"
#define CPP_SPEC "\
%(cpp_cpu_arch) %(cpp_apcs_pc) %(cpp_float) \
%(cpp_endian) %(subtarget_cpp_spec)"
/* Set the architecture define -- if -march= is set, then it overrides
/* Set the architecture define -- if -march= is set, then it overrides
the -mcpu= setting. */
the -mcpu= setting. */
...
@@ -228,9 +230,11 @@ Unrecognized value in TARGET_CPU_DEFAULT.
...
@@ -228,9 +230,11 @@ Unrecognized value in TARGET_CPU_DEFAULT.
{ "cpp_float_default", CPP_FLOAT_DEFAULT_SPEC }, \
{ "cpp_float_default", CPP_FLOAT_DEFAULT_SPEC }, \
{ "cpp_endian", CPP_ENDIAN_SPEC }, \
{ "cpp_endian", CPP_ENDIAN_SPEC }, \
{ "cpp_endian_default", CPP_ENDIAN_DEFAULT_SPEC }, \
{ "cpp_endian_default", CPP_ENDIAN_DEFAULT_SPEC }, \
{ "subtarget_cpp_spec", SUBTARGET_CPP_SPEC }, \
SUBTARGET_EXTRA_SPECS
SUBTARGET_EXTRA_SPECS
#define SUBTARGET_EXTRA_SPECS
#define SUBTARGET_EXTRA_SPECS
#define SUBTARGET_CPP_SPEC ""
/* Run-time Target Specification. */
/* Run-time Target Specification. */
...
...
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