* config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.

From-SVN: r17540
This commit is contained in:
Jeffrey A Law 1998-01-28 19:06:58 +00:00 committed by Jeff Law
parent 7fad712c4a
commit 90ad3ab77d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 28 20:08:26 1998 Jeffrey A Law (law@cygnus.com)
* config/t-svr4 (TARGET_LIBGCC2_CFLAGS): Add -fPIC.
Wed Jan 28 20:04:43 1998 Ian Lance Taylor <ian@cygnus.com>
* i386/t-cygwin32 (LIMITS_H_TEST, LIBGCC2_INCLUDES): Define.

View File

@ -3,5 +3,7 @@
# to produce a shared library, but since we don't know ahead of time when
# we will be doing that, we just always use -fPIC when compiling the
# routines in crtstuff.c.
# Similarly for TARGET_LIBGCC2_CFLAGS
CRTSTUFF_T_CFLAGS = -fPIC
TARGET_LIBGCC2_CFLAGS = -fPIC