if [ `arch` == "x86_64" ]; then
  OPTS+=" --enable-64bit"
fi

default_build
