diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2019-11-08 08:49:07 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2019-11-08 08:49:07 +0000 |
commit | 8e02ca9f5902e17eeb69bcafa084d46a886bc067 (patch) | |
tree | b38c906301ca3820c55d59e62b4580638286d43b /gcc/config/avr | |
parent | ffc111637291037e5546428275e39d8ca16d1fac (diff) | |
download | gcc-8e02ca9f5902e17eeb69bcafa084d46a886bc067.zip gcc-8e02ca9f5902e17eeb69bcafa084d46a886bc067.tar.gz gcc-8e02ca9f5902e17eeb69bcafa084d46a886bc067.tar.bz2 |
re PR target/92055 ([avr] Support 64-bit double)
PR target/92055
* config/avr/avr.opt (-mdouble=, -mlong-double=):
Fix a missing '-' when displaying these options in the
help screen.
From-SVN: r277954
Diffstat (limited to 'gcc/config/avr')
-rw-r--r-- | gcc/config/avr/avr.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt index ac2d955..5b19391 100644 --- a/gcc/config/avr/avr.opt +++ b/gcc/config/avr/avr.opt @@ -117,11 +117,11 @@ Assume that all data in static storage can be accessed by LDS / STS. This optio mdouble= Target Report Joined RejectNegative Var(avr_double) Init(0) Enum(avr_bits_e) -mdouble=<BITS> Use <BITS> bits wide double type. +-mdouble=<BITS> Use <BITS> bits wide double type. mlong-double= Target Report Joined RejectNegative Var(avr_long_double) Init(0) Enum(avr_bits_e) -mlong-double=<BITS> Use <BITS> bits wide long double type. +-mlong-double=<BITS> Use <BITS> bits wide long double type. nodevicelib Driver Target Report RejectNegative |