Skip to content
  1. Nov 17, 2006
  2. Nov 14, 2006
  3. Nov 05, 2006
  4. Nov 03, 2006
  5. Oct 02, 2006
  6. Sep 14, 2006
  7. Aug 25, 2006
    • Reid Spencer's avatar
      For PR738: · 917cf129
      Reid Spencer authored
      Demote check for bison from error to warning and make sure that the
      makefile can handle an empty definition for BISON variable.
      
      llvm-svn: 29861
      917cf129
  8. Aug 23, 2006
  9. Aug 16, 2006
  10. Aug 09, 2006
  11. Aug 04, 2006
  12. Jul 29, 2006
  13. Jul 28, 2006
    • Reid Spencer's avatar
      For PR848: · 9372247e
      Reid Spencer authored
      1. Get the path to the pwd binary (/bin/pwd usually) from configure.
      2. Use that path to run pwd in all path variables set in Makefile.config.in
      The hope is that these changes will resolve symlinks to physical paths. This
      should work on all platforms where the binary pwd defaults to printing
      physical paths. The shell version of pwd generally doesn't (it will print
      the symlink path).
      
      llvm-svn: 29381
      9372247e
    • Reid Spencer's avatar
      Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to · eca6f732
      Reid Spencer authored
      have a compile-host version of "nm", not build-host. In order to effect this
      we must use autoconf to determine the correct "nm" to use and propagate that
      through the makefiles, through llvm-config and finally to GenLibDeps.pl as
      an optional argument.
      Patch contributed by Anton Korobeynikov. Thanks!
      
      llvm-svn: 29368
      eca6f732
  14. Jul 26, 2006
    • Reid Spencer's avatar
      For PR814: · 0aa9d00b
      Reid Spencer authored
      Provide support for making cross-compiling builds. See the PR for details.
      Patch provided by Anton Korobeynikov. Thanks, Anton!
      
      llvm-svn: 29309
      0aa9d00b
  15. Jul 06, 2006
  16. Jun 21, 2006
  17. Jun 20, 2006
  18. Jun 05, 2006
  19. Jun 03, 2006
    • Reid Spencer's avatar
      For PR798: · 432b3158
      Reid Spencer authored
      Have configure find the "dotty" program and adjust configuration.
      
      llvm-svn: 28674
      432b3158
  20. Jun 01, 2006
  21. May 21, 2006
    • Reid Spencer's avatar
      For PR784: · cb10fdc7
      Reid Spencer authored
      Support Win32 platforms for llvm-gcc path. Patch by Anton Korobeynikov
      
      llvm-svn: 28426
      cb10fdc7
  22. May 16, 2006
  23. May 15, 2006
  24. May 09, 2006
  25. Apr 27, 2006
    • Reid Spencer's avatar
      For PR747: · bb0be98f
      Reid Spencer authored
      If we fail to find a required program, simply set that program to echo
      out something that tells the user the situation. That is, instead of just
      "true runtest" we now get "echo 'Skipped: runtest not found'".
      
      llvm-svn: 27990
      bb0be98f
  26. Apr 21, 2006
  27. Apr 20, 2006
  28. Apr 19, 2006
  29. Apr 14, 2006
  30. Apr 09, 2006
    • Reid Spencer's avatar
      Change the assertions defaults: · fa423e9b
      Reid Spencer authored
      1. Assertions now default to on for all builds
      2. If you want them disabled you must (a) --disable-assertions to configure
         or DISABLE_ASSERTIONS=1 to make.
      
      llvm-svn: 27548
      fa423e9b
  31. Apr 08, 2006
  32. Apr 07, 2006
    • Reid Spencer's avatar
      For PR723: · b65ade8b
      Reid Spencer authored
      Support detection of a "CVS" directory at configure time to distinguish
      whether this is a release build or a "from tree" build. This knowledge is
      used to set the defaults for --enable-optimzied and --enable-assertions
      options.
      
      llvm-svn: 27487
      b65ade8b
Loading