aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-06-28 16:25:18 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-06-28 16:25:18 -0400
commit7f5648a54c9d541c0b3180e62402f2bcb8df5cef (patch)
tree4c2b2d9841f25b23e879ee9877b4cf7629df6b61
parentaf014bc31ec5d7e9acbcdc4f42996dcb2665ac9d (diff)
downloadgcc-7f5648a54c9d541c0b3180e62402f2bcb8df5cef.zip
gcc-7f5648a54c9d541c0b3180e62402f2bcb8df5cef.tar.gz
gcc-7f5648a54c9d541c0b3180e62402f2bcb8df5cef.tar.bz2
Remove variables now in t-linux.
From-SVN: r12370
-rw-r--r--gcc/config/m68k/t-linux8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux
index 2bbdf3f..169661f 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