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
96fccd0d
Commit
96fccd0d
authored
Apr 04, 2007
by
Janis Johnson
Committed by
Janis Johnson
Apr 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Check host, not target, for decimal float support.
From-SVN: r123503
parent
34989df3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
libgcc/ChangeLog
+4
-0
libgcc/configure
+2
-3
libgcc/configure.ac
+2
-3
No files found.
libgcc/ChangeLog
View file @
96fccd0d
2007-04-04 Janis Johnson <janis187@us.ibm.com>
* configure: Check host, not target, for decimal float support.
2007-04-03 Uros Bizjak <ubizjak@gmail.com>
* config/i386/t-crtpc: New file.
...
...
libgcc/configure
View file @
96fccd0d
...
...
@@ -3305,7 +3305,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." >&2;}
else
case
$
targe
t
in
case
$
hos
t
in
powerpc
*
-
*
-linux
*
|
i?86
*
-
*
-linux
*
|
x86_64
*
-
*
-linux
*
)
enable_decimal_float
=
yes
;;
...
...
@@ -3318,7 +3318,7 @@ fi;
# x86's use BID format instead of DPD
if
test
x
$enable_decimal_float
=
xyes
;
then
case
$
targe
t
in
case
$
hos
t
in
i?86
*
-
*
-linux
*
|
x86_64
*
-
*
-linux
*
)
enable_decimal_float
=
bid
;;
...
...
@@ -3938,7 +3938,6 @@ cat >>$CONFIG_STATUS <<_ACEOF
srcdir=
${
srcdir
}
host=
${
host
}
target=
${
target
}
with_target_subdir=
${
with_target_subdir
}
with_multisubdir=
${
with_multisubdir
}
ac_configure_args="--enable-multilib
${
ac_configure_args
}
"
...
...
libgcc/configure.ac
View file @
96fccd0d
...
...
@@ -120,7 +120,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
esac
],
[
case $
targe
t in
case $
hos
t in
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux*)
enable_decimal_float=yes
;;
...
...
@@ -132,7 +132,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
# x86's use BID format instead of DPD
if test x$enable_decimal_float = xyes; then
case $
targe
t in
case $
hos
t in
i?86*-*-linux* | x86_64*-*-linux*)
enable_decimal_float=bid
;;
...
...
@@ -194,7 +194,6 @@ if test -n "$CONFIG_FILES"; then
fi]],
[[srcdir=${srcdir}
host=${host}
target=${target}
with_target_subdir=${with_target_subdir}
with_multisubdir=${with_multisubdir}
ac_configure_args="--enable-multilib ${ac_configure_args}"
...
...
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