1952e2e1c1
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# Library code must include trampoline support
|
|
LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm
|
|
|
|
# We want fine grained libraries, so use the new code to build the
|
|
# floating point emulation libraries.
|
|
FPBIT = fp-bit.c
|
|
DPBIT = dp-bit.c
|
|
|
|
dp-bit.c: $(srcdir)/config/fp-bit.c
|
|
cat $(srcdir)/config/fp-bit.c > dp-bit.c
|
|
|
|
fp-bit.c: $(srcdir)/config/fp-bit.c
|
|
echo '#define FLOAT' > fp-bit.c
|
|
cat $(srcdir)/config/fp-bit.c >> fp-bit.c
|
|
|
|
darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) $(RTL_BASE_H) \
|
|
$(REGS_H) hard-reg-set.h insn-config.h conditions.h output.h \
|
|
insn-attr.h flags.h $(TREE_H) $(EXPR_H) reload.h \
|
|
function.h $(GGC_H) $(TM_P_H)
|
|
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
|
|
|
|
darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) \
|
|
$(TREE_H) $(C_TREE_H) c-lex.h c-pragma.h toplev.h cpplib.h \
|
|
$(TM_P_H)
|
|
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
|
|
|
|
# Build the libraries for both hard and soft floating point
|
|
|
|
MULTILIB_OPTIONS = msoft-float
|
|
MULTILIB_DIRNAMES = soft-float
|
|
|
|
LIBGCC = stmp-multilib
|
|
INSTALL_LIBGCC = install-multilib
|