From: Richard Kenner Date: Fri, 28 Jun 1996 20:25:18 +0000 (-0400) Subject: Remove variables now in t-linux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f5648a54c9d541c0b3180e62402f2bcb8df5cef;p=gcc.git Remove variables now in t-linux. From-SVN: r12370 --- 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