Deleted Added
full compact
t-rs6000 (90075) t-rs6000 (132718)
1# We want fine grained libraries, so use the new code to build the
2# floating point emulation libraries.
3FPBIT = fp-bit.c
4DPBIT = dp-bit.c
1# General rules that all rs6000/ targets must have.
5
2
6dp-bit.c: $(srcdir)/config/fp-bit.c
7 cat $(srcdir)/config/fp-bit.c > dp-bit.c
3gt-rs6000.h: s-gtype ; @true
8
4
9fp-bit.c: $(srcdir)/config/fp-bit.c
10 echo '#define FLOAT' > fp-bit.c
11 cat $(srcdir)/config/fp-bit.c >> fp-bit.c
5rs6000.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
6 $(RTL_H) $(REGS_H) hard-reg-set.h \
7 real.h insn-config.h conditions.h insn-attr.h flags.h $(RECOG_H) \
8 $(OBSTACK_H) $(TREE_H) $(EXPR_H) $(OPTABS_H) except.h function.h \
9 output.h $(BASIC_BLOCK_H) $(INTEGRATE_H) toplev.h $(GGC_H) $(HASHTAB_H) \
10 $(TM_P_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h reload.h gt-rs6000.h \
11 cfglayout.h
12
12
13# Build the libraries for both hard and soft floating point
13rs6000-c.o: $(srcdir)/config/rs6000/rs6000-c.c \
14 $(srcdir)/config/rs6000/rs6000-protos.h \
15 $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(CPPLIB_H) \
16 $(TM_P_H) c-pragma.h errors.h coretypes.h $(TM_H)
17 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/rs6000/rs6000-c.c
14
18
15MULTILIB_OPTIONS = msoft-float
16MULTILIB_DIRNAMES = soft-float
17
18LIBGCC = stmp-multilib
19INSTALL_LIBGCC = install-multilib
19# The rs6000 backend doesn't cause warnings in these files.
20insn-conditions.o-warn =