28b6b31799
* config/t-freebsd (TARGET_LIBGCC2_CFLAGS): Add -fPIC. * config/t-freebsd-thread (TARGET_LIBGCC2_CFLAGS): Add -pthread instead setting macro. Co-Authored-By: David O'Brien <obrien@freebsd.org> From-SVN: r42461
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
# Don't run fixproto
|
|
STMP_FIXPROTO =
|
|
|
|
# Compile crtbeginS.o and crtendS.o with pic.
|
|
CRTSTUFF_T_CFLAGS_S = -fPIC
|
|
|
|
# Compile libgcc.a with pic.
|
|
TARGET_LIBGCC2_CFLAGS += -fPIC
|