(

  if [ `arch` == "x86_64" ] ; then
     CFLAGS="-fPIC"
  fi &&

  default_build

) > $C_FIFO 2>&1
