diff options
author | Jason Merrill <jason@redhat.com> | 1996-07-08 23:41:08 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1996-07-08 23:41:08 +0000 |
commit | 51a35603856649797558fa369654233ca8952112 (patch) | |
tree | aa9bc2ddaa3771599d5ea271caffff8b7d20122d /config/mt-sparcpic | |
parent | 9b292d4c0eb8ee3d15d697255378516b7a785317 (diff) | |
download | gdb-51a35603856649797558fa369654233ca8952112.zip gdb-51a35603856649797558fa369654233ca8952112.tar.gz gdb-51a35603856649797558fa369654233ca8952112.tar.bz2 |
Mon Jul 8 15:15:37 1996 Jason Merrill <jason@yorick.cygnus.com>
* mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.
For consistency with mh-sparcpic and libgcc.a; SunOS 4 apparently doesn't
allow mixing of pic and PIC.
Diffstat (limited to 'config/mt-sparcpic')
-rw-r--r-- | config/mt-sparcpic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-sparcpic b/config/mt-sparcpic index ff98727..35b8c9e 100644 --- a/config/mt-sparcpic +++ b/config/mt-sparcpic @@ -1 +1 @@ -PICFLAG_FOR_TARGET=-fpic +PICFLAG_FOR_TARGET=-fPIC |