mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 04:30:26 +08:00
re PR target/54662 (Wrong warning flags for building mep-pragma.o, fails to build)
PR target/54662 * config/mep/t-mep (mep-pragma.o): Use ALL_COMPILERFLAGS instead of ALL_CFLAGS. From-SVN: r196291
This commit is contained in:
parent
f8a8fea72c
commit
f8be51697f
@ -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 <polacek@redhat.com>
|
||||
|
||||
PR tree-optimization/56426
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user