aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-rs6000
blob: 9cc60036c00b9620da5f017a2949a0ff11d88d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# General rules that all rs6000/ targets must have.

gt-rs6000.h: s-gtype ; @true

rs6000.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
  $(RTL_H) $(REGS_H) hard-reg-set.h \
  real.h insn-config.h conditions.h insn-attr.h flags.h $(RECOG_H) \
  $(OBSTACK_H) $(TREE_H) $(EXPR_H) $(OPTABS_H) except.h function.h \
  output.h $(BASIC_BLOCK_H) $(INTEGRATE_H) toplev.h $(GGC_H) $(HASHTAB_H) \
  $(TM_P_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h reload.h gt-rs6000.h \
  cfglayout.h

rs6000-c.o: $(srcdir)/config/rs6000/rs6000-c.c \
    $(srcdir)/config/rs6000/rs6000-protos.h \
    $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(CPPLIB_H) \
    $(TM_P_H) c-pragma.h errors.h coretypes.h $(TM_H)
	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/rs6000/rs6000-c.c

# The rs6000 backend doesn't cause warnings in these files.
insn-conditions.o-warn =

# The files below trigger warnings in tree-ssa because of the gimplifier
# emitting code that confuse the compiler into thinking that some variables
# are used uninitialized.
jump.o-warn = -Wno-error
regmove.o-warn = -Wno-error
c-typeck.o-warn = -Wno-error
cfgrtl.o-warn = -Wno-error
combine.o-warn = -Wno-error
fold-const.o-warn = -Wno-error
ifcvt.o-warn = -Wno-error
reload1.o-warn = -Wno-error
rtlanal.o-warn = -Wno-error
cp/decl2.o-warn = -Wno-error
cp/pt.o-warn = -Wno-error
f/where.o-warn = -Wno-error
java/expr.o-warn = -Wno-error
objc/objc-act.o-warn = -Wno-error
rs6000.o-warn = -Wno-error
insn-emit.o-warn = -Wno-error
simplify-rtx.o-warn = -Wno-error