diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-28 20:25:18 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-28 20:25:18 +0000 |
commit | 9d02f074c8403bdf02d30e3026706e084b3c01d1 (patch) | |
tree | 4c2b2d9841f25b23e879ee9877b4cf7629df6b61 /gcc/config/m68k/t-linux | |
parent | b0aa3fc0989db745ff3a4142982dac32afe82bf4 (diff) | |
download | gcc-9d02f074c8403bdf02d30e3026706e084b3c01d1.tar.gz |
Remove variables now in t-linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12370 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/t-linux')
-rw-r--r-- | gcc/config/m68k/t-linux | 8 |
1 files changed, 8 insertions, 0 deletions
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 |