diff options
author | Jason Merrill <jason@redhat.com> | 1995-06-08 22:31:51 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1995-06-08 22:31:51 +0000 |
commit | 311f7c4b6a19b0e4376e8985491a832cfd28a315 (patch) | |
tree | 03f236eeb8d9343f346bb88eb456f6ec7a09e7cf /config | |
parent | c8aea29bd6939b93f896603843baa20502738105 (diff) | |
download | gdb-311f7c4b6a19b0e4376e8985491a832cfd28a315.zip gdb-311f7c4b6a19b0e4376e8985491a832cfd28a315.tar.gz gdb-311f7c4b6a19b0e4376e8985491a832cfd28a315.tar.bz2 |
use -fpic instead of -fPIC
Diffstat (limited to 'config')
-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 35b8c9e..ff98727 100644 --- a/config/mt-sparcpic +++ b/config/mt-sparcpic @@ -1 +1 @@ -PICFLAG_FOR_TARGET=-fPIC +PICFLAG_FOR_TARGET=-fpic |