Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 2010 12:39:22 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/clang clang.build.mk src/lib/clang/include/llvm/Config config.h
Message-ID:  <201006131239.o5DCdmkV094440@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-06-13 12:39:22 UTC

  FreeBSD src repository

  Modified files:
    lib/clang            clang.build.mk 
    lib/clang/include/llvm/Config config.h 
  Log:
  SVN rev 209124 on 2010-06-13 12:39:22Z by ed
  
  Disable usage of posix_spawn() inside LLVM.
  
  Even though it's nice to use posix_spawn() instead of manually using
  fork()/exec(), it's better to disable this. FreeBSD 7 doesn't support
  this interface. When enabled, we can't build tblgen, which prevents us
  from building FreeBSD 9 on 7.
  
  Tested by:      raj
  
  Revision  Changes    Path
  1.4       +1 -1      src/lib/clang/clang.build.mk
  1.3       +1 -1      src/lib/clang/include/llvm/Config/config.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006131239.o5DCdmkV094440>