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
133b1a8e
Commit
133b1a8e
authored
Aug 12, 2013
by
Nick Clifton
Committed by
Nick Clifton
Aug 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (m32r-linux): Allow for tmake_file not being empty.
From-SVN: r201664
parent
15dd8b3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+4
-0
gcc/config.gcc
+2
-4
No files found.
gcc/ChangeLog
View file @
133b1a8e
2013-08-12 Nick Clifton <nickc@redhat.com>
* config.gcc (m32r-linux): Allow for tmake_file not being empty.
2013-08-12 Yuri Rumyantsev <ysrumyan@gmail.com>
* config/i386/i386.md (floatunssi<mode>2 expand): Add new
...
...
gcc/config.gcc
View file @
133b1a8e
...
...
@@ -1705,8 +1705,7 @@ m32r-*-rtems*)
;;
m32r-*-linux*)
tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h"
# We override the tmake_file for linux -- why?
tmake_file="m32r/t-linux t-slibgcc"
tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
gnu_ld=yes
if test x$enable_threads = xyes; then
thread_file='posix'
...
...
@@ -1714,8 +1713,7 @@ m32r-*-linux*)
;;
m32rle-*-linux*)
tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h"
# We override the tmake_file for linux -- why?
tmake_file="m32r/t-linux t-slibgcc"
tmake_file="${tmake_file} m32r/t-linux t-slibgcc"
gnu_ld=yes
if test x$enable_threads = xyes; then
thread_file='posix'
...
...
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