- Apr 10, 2006
-
-
Reid Spencer authored
llvm-svn: 27551
-
- Apr 09, 2006
-
-
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
-
- Apr 07, 2006
-
-
Reid Spencer authored
- Provide for the include of ENABLE_ASSERTIONS flag from the configuration. - Enhance the documentation for ENABLE_OPTIMIZED llvm-svn: 27486
-
Reid Spencer authored
llvm-gcc command. This will help distinguish which version is being used so the makefiles can accommodate. llvm-svn: 27461
-
- Mar 24, 2006
-
-
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
-
- Dec 21, 2005
-
-
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
-
- Apr 22, 2005
-
-
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
-
- Feb 24, 2005
-
-
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
-
- Feb 16, 2005
-
-
Reid Spencer authored
The install target in Makefile.rules no longer uses pax but just uses find and "install" instead. llvm-svn: 20216
-
- Jan 16, 2005
-
-
Reid Spencer authored
a symbolic link making the autoconf name for the directory (LLVM_OBJ_ROOT) and the "make" name for the directory (PROJ_OBJ_ROOT) different. llvm-svn: 19607
-
Reid Spencer authored
* Get rid of variables that are duplicates of autoconf variables. * Rename BUILD_* to PROJ_* * Define some project related install locations * Don't assume LLVM's configured values are the project's llvm-svn: 19589
-
- Dec 31, 2004
-
-
Reid Spencer authored
Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles llvm-svn: 19205
-
- Dec 22, 2004
-
-
Reid Spencer authored
* Use new configuration variables to compute LLVMGCC and LLVMGXX variables. llvm-svn: 19094
-
- Dec 16, 2004
-
-
Reid Spencer authored
llvm-svn: 18990
-
- Dec 13, 2004
-
-
Reid Spencer authored
libdir for the CFE runtime libraries, not "all bytecode". llvm-svn: 18881
-
- Dec 09, 2004
-
-
Reid Spencer authored
llvm-svn: 18672
-
- Nov 30, 2004
-
-
Reid Spencer authored
names that have version numbers in it so this macro, DJ_AC_PATH_TCLSH will make the necessary checks. The makefile variable TCLSH is set to the path found. llvm-svn: 18382
-
- Nov 29, 2004
-
-
Reid Spencer authored
* Provide support for ENABLE_DOXYGEN * New tools that documentation generation requires llvm-svn: 18326
-
- Nov 25, 2004
-
-
Reid Spencer authored
llvm-svn: 18254
-
- Nov 08, 2004
-
-
Reid Spencer authored
tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. llvm-svn: 17599
-
- Nov 07, 2004
-
-
Reid Spencer authored
llvm-svn: 17581
-
- Oct 30, 2004
-
-
Reid Spencer authored
llvm-svn: 17359
-
- Oct 25, 2004
-
-
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
-
- Oct 22, 2004
-
-
Reid Spencer authored
llvm-svn: 17165
-
- Oct 04, 2004
-
-
Reid Spencer authored
llvm-svn: 16656
-
Reid Spencer authored
llvm-svn: 16643
-
- Sep 07, 2004
-
-
Brian Gaeke authored
llvm-svn: 16236
-
Reid Spencer authored
test/Programs. These have been moved to llvm-test/autoconf/configure.ac and llvm-test/Makefile.config.in llvm-svn: 16231
-
- Aug 03, 2004
-
-
John Criswell authored
llvm-svn: 15424
-
- Jun 17, 2004
-
-
Misha Brukman authored
assembler/linker and the system equivalents. llvm-svn: 14197
-
- Jun 01, 2004
-
-
John Criswell authored
to put on executable files. llvm-svn: 13925
-
- Apr 24, 2004
-
-
Misha Brukman authored
llvm-svn: 13143
-
- Mar 10, 2004
-
-
Brian Gaeke authored
llvm-svn: 12267
-
- Feb 26, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 11854
-
Alkis Evlogimenos authored
llvm-svn: 11853
-
- Feb 20, 2004
-
-
John Criswell authored
llvm-svn: 11681
-
- Feb 13, 2004
-
-
John Criswell authored
Makefile.config (ENDIAN variable is set to big or little). llvm-svn: 11398
-
- Feb 10, 2004
-
-
John Criswell authored
llvm-svn: 11295
-
- Jan 22, 2004
-
-
Brian Gaeke authored
lives near the other installation dirs (like libdir, bindir, etc.). Move the rule for making bytecode_libdir out of the ifdef LIBRARYNAME...endif. llvm-svn: 10964
-
Brian Gaeke authored
llvm-svn: 10961
-