diff options
Diffstat (limited to 'contrib/gcc/config/mh-sparcpic')
-rw-r--r-- | contrib/gcc/config/mh-sparcpic | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/gcc/config/mh-sparcpic b/contrib/gcc/config/mh-sparcpic deleted file mode 100644 index e218bb48aa43..000000000000 --- a/contrib/gcc/config/mh-sparcpic +++ /dev/null @@ -1 +0,0 @@ -PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac` |