Skip to content
  1. Aug 18, 2009
    • Anton Korobeynikov's avatar
      The attached patches attempt to fix cross builds. For example, if you · 90e17e78
      Anton Korobeynikov authored
      try to use i686-darwin to build for arm-eabi, you'll quickly run into
      several false assumptions that the target OS must be the same as the
      host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
      help builds like "make check" and the test-suite able to cross
      compile. Along the way a target of *-unknown-eabi is defined as
      "Freestanding" so that TARGET_OS checks have something to work with.
      
      Patch by Sandeep Patel!
      
      llvm-svn: 79296
      90e17e78
  2. Mar 11, 2009
  3. Jan 09, 2009
  4. Dec 29, 2007
  5. Apr 11, 2007
  6. Feb 04, 2007
    • Reid Spencer's avatar
      For PR1072: · 8de97bba
      Reid Spencer authored
      Removing -raise has neglible positive or negative side effects so we are
      opting to remove it. See the PR for comparison details.
      
      llvm-svn: 33844
      8de97bba
  7. Oct 24, 2005
  8. Oct 28, 2004
  9. Oct 21, 2003
  10. Sep 29, 2002
  11. Jul 23, 2002
  12. May 07, 2002
  13. Dec 03, 2001
  14. Nov 26, 2001
  15. Oct 15, 2001
  16. Oct 13, 2001
  17. Jun 06, 2001
Loading