1996-05-06 09:03:48 -04:00
|
|
|
# Don't run fixproto
|
|
|
|
STMP_FIXPROTO =
|
|
|
|
|
|
|
|
# Don't install "assert.h" in gcc. We use the one in glibc.
|
|
|
|
INSTALL_ASSERT_H =
|
|
|
|
|
1996-06-28 16:24:19 -04:00
|
|
|
# Compile crtbeginS.o and crtendS.o with pic.
|
|
|
|
CRTSTUFF_T_CFLAGS_S = -fPIC
|
|
|
|
# Compile libgcc2.a with pic.
|
1996-02-12 20:55:35 -05:00
|
|
|
TARGET_LIBGCC2_CFLAGS = -fPIC
|