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
ef57f7d6
Commit
ef57f7d6
authored
Feb 06, 2017
by
Palmer Dabbelt
Committed by
Palmer Dabbelt
Feb 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RISC-V Port: Regenerate gcc/configure
From-SVN: r245225
parent
09cae750
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
gcc/ChangeLog
+1
-0
gcc/configure
+13
-2
No files found.
gcc/ChangeLog
View file @
ef57f7d6
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
* doc/install.texi: Add RISC-V entries.
* doc/install.texi: Add RISC-V entries.
* doc/invoke.texi: Add RISC-V options section.
* doc/invoke.texi: Add RISC-V options section.
* doc/md.texi: Add RISC-V constraints section.
* doc/md.texi: Add RISC-V constraints section.
* configure: Regenerated.
2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
...
...
gcc/configure
View file @
ef57f7d6
...
@@ -24156,6 +24156,17 @@ x3: .space 4
...
@@ -24156,6 +24156,17 @@ x3: .space 4
tls_first_minor
=
14
tls_first_minor
=
14
tls_as_opt
=
"-a32 --fatal-warnings"
tls_as_opt
=
"-a32 --fatal-warnings"
;;
;;
riscv
*-*-*)
conftest_s
=
'
.section .tdata,"awT",@progbits
x: .word 2
.text
la.tls.gd a0,x
call __tls_get_addr'
tls_first_major
=
2
tls_first_minor
=
21
tls_as_opt
=
'--fatal-warnings'
;;
s390
-*-*)
s390
-*-*)
conftest_s
=
'
conftest_s
=
'
.section ".tdata","awT",@progbits
.section ".tdata","awT",@progbits
...
@@ -27516,8 +27527,8 @@ esac
...
@@ -27516,8 +27527,8 @@ esac
# version to the per-target configury.
# version to the per-target configury.
case "$cpu_type" in
case "$cpu_type" in
aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \
| mips | nios2 | pa | r
s6000 | score | sparc | spu | tilegx | tilepro
\
| mips | nios2 | pa | r
iscv | rs6000 | score | sparc | spu | tilegx
\
| visium | xstormy16 | xtensa)
|
tilepro |
visium | xstormy16 | xtensa)
insn="nop"
insn="nop"
;;
;;
ia64 | s390)
ia64 | s390)
...
...
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