From b1b16781248e6f392562a79c19bd9706f69b25d4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 Apr 1996 09:18:56 -0400 Subject: [PATCH] (INSTALL_ASSERT_H): New definition. (CRTSTUFF_T_CFLAGS_S, TARGET_LIBGCC2_CFLAGS): New definitions. From-SVN: r11808 --- gcc/config/m68k/t-linux | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 85f13a7f1ed..2bbdf3f3546 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -3,3 +3,9 @@ LIBGCC1 = CROSS_LIBGCC1 = # On Linux we can print long double ENQUIRE_CFLAGS = -DNO_MEM -O0 +# 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