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
2e485129
Commit
2e485129
authored
Sep 14, 2002
by
Theodore A. Roth
Committed by
Denis Chertykov
Sep 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc/config/avr/avr.h: Set default options for C++ for avr.
From-SVN: r57134
parent
44ff054e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/avr/avr.h
+6
-0
No files found.
gcc/ChangeLog
View file @
2e485129
2002
-
09
-
10
Theodore
A
.
Roth
<
troth
@verinet
.
com
>
*
gcc
/
config
/
avr
/
avr
.
h
:
Set
default
options
for
C
++
for
avr
.
2002
-
09
-
13
Richard
Henderson
<
rth
@redhat
.
com
>
2002
-
09
-
13
Richard
Henderson
<
rth
@redhat
.
com
>
*
Makefile
.
in
(
toplev
.
o
)
:
Depend
on
real
.
h
.
*
Makefile
.
in
(
toplev
.
o
)
:
Depend
on
real
.
h
.
...
...
gcc/config/avr/avr.h
View file @
2e485129
...
@@ -2523,6 +2523,12 @@ extern int avr_case_values_threshold;
...
@@ -2523,6 +2523,12 @@ extern int avr_case_values_threshold;
Do not define this macro if it does not need to do anything. */
Do not define this macro if it does not need to do anything. */
#define CC1PLUS_SPEC "%{!frtti:-fno-rtti} \
%{!fenforce-eh-specs:-fno-enforce-eh-specs} \
%{!fexceptions:-fno-exceptions}"
/* A C string constant that tells the GNU CC drvier program options to
pass to `cc1plus'. */
#define ASM_SPEC "%{mmcu=*:-mmcu=%*}"
#define ASM_SPEC "%{mmcu=*:-mmcu=%*}"
/* A C string constant that tells the GNU CC driver program options to
/* A C string constant that tells the GNU CC driver program options to
pass to the assembler. It can also specify how to translate
pass to the assembler. It can also specify how to translate
...
...
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