Commit 7f5648a5 by Richard Kenner

Remove variables now in t-linux.

From-SVN: r12370
parent af014bc3
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment