From 4c0f4704575796912f320aeb68ed5d9c4276b578 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 12 Feb 1996 20:55:35 -0500 Subject: [PATCH] Initial revision From-SVN: r11247 --- gcc/config/t-linux | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gcc/config/t-linux diff --git a/gcc/config/t-linux b/gcc/config/t-linux new file mode 100644 index 00000000000..f2f808144e7 --- /dev/null +++ b/gcc/config/t-linux @@ -0,0 +1,5 @@ +# Linux uses crtbeginS.o and crtendS.o. Don't compile +# crtbegin.o and crtend.o with -fPIC. +CRTSTUFF_T_CFLAGS=-fomit-frame-pointer -finhibit-size-directive \ + -fno-inline-functions +TARGET_LIBGCC2_CFLAGS = -fPIC -- 2.30.2