* config/avr/t-avr (gen-avr-mmcu-texi): Use $(CC) to compile
gen-avr-mmcu-texi.c.
From-SVN: r190473
+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.
* 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
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