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
This commit is contained in:
parent
b915718fdd
commit
caed3b903f
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user