X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Fconfig%2Fd30v%2Ft-d30v;fp=gcc%2Fconfig%2Fd30v%2Ft-d30v;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=2544f3db35e4932889d70bb95794768871a5d579;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/config/d30v/t-d30v b/gcc/config/d30v/t-d30v deleted file mode 100644 index 2544f3db..00000000 --- a/gcc/config/d30v/t-d30v +++ /dev/null @@ -1,32 +0,0 @@ -LIB1ASMSRC = d30v/libgcc1.asm -LIB1ASMFUNCS = _udivsi3 _divsi3 - -# Turn on full debug for libgcc.a. -LIBGCC2_DEBUG_CFLAGS = -g - -# 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 config.status - cat $(srcdir)/config/fp-bit.c > dp-bit.c - -fp-bit.c: $(srcdir)/config/fp-bit.c config.status - echo '#define FLOAT' > fp-bit.c - echo '#define _fpadd_parts _fpadd_parts_sf' >> fp-bit.c - cat $(srcdir)/config/fp-bit.c >> fp-bit.c - -# For svr4 we build crtbegin.o and crtend.o which serve to add begin and -# end labels to the .ctors and .dtors section when we link using gcc. - -EXTRA_PARTS=crtbegin.o crtend.o - -# We need to use -fPIC when we are using gcc to compile the routines in -# crtstuff.c. This is only really needed when we are going to use gcc/g++ -# to produce a shared library, but since we don't know ahead of time when -# we will be doing that, we just always use -fPIC when compiling the -# routines in crtstuff.c. - -# Right now, disable, since we don't support shared libraries on d30v yet. -#CRTSTUFF_T_CFLAGS = -fPIC