diff options
Diffstat (limited to 'gcc/config/t-svr4')
-rw-r--r-- | gcc/config/t-svr4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/t-svr4 b/gcc/config/t-svr4 index 52c9b28fc9a..3ea1174580d 100644 --- a/gcc/config/t-svr4 +++ b/gcc/config/t-svr4 @@ -4,7 +4,7 @@ # we will be doing that, we just always use -fPIC when compiling the # routines in crtstuff.c. Likewise for libgcc2.c. -CRTSTUFF_T_CFLAGS = -fPIC +CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC TARGET_LIBGCC2_CFLAGS = -fPIC # See all the declarations. |