aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-02-12 20:55:35 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-02-12 20:55:35 -0500
commit4c0f4704575796912f320aeb68ed5d9c4276b578 (patch)
treef64116dc1b0df893aca0d49a8b31eee39e3dfd56
parent12e2fea92c88bf62ef9a5c03bdf0817ceb706300 (diff)
downloadgcc-4c0f4704575796912f320aeb68ed5d9c4276b578.zip
gcc-4c0f4704575796912f320aeb68ed5d9c4276b578.tar.gz
gcc-4c0f4704575796912f320aeb68ed5d9c4276b578.tar.bz2
Initial revision
From-SVN: r11247
-rw-r--r--gcc/config/t-linux5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/t-linux b/gcc/config/t-linux
new file mode 100644
index 0000000..f2f8081
--- /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