diff options
Diffstat (limited to 'gcc/config/i386/t-svr4')
-rwxr-xr-x | gcc/config/i386/t-svr4 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/config/i386/t-svr4 b/gcc/config/i386/t-svr4 deleted file mode 100755 index 10b9b4f..0000000 --- a/gcc/config/i386/t-svr4 +++ /dev/null @@ -1,17 +0,0 @@ -# CYGNUS LOCAL: entire file -# Don't build libgcc1.a. -LIBGCC1 = libgcc1.null -CROSS_LIBGCC1 = libgcc1.null - -# 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. - -CRTSTUFF_T_CFLAGS = -fPIC |