aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-04-16 09:18:56 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-04-16 09:18:56 -0400
commitb1b16781248e6f392562a79c19bd9706f69b25d4 (patch)
treefc3963792a573c9f3df8945c02d1e2a185c5f6ae
parenteb7dd33dfeb6dd25d559370c51a5b4bd0180e407 (diff)
downloadgcc-b1b16781248e6f392562a79c19bd9706f69b25d4.zip
gcc-b1b16781248e6f392562a79c19bd9706f69b25d4.tar.gz
gcc-b1b16781248e6f392562a79c19bd9706f69b25d4.tar.bz2
(INSTALL_ASSERT_H): New definition.
(CRTSTUFF_T_CFLAGS_S, TARGET_LIBGCC2_CFLAGS): New definitions. From-SVN: r11808
-rw-r--r--gcc/config/m68k/t-linux6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux
index 85f13a7..2bbdf3f 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