re PR target/92055 ([avr] Support 64-bit double)

PR target/92055
	* config/avr/t-avrlibc (MULTISUBDIR): Search for double, not double64.

From-SVN: r278992
This commit is contained in:
Georg-Johann Lay 2019-12-05 09:47:35 +00:00 committed by Georg-Johann Lay
parent a3408fa3fb
commit 08d7ff78b3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2019-12-05 Georg-Johann Lay <avr@gjlay.de>
PR target/92055
* config/avr/t-avrlibc (MULTISUBDIR): Search for double, not double64.
2019-11-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
PR libgcc/91737

View File

@ -71,9 +71,9 @@ ifneq (,$(findstring avr,$(MULTISUBDIR)))
# In default dir, copying won'twork because the default multilib is
# built after all the others.
ifneq (,$(findstring double64,$(MULTISUBDIR)))
ifneq (,$(findstring double,$(MULTISUBDIR)))
# We are in double64/libgcc or long-double64/libgcc:
# We are in double{32|64}/libgcc or long-double{32|64}/libgcc:
# Just copy from the [long ]double=float multilib; we would remove any DFmode
# bits from this multilib variant, anyway, because the current assumption
# is that avr-libc hosts *all* the IEEE-double stuff.