[PATCH] Fix building interix targets
* config/i386/t-interix (winnt-stubs.o): Fix compilation rule. From-SVN: r228258
This commit is contained in:
parent
e3ed8bb710
commit
7bf92e50de
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2015-09-29 Jeff Law <law@redhat.com>
|
||||
|
||||
* config/i386/t-interix (winnt-stubs.o): Fix compilation rule.
|
||||
|
||||
* config/sh/sh.c (gen_shl_and): Fix undefined left shift
|
||||
behaviour.
|
||||
(gen_shl_sext): Likewise.
|
||||
|
|
|
@ -25,6 +25,6 @@ winnt.o: $(srcdir)/config/i386/winnt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
|||
winnt-stubs.o: $(srcdir)/config/i386/winnt-stubs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
$(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
|
||||
$(TM_P_H) toplev.h $(HASHTAB_H) $(GGC_H)
|
||||
$(COMPILER) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
||||
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
||||
$(srcdir)/config/i386/winnt-stubs.c
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue