Skip to content
  1. Mar 24, 2006
    • Reid Spencer's avatar
      Update to llvm-config tool, by Erik Kidd: · 972bea5c
      Reid Spencer authored
      1. Check for Perl and only build llvm-config if its available.
      2. Add some virtual components
      3. Don't depend on "standard" location for Perl, but configured location
      4. Document the tool with a POD file.
      
      This version is now ready for testing by users.
      
      llvm-svn: 27005
      972bea5c
  2. Dec 21, 2005
    • Reid Spencer's avatar
      Implement fix for PR471: · 3f31cc4d
      Reid Spencer authored
      * Add --enable-debug-runtime option, defaults to disabled
      * Pass the new config var, DEBUG_RUNTIME, to Makefiles
      * Don't use -Wa,-strip-debug if debug-runtime is enabled
      
      llvm-svn: 24891
      3f31cc4d
  3. Apr 22, 2005
    • Reid Spencer's avatar
      Two changes: · ce9612b2
      Reid Spencer authored
      1. Get rid of TOOLLINKOPTS as it is a hold over from llvm-test and only
         used to communicate additional libraries to the linker. The *standard*
         way to do that is with the LIBS variable which this change supports.
      
      2. Allow the TARGETS_TO_BUILD variable to be set from the configuration
         substitution. This is the result of the --enable-target= parameter to
         the configure script.
      
      llvm-svn: 21449
      ce9612b2
  4. Feb 24, 2005
    • Reid Spencer's avatar
      For PR528: · c43b1d40
      Reid Spencer authored
      * Consolidate all "install" usage to the install program/script found by
        autoconf which includes the autoconf/install-sh script if necessary
      * Change Makefile.rules to not use the -D flag to install but use the
        MKDIR command as necessary.
      * Change Makefile.rules to differentiate between installation of executable
        files and regular data files to get the permission modes correct.
      
      llvm-svn: 20294
      c43b1d40
  5. Feb 16, 2005
  6. Jan 16, 2005
  7. Dec 31, 2004
    • Reid Spencer's avatar
      For PR351: · d7287e05
      Reid Spencer authored
      Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles
      
      llvm-svn: 19205
      d7287e05
  8. Dec 22, 2004
    • Reid Spencer's avatar
      For PR432: · 09212550
      Reid Spencer authored
      * Use new configuration variables to compute LLVMGCC and LLVMGXX variables.
      
      llvm-svn: 19094
      09212550
  9. Dec 16, 2004
  10. Dec 13, 2004
  11. Dec 09, 2004
  12. Nov 30, 2004
  13. Nov 29, 2004
  14. Nov 25, 2004
  15. Nov 08, 2004
  16. Nov 07, 2004
  17. Oct 30, 2004
  18. Oct 25, 2004
    • Reid Spencer's avatar
      New Makefile Features: · 100080cc
      Reid Spencer authored
      * "dist" target now builds tar.gz, tar.bz2, and zip files suitable for
        distribution. "dist" can only be run from $(BUILD_OBJ_ROOT) and implies
        a "check".
      
      * made the preconditions not do a recursive make and ensured that they are
        executed sequentially.
      
      * made the messages output by the makefile be prefixed with "llvm" and the
        make level (e.g. llvm[1]: ) in the same way that make does so that the
        messages are uniform and more readable.
      
      * Fixed the tags target so that tags depends on TAGS which contains the
        rules to build a file named TAGS
      
      * Implemented the EXTRA_DIST feature in a few directories to make sure it
        works.
      
      llvm-svn: 17210
      100080cc
  19. Oct 22, 2004
  20. Oct 04, 2004
  21. Sep 07, 2004
  22. Aug 03, 2004
  23. Jun 17, 2004
  24. Jun 01, 2004
  25. Apr 24, 2004
  26. Mar 10, 2004
  27. Feb 26, 2004
  28. Feb 20, 2004
  29. Feb 13, 2004
  30. Feb 10, 2004
  31. Jan 22, 2004
  32. Jan 21, 2004
  33. Jan 16, 2004
  34. Jan 13, 2004
    • Brian Gaeke's avatar
      Remove and/or shorten many comments in configure.ac. · 2abe7ae3
      Brian Gaeke authored
      Remove checks for many common Unix programs. Our build process currently
      assumes they are there and makes no provisions for any other world-views.
      (We can add some of these checks back at some later time if it should prove
      useful, but right now, we do not need to check to see whether "rm" exists.)
      
      Remove checks for many common standard C headers and functions. We assume
      ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h>
      headers, so these checks will not help anything.
      
      Edit configure's warning messages for clarity and content.
      
      Change checks for "optional" programs to default to using "true" instead of
      "false", so that a failure to find, e.g., etags, will be less likely to result
      in make failing.
      
      No longer shall we check for --enable-purify or --with-purify options.
      No longer shall we propagate these to the Makefiles.
      
      configure regenerated using autoconf-2.57.
      
      Please feel free to send me any questions or comments you have. :-)
      
      llvm-svn: 10814
      2abe7ae3
  35. Jan 12, 2004
Loading