(INSTALL_ASSERT_H): New definition.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Apr 1996 13:18:56 +0000 (09:18 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Apr 1996 13:18:56 +0000 (09:18 -0400)
(CRTSTUFF_T_CFLAGS_S, TARGET_LIBGCC2_CFLAGS): New definitions.

From-SVN: r11808

gcc/config/m68k/t-linux

index 85f13a7f1ed11b6fd810a858e01582caa5e7ad1d..2bbdf3f3546ad83dfce071ab37a1996015dd9be5 100644 (file)
@@ -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