From 7f5648a54c9d541c0b3180e62402f2bcb8df5cef Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 28 Jun 1996 16:25:18 -0400 Subject: [PATCH] Remove variables now in t-linux. From-SVN: r12370 --- gcc/config/m68k/t-linux | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 2bbdf3f3546..169661f6296 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -1,3 +1,5 @@ +# Don't run fixproto +STMP_FIXPROTO = # Don't make libgcc1.a LIBGCC1 = CROSS_LIBGCC1 = @@ -9,3 +11,9 @@ INSTALL_ASSERT_H = CRTSTUFF_T_CFLAGS_S = -fPIC # Compile libgcc2.a with pic. TARGET_LIBGCC2_CFLAGS = -fPIC +# Don't install assert.h +INSTALL_ASSERT_H = +# Compile crtbeginS.o and crtendS.o with pic. +CRTSTUFF_T_CFLAGS_S = -fPIC +# Compile libgcc2.a with pic. +TARGET_LIBGCC2_CFLAGS = -fPIC -- 2.30.2