merge with gcc

This commit is contained in:
Jason Merrill
2000-07-21 05:45:22 +00:00
parent 938346bd95
commit c32f82c82a
5 changed files with 17 additions and 6 deletions

View File

@@ -1 +1 @@
PICFLAG_FOR_TARGET=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
PICFLAG_FOR_TARGET=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`