aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>1995-06-08 22:31:51 +0000
committerJason Merrill <jason@redhat.com>1995-06-08 22:31:51 +0000
commit311f7c4b6a19b0e4376e8985491a832cfd28a315 (patch)
tree03f236eeb8d9343f346bb88eb456f6ec7a09e7cf
parentc8aea29bd6939b93f896603843baa20502738105 (diff)
downloadfsf-binutils-gdb-311f7c4b6a19b0e4376e8985491a832cfd28a315.zip
fsf-binutils-gdb-311f7c4b6a19b0e4376e8985491a832cfd28a315.tar.gz
fsf-binutils-gdb-311f7c4b6a19b0e4376e8985491a832cfd28a315.tar.bz2
use -fpic instead of -fPIC
-rw-r--r--config/mt-sparcpic2
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