# fss-0002

main: 
  ./configure $TCONF $SH_ONLY $DOCDIR --disable-docs
  sed -i -e '/#define error_t int/d' include/llvm/Config/config.h
  echo "#undef HAVE_FENV_H" >> include/llvm/Config/config.h
  make
  make install
