Declare malloc, free, and atexit if inhibit_libc is defined.
[official-gcc.git] / gcc / config / mips / t-r3900
bloba7317665d080f6e3aa381e3d70ffebbc5c867768
1 CONFIG2_H       = $(srcdir)/config/mips/ecoff.h
3 # Suppress building libgcc1.a, since the MIPS compiler port is complete
4 # and does not need anything from libgcc1.a.
5 LIBGCC1 =
7 # When building a cross compiler, put the mips16 support functions in
8 # libgcc1.a.
9 CROSS_LIBGCC1 = libgcc1-asm.a
10 LIB1ASMSRC = mips/mips16.S
11 LIB1ASMFUNCS = _m16addsf3 _m16subsf3 _m16mulsf3 _m16divsf3 \
12         _m16eqsf2 _m16nesf2 _m16gtsf2 _m16gesf2 _m16lesf2 _m16ltsf2 \
13         _m16fltsisf _m16fixsfsi \
14         _m16adddf3 _m16subdf3 _m16muldf3 _m16divdf3 \
15         _m16extsfdf2 _m16trdfsf2 \
16         _m16eqdf2 _m16nedf2 _m16gtdf2 _m16gedf2 _m16ledf2 _m16ltdf2 \
17         _m16fltsidf _m16fixdfsi \
18         _m16retsf _m16retdf \
19         _m16stub1 _m16stub2 _m16stub5 _m16stub6 _m16stub9 _m16stub10 \
20         _m16stubsf0 _m16stubsf1 _m16stubsf2 _m16stubsf5 _m16stubsf6 \
21         _m16stubsf9 _m16stubsf10 \
22         _m16stubdf0 _m16stubdf1 _m16stubdf2 _m16stubdf5 _m16stubdf6 \
23         _m16stubdf9 _m16stubdf10
25 # We must build libgcc2.a with -G 0, in case the user wants to link
26 # without the $gp register.
27 TARGET_LIBGCC2_CFLAGS = -G 0
29 # fp-bit and dp-bit are really part of libgcc1, but this will cause
30 # them to be built correctly, so... [taken from t-sparclite]
31 # We want fine grained libraries, so use the new code to build the
32 # floating point emulation libraries.
33 FPBIT = fp-bit.c
34 DPBIT = dp-bit.c
36 dp-bit.c: $(srcdir)/config/fp-bit.c
37         echo '#ifdef __MIPSEL__' > dp-bit.c
38         echo '#define FLOAT_BIT_ORDER_MISMATCH' >> dp-bit.c
39         echo '#endif' >> dp-bit.c
40         echo '#define US_SOFTWARE_GOFAST' >> dp-bit.c
41         cat $(srcdir)/config/fp-bit.c >> dp-bit.c
43 fp-bit.c: $(srcdir)/config/fp-bit.c
44         echo '#define FLOAT' > fp-bit.c
45         echo '#ifdef __MIPSEL__' >> fp-bit.c
46         echo '#define FLOAT_BIT_ORDER_MISMATCH' >> fp-bit.c
47         echo '#endif' >> fp-bit.c
48         echo '#define US_SOFTWARE_GOFAST' >> fp-bit.c
49         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
51 EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
52 # Don't let CTOR_LIST end up in sdata section.
53 CRTSTUFF_T_CFLAGS = -G 0
55 # Build the libraries for both hard and soft floating point
57 MULTILIB_OPTIONS = msoft-float/msingle-float EL/EB
58 MULTILIB_DIRNAMES = soft-float single el eb
60 LIBGCC = stmp-multilib
61 INSTALL_LIBGCC = install-multilib
63 # Add additional dependencies to recompile selected modules whenever the
64 # tm.h file changes.  The files compiled are:
66 #       gcc.c           (*_SPEC changes)
67 #       toplev.c        (new switches + assembly output changes)
68 #       sdbout.c        (debug format changes)
69 #       dbxout.c        (debug format changes)
70 #       dwarfout.c      (debug format changes)
71 #       final.c         (assembly output changes)
72 #       varasm.c        (assembly output changes)
73 #       cse.c           (cost functions)
74 #       insn-output.c   (possible ifdef changes in tm.h)
75 #       regclass.c      (fixed/call used register changes)
76 #       cccp.c          (new preprocessor macros, -v version #)
77 #       explow.c        (GO_IF_LEGITIMATE_ADDRESS)
78 #       recog.c         (GO_IF_LEGITIMATE_ADDRESS)
79 #       reload.c        (GO_IF_LEGITIMATE_ADDRESS)
81 gcc.o: $(CONFIG2_H)
82 toplev.o: $(CONFIG2_H)
83 sdbout.o: $(CONFIG2_H)
84 dbxout.o: $(CONFIG2_H)
85 dwarfout.o: $(CONFIG2_H)
86 final.o: $(CONFIG2_H)
87 varasm.o: $(CONFIG2_H)
88 cse.o: $(CONFIG2_H)
89 insn-output.o: $(CONFIG2_H)
90 regclass.o: $(CONFIG2_H)
91 cccp.o: $(CONFIG2_H)
92 explow.o: $(CONFIG2_H)
93 recog.o: $(CONFIG2_H)
94 reload.o: $(CONFIG2_H)