diff options
author | Nick Clifton <nickc@redhat.com> | 2012-08-17 09:16:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2012-08-17 09:16:29 +0000 |
commit | a69b2a7d8260addd968fdff64bb3b706560cecd7 (patch) | |
tree | 410bd8957029edd4e99ca5bcdf2f602d10d54957 /gcc | |
parent | caed3b903f609e181a0c1b0d82d87705b06cf192 (diff) | |
download | gcc-a69b2a7d8260addd968fdff64bb3b706560cecd7.zip gcc-a69b2a7d8260addd968fdff64bb3b706560cecd7.tar.gz gcc-a69b2a7d8260addd968fdff64bb3b706560cecd7.tar.bz2 |
t-mep (mep-pragma.o): Use $(COMPILER) to compile mep-pragma.c.
* config/mep/t-mep (mep-pragma.o): Use $(COMPILER) to compile
mep-pragma.c.
From-SVN: r190474
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mep/t-mep | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 25bcebb..38114b3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-08-17 Nick Clifton <nickc@redhat.com> + + * config/mep/t-mep (mep-pragma.o): Use $(COMPILER) to compile + mep-pragma.c. + 2012-08-17 Georg-Johann Lay <avr@gjlay.de> * config/avr/t-avr (gen-avr-mmcu-texi): Use $(CC) to compile diff --git a/gcc/config/mep/t-mep b/gcc/config/mep/t-mep index 34e9581..cbc19fc 100644 --- a/gcc/config/mep/t-mep +++ b/gcc/config/mep/t-mep @@ -30,7 +30,7 @@ mep-pragma.o: $(srcdir)/config/mep/mep-pragma.c $(CONFIG_H) $(SYSTEM_H) \ coretypes.h $(TM_H) $(TREE_H) $(RTL_H) $(C_PRAGMA_H) \ $(CPPLIB_H) hard-reg-set.h output.h $(srcdir)/config/mep/mep-protos.h \ function.h insn-config.h reload.h $(TARGET_H) - $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< + $(COMPILER) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< MULTILIB_OPTIONS = mel mall-opts mfar MULTILIB_DIRNAMES = el allopt far |