2003-02-19 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / config / mh-sparcpic
index 872d0fdeb148892dcddaedc9b756d143657aff6c..e218bb48aa439f019d0bff9e0649e672e3e76f9a 100644 (file)
@@ -1,2 +1 @@
-LIBCFLAGS=$(CFLAGS) -fpic
-LIBCXXFLAGS=$(CXXFLAGS) -fpic
+PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
This page took 0.022751 seconds and 4 git commands to generate.