mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
# Compile crtbeginS.o and crtendS.o with pic.
|
|
CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC
|
|
|
|
# Compile libgcc.a with pic.
|
|
TARGET_LIBGCC2_CFLAGS += -fPIC
|