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
27be769c
Commit
27be769c
authored
10 years ago
by
Joern Rennecke
Committed by
Joern Rennecke
10 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/avr/avr.h (CPLUSPLUS_CPP_SPEC): Define.
From-SVN: r217286
parent
7325afd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/avr/avr.h
+4
-0
No files found.
gcc/ChangeLog
View file @
27be769c
2014
-
11
-
10
Joern
Rennecke
<
joern
.
rennecke
@
embecosm
.
com
>
*
config
/
avr
/
avr
.
h
(
CPLUSPLUS_CPP_SPEC
):
Define
.
2014
-
11
-
10
Martin
Liska
<
mliska
@
suse
.
cz
>
*
gcc
.
dg
/
tree
-
ssa
/
ldist
-
19.
c
:
ICF
is
disabled
This diff is collapsed.
Click to expand it.
gcc/config/avr/avr.h
View file @
27be769c
...
...
@@ -495,6 +495,10 @@ typedef struct avr_args
#define DRIVER_SELF_SPECS " %{mmcu=*:-specs=device-specs/specs-%*%s %<mmcu=*} "
#define CPP_SPEC ""
/* We want cc1plus used as a preprocessor to pick up the cpp spec from the
per-device spec files */
#define CPLUSPLUS_CPP_SPEC "%(cpp)"
#define CC1_SPEC ""
#define CC1PLUS_SPEC "%{!frtti:-fno-rtti} \
...
...
This diff is collapsed.
Click to expand it.
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