From a9854bc3812b6f33a74305c7f7531247e3cfd85b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 29 Feb 2020 12:40:27 +0000 Subject: Remove contrib/gcc and contrib/gcclibs GCC 4.2.1 was disconnected from FreeBSD in r358454. Sponsored by: The FreeBSD Foundation --- contrib/gcc/config/i386/t-crtpic | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 contrib/gcc/config/i386/t-crtpic (limited to 'contrib/gcc/config/i386/t-crtpic') diff --git a/contrib/gcc/config/i386/t-crtpic b/contrib/gcc/config/i386/t-crtpic deleted file mode 100644 index ff81a9bef9ce..000000000000 --- a/contrib/gcc/config/i386/t-crtpic +++ /dev/null @@ -1,10 +0,0 @@ -# The pushl in CTOR initialization interferes with frame pointer elimination. - -# 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 -fno-omit-frame-pointer -TARGET_LIBGCC2_CFLAGS = -fPIC -- cgit v1.2.3