6 lines
135 B
Text
6 lines
135 B
Text
|
# Compile crtbeginS.o and crtendS.o with pic.
|
||
|
CRTSTUFF_T_CFLAGS_S = -fPIC
|
||
|
|
||
|
# Compile libgcc.a with pic.
|
||
|
TARGET_LIBGCC2_CFLAGS += -fPIC
|