summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-02-08 07:49:36 (GMT)
committerGitHub <noreply@github.com>2021-02-08 07:49:36 (GMT)
commit5b0e0127e189c08e433ae25dbceead63da5ef2d7 (patch)
treebc9619a09931ac13904711ebf2721c7b2f355bce /config/cc/gcc.in
parent30316cd27ab0a6f8cb2a96771661fc88e1b05a6b (diff)
parentd0e328c8ad357a705b6218e20f74ec1ec1869e8d (diff)
Merge pull request #1430 from cpackham/kconfig-update
Kconfig update
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 9d9b692..21e7db0 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -382,7 +382,7 @@ choice CC_GCC_DEC_FLOATS_CHOICE
The default is to let ./configure decide.
-config CC_GCC_DEC_FLOAT_AUTO
+config CC_GCC_DEC_FLOATS_AUTO
bool "auto"
help
Let ./configure decide. If you say 'y' here, gcc will default to:
@@ -390,12 +390,12 @@ config CC_GCC_DEC_FLOAT_AUTO
- 'dpd' for powerpc
- 'no' for the other architectures
-config CC_GCC_DEC_FLOAT_BID
+config CC_GCC_DEC_FLOATS_BID
bool "bid"
help
Use the 'binary integer decimal' format for decimal floats.
-config CC_GCC_DEC_FLOAT_DPD
+config CC_GCC_DEC_FLOATS_DPD
bool "dpd"
help
Use the 'densely packed decimal' for decimal floats.