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
4de80584
Commit
4de80584
authored
Aug 13, 2013
by
Nick Clifton
Committed by
Nick Clifton
Aug 13, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: (avr-linux): Allow for tmake_file not being empty.
From-SVN: r201690
parent
2dc14aac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config.gcc
+1
-1
No files found.
gcc/ChangeLog
View file @
4de80584
2013-08-13 Nick Clifton <nickc@redhat.com>
* config.gcc: (avr-linux): Allow for tmake_file not being empty.
2013-08-13 Jan Hubicka <jh@suse.cz>
2013-08-13 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_turn_edge_to_speculative): Return newly
* cgraph.c (cgraph_turn_edge_to_speculative): Return newly
...
...
gcc/config.gcc
View file @
4de80584
...
@@ -1001,7 +1001,7 @@ avr-*-*)
...
@@ -1001,7 +1001,7 @@ avr-*-*)
tm_file="${tm_file} ${cpu_type}/avrlibc.h"
tm_file="${tm_file} ${cpu_type}/avrlibc.h"
tm_defines="${tm_defines} WITH_AVRLIBC"
tm_defines="${tm_defines} WITH_AVRLIBC"
fi
fi
tmake_file="avr/t-avr avr/t-multilib"
tmake_file="
${tmake_file}
avr/t-avr avr/t-multilib"
use_gcc_stdint=wrap
use_gcc_stdint=wrap
extra_gcc_objs="driver-avr.o avr-devices.o"
extra_gcc_objs="driver-avr.o avr-devices.o"
extra_objs="avr-devices.o avr-log.o"
extra_objs="avr-devices.o avr-log.o"
...
...
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