Commit caed3b90 by Georg-Johann Lay

t-avr (gen-avr-mmcu-texi): Use $(CC) to compile gen-avr-mmcu-texi.c.

	* config/avr/t-avr (gen-avr-mmcu-texi): Use $(CC) to compile
	gen-avr-mmcu-texi.c.

From-SVN: r190473
parent b915718f
2012-08-17 Georg-Johann Lay <avr@gjlay.de>
* config/avr/t-avr (gen-avr-mmcu-texi): Use $(CC) to compile
gen-avr-mmcu-texi.c.
2012-08-17 Richard Earnshaw <rearnsha@arm.com>
* arm.md (arm_addsi3): New variant for Thumb2 16-bit ADD instruction.
......@@ -117,7 +122,7 @@
* config/tilegx/feedback.h: New file.
* config/tilepro/feedback.h: New file.
2012-08-16 Diego Novillo <dnovillo@google.com>
2012-08-16 Diego Novillo <dnovillo@google.com>
Revert
......
......@@ -45,7 +45,7 @@ $(srcdir)/config/avr/avr-tables.opt: $(srcdir)/config/avr/genopt.sh $(AVR_MCUS)
gen-avr-mmcu-texi$(build_exeext): $(srcdir)/config/avr/gen-avr-mmcu-texi.c \
$(TM_H) $(AVR_MCUS) $(srcdir)/config/avr/avr-devices.c
$(COMPILER) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< -o $@
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< -o $@
# Make sure that the -mmcu= documentation is in sync with the compiler.
$(srcdir)/doc/avr-mmcu.texi: s-avr-mmcu-texi; @true
......
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