X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Fconfig%2Fm88k%2Ft-sysv4;fp=gcc%2Fconfig%2Fm88k%2Ft-sysv4;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=858fdc0476eec563285e74dadf91f49e15e190af;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/config/m88k/t-sysv4 b/gcc/config/m88k/t-sysv4 deleted file mode 100644 index 858fdc04..00000000 --- a/gcc/config/m88k/t-sysv4 +++ /dev/null @@ -1,20 +0,0 @@ -# Specify how to create the *.asm files - -MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \ - moveHI48x.asm moveSI45x.asm moveSI47x.asm moveSI96x.asm \ - moveDI96x.asm - -# Use the -abi option for version 03.00 syntax. - -$(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh - $(srcdir)/config/m88k/m88k-move.sh -abi - -LIB2FUNCS_EXTRA = $(MOVE_ASM) - -# 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. - -CRTSTUFF_T_CFLAGS=-fPIC