diff options
Diffstat (limited to 'libgcc/config/t-crtstuff-pic')
-rw-r--r-- | libgcc/config/t-crtstuff-pic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgcc/config/t-crtstuff-pic b/libgcc/config/t-crtstuff-pic new file mode 100644 index 0000000..55e5fc1 --- /dev/null +++ b/libgcc/config/t-crtstuff-pic @@ -0,0 +1,2 @@ +# Compile crtbeginS.o and crtendS.o with pic. +CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC |