Commit af73373e by Georg-Johann Lay Committed by Georg-Johann Lay

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

	PR target/92055
	* config/avr/t-avr (avr-mcus): Do not depend on
	$(srcdir)/config/avr/t-multilib.

From-SVN: r278115
parent b0896310
2019-11-13 Georg-Johann Lay <avr@gjlay.de>
PR target/92055
* config/avr/t-avr (avr-mcus): Do not depend on
$(srcdir)/config/avr/t-multilib.
2019-11-13 Richard Biener <rguenther@suse.de> 2019-11-13 Richard Biener <rguenther@suse.de>
PR tree-optimization/92473 PR tree-optimization/92473
...@@ -59,8 +59,7 @@ AVR_MCUS = $(srcdir)/config/avr/avr-mcus.def ...@@ -59,8 +59,7 @@ AVR_MCUS = $(srcdir)/config/avr/avr-mcus.def
.PHONY: avr-mcus .PHONY: avr-mcus
avr-mcus: $(srcdir)/config/avr/t-multilib \ avr-mcus: $(srcdir)/doc/avr-mmcu.texi ; @true
$(srcdir)/doc/avr-mmcu.texi ; @true
# Make sure that native -mmcu= support is in sync with -mmcu= documentation. # Make sure that native -mmcu= support is in sync with -mmcu= documentation.
gen-avr-mmcu-texi$(build_exeext): $(srcdir)/config/avr/gen-avr-mmcu-texi.c \ gen-avr-mmcu-texi$(build_exeext): $(srcdir)/config/avr/gen-avr-mmcu-texi.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment