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
c68e4eed
Commit
c68e4eed
authored
Sep 02, 2009
by
Christian Bruel
Committed by
Christian Bruel
Sep 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replit sh*-superh-elf out of sh*-*-elf case
From-SVN: r151318
parent
94dcf84b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
gcc/ChangeLog
+6
-0
gcc/config.gcc
+7
-10
No files found.
gcc/ChangeLog
View file @
c68e4eed
2009-08-01 Christian Bruel <christian.bruel@st.com>
Revert:
2009-07-31 Christian Bruel <christian.bruel@st.com>
* gcc/config.gcc (sh*-*-elf): test with_libgloss.
2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2009-09-01 Alexandre Oliva <aoliva@redhat.com>
* doc/invoke.texi (-fvar-tracking-assignments): New.
* doc/invoke.texi (-fvar-tracking-assignments): New.
...
...
gcc/config.gcc
View file @
c68e4eed
...
@@ -2117,17 +2117,14 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
...
@@ -2117,17 +2117,14 @@ sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux"
tm_file="${tm_file} linux.h glibc-stdint.h sh/linux.h" ;;
tm_file="${tm_file} linux.h glibc-stdint.h sh/linux.h" ;;
sh*-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
sh*-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-elf.h sh/netbsd-elf.h" ;;
sh*-
*
-elf) if test x$with_libgloss != xno; then
sh*-
superh
-elf) if test x$with_libgloss != xno; then
with_libgloss=yes
with_libgloss=yes
tm_file="${tm_file} sh/newlib.h"
tm_file="${tm_file} sh/newlib.h"
fi
fi
tm_file="${tm_file} sh/embed-elf.h"
tm_file="${tm_file} sh/embed-elf.h"
case ${target} in
tm_file="${tm_file} sh/superh.h"
sh*-superh-elf) tm_file="${tm_file} sh/superh.h"
tmake_file="${tmake_file} sh/t-superh"
tmake_file="${tmake_file} sh/t-superh"
extra_options="${extra_options} sh/superh.opt" ;;
extra_options="${extra_options} sh/superh.opt" ;;
esac
;;
*) if test x$with_newlib = xyes \
*) if test x$with_newlib = xyes \
&& test x$with_libgloss = xyes; then
&& test x$with_libgloss = xyes; then
tm_file="${tm_file} sh/newlib.h"
tm_file="${tm_file} sh/newlib.h"
...
...
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