From 968ad7cfe21dc8a7b57fe5f23a95dd7fb2ee582a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 15 Jan 1996 21:20:17 +0000 Subject: [PATCH] Initial revision From-SVN: r10996 --- gcc/config/t-gnu | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gcc/config/t-gnu diff --git a/gcc/config/t-gnu b/gcc/config/t-gnu new file mode 100644 index 00000000000..58969f21e20 --- /dev/null +++ b/gcc/config/t-gnu @@ -0,0 +1,13 @@ +LIBGCC1=libgcc1.null +CROSS_LIBGCC1=libgcc1.null + +# 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 -- 2.30.2