Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2000-07-21 09:45:22 +0400
committerJason Merrill <jason@redhat.com>2000-07-21 09:45:22 +0400
commitc32f82c82aea957431da1725bc4406031b3307cc (patch)
tree62486a4cc565da6c3ca38f970d9bd4a0329fba32 /config/mh-sparcpic
parent938346bd95362c194519de3e128079a0304147e7 (diff)
merge with gcc
Diffstat (limited to 'config/mh-sparcpic')
-rw-r--r--config/mh-sparcpic2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-sparcpic b/config/mh-sparcpic
index f6dbc22e3..e218bb48a 100644
--- a/config/mh-sparcpic
+++ b/config/mh-sparcpic
@@ -1 +1 @@
-PICFLAG=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
+PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`