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
1c1d2d8c
Commit
1c1d2d8c
authored
Jul 05, 2018
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing '|' as wrong patch was applied.
From-SVN: r262453
parent
1c686aa4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
config/dfp.m4
+1
-1
gcc/configure
+1
-1
libdecnumber/configure
+1
-1
libgcc/configure
+1
-1
No files found.
config/dfp.m4
View file @
1c1d2d8c
...
...
@@ -21,7 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
[
case $1 in
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \
i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu*
|
\
i?86*-*-mingw* | x86_64*-*-mingw* | \
i?86*-*-cygwin* | x86_64*-*-cygwin*)
enable_decimal_float=yes
...
...
gcc/configure
View file @
1c1d2d8c
...
...
@@ -7461,7 +7461,7 @@ else
case $target in
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \
i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu*
|
\
i?86*-*-mingw* | x86_64*-*-mingw* | \
i?86*-*-cygwin* | x86_64*-*-cygwin*)
enable_decimal_float=yes
...
...
libdecnumber/configure
View file @
1c1d2d8c
...
...
@@ -4709,7 +4709,7 @@ else
case
$target
in
powerpc
*
-
*
-linux
*
|
i?86
*
-
*
-linux
*
|
x86_64
*
-
*
-linux
*
|
s390
*
-
*
-linux
*
|
\
i?86
*
-
*
-elfiamcu
|
i?86
*
-
*
-gnu
*
|
x86_64
*
-
*
-gnu
*
\
i?86
*
-
*
-elfiamcu
|
i?86
*
-
*
-gnu
*
|
x86_64
*
-
*
-gnu
*
|
\
i?86
*
-
*
-mingw
*
|
x86_64
*
-
*
-mingw
*
|
\
i?86
*
-
*
-cygwin
*
|
x86_64
*
-
*
-cygwin
*
)
enable_decimal_float
=
yes
...
...
libgcc/configure
View file @
1c1d2d8c
...
...
@@ -4659,7 +4659,7 @@ else
case
$host
in
powerpc
*
-
*
-linux
*
|
i?86
*
-
*
-linux
*
|
x86_64
*
-
*
-linux
*
|
s390
*
-
*
-linux
*
|
\
i?86
*
-
*
-elfiamcu
|
i?86
*
-
*
-gnu
*
|
x86_64
*
-
*
-gnu
*
\
i?86
*
-
*
-elfiamcu
|
i?86
*
-
*
-gnu
*
|
x86_64
*
-
*
-gnu
*
|
\
i?86
*
-
*
-mingw
*
|
x86_64
*
-
*
-mingw
*
|
\
i?86
*
-
*
-cygwin
*
|
x86_64
*
-
*
-cygwin
*
)
enable_decimal_float
=
yes
...
...
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