diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-04 23:54:04 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-04 23:54:04 +0000 |
commit | c6afe4459e2a32558d4ad207ff2de62e3f3a7335 (patch) | |
tree | 3a182cc9181fa2fb501c40ab90ada6376b48f6d3 /gcc/config/i386/t-sol2 | |
parent | 7dad2526e982f0a087e83c92109990386100905e (diff) | |
download | gcc-c6afe4459e2a32558d4ad207ff2de62e3f3a7335.tar.gz |
* i386/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define to -fPIC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15088 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-sol2')
-rw-r--r-- | gcc/config/i386/t-sol2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/t-sol2 b/gcc/config/i386/t-sol2 index 5a17053903d..f47905ae65d 100644 --- a/gcc/config/i386/t-sol2 +++ b/gcc/config/i386/t-sol2 @@ -33,3 +33,4 @@ crtn.o: $(srcdir)/config/i386/sol2-cn.asm $(GCC_PASSES) # routines in crtstuff.c. CRTSTUFF_T_CFLAGS = -fPIC +TARGET_LIBGCC2_CFLAGS = -fPIC |