From 46645ed9e31b44db4b180681563aa9fd1bbaec96 Mon Sep 17 00:00:00 2001 From: amylaar Date: Tue, 26 Feb 2013 14:55:31 +0000 Subject: [PATCH] PR target/54662 * config/mep/t-mep (mep-pragma.o): Use ALL_COMPILERFLAGS instead of ALL_CFLAGS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196291 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mep/t-mep | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c245470e447..7ea63ecce82 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -28,6 +28,10 @@ (arm_block_move_unaligned_straight): Likewise. (arm_adjust_block_mem): Likewise. + PR target/54662 + * config/mep/t-mep (mep-pragma.o): Use ALL_COMPILERFLAGS instead of + ALL_CFLAGS. + 2013-02-26 Marek Polacek PR tree-optimization/56426 diff --git a/gcc/config/mep/t-mep b/gcc/config/mep/t-mep index 7e0321c98c7..b877b950dea 100644 --- a/gcc/config/mep/t-mep +++ b/gcc/config/mep/t-mep @@ -29,7 +29,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) - $(COMPILER) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< + $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< MULTILIB_OPTIONS = mel mall-opts mfar MULTILIB_DIRNAMES = el allopt far -- 2.11.4.GIT