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 | |
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')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mt-sparcpic | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index b0e43cf..900f7f0 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 8 15:15:37 1996 Jason Merrill <jason@yorick.cygnus.com> + + * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC. + Fri Jul 5 11:49:02 1996 Ian Lance Taylor <ian@cygnus.com> * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib. 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 |