Commit 90ad3ab7 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r17540
parent 7fad712c
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.
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment