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