if spell_ok gcc && is_version_less $(installed_version gcc) 4.7; then
  OPTS="c_std=c99 ${OPTS}"
fi &&

default_build
