FCONSTANT_CFSTRINGS_SUPPORT=no
touch fconstant_cfstrings.c
if "$COMPILER" -fconstant-cfstrings -c fconstant_cfstrings.c 2>/dev/null 1>&2; then
if "$COMPILER" -fconstant-cfstrings -c fconstant_cfstrings.c 2>&1 | grep "unrecognized" >/dev/null ; then
FCONSTANT_CFSTRINGS_SUPPORT=yes
rm -f fconstant_cfstrings.c fconstant_cfstrings.o
if [ "$FCONSTANT_CFSTRINGS_SUPPORT" != "yes" ]; then
[ "$VERBOSE" = "yes" ] && echo "compiler flag -fconstant-cfstrings support not detected"
[ "$VERBOSE" = "yes" ] && echo "compiler flag -fconstant-cfstrings support detected"