aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.config.in
Commit message (Expand)AuthorAgeFilesLines
* For PR789:Reid Spencer2007-03-291-0/+2
* For PR739:Reid Spencer2007-01-171-19/+13
* Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer2006-12-211-0/+3
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-161-0/+3
* Fix a regression that completely broke make install.Chris Lattner2006-12-131-8/+8
* For PR739:Reid Spencer2006-12-101-9/+10
* For PR1019:Reid Spencer2006-12-011-1/+2
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+5
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-5/+0
* Get LLVMGCCARCH right regardless of the llvm-gcc version being used.Reid Spencer2006-11-051-0/+4
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-031-0/+4
* Make the name of the project consistent with that specified in theReid Spencer2006-08-071-2/+2
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-041-0/+7
* For PR848:Reid Spencer2006-07-281-7/+8
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-271-0/+3
* For PR814:Reid Spencer2006-07-261-2/+9
* Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng2006-06-201-0/+3
* Support correct build:Reid Spencer2006-06-011-0/+3
* Fix a comment.Reid Spencer2006-04-091-2/+2
* Change the assertions defaults:Reid Spencer2006-04-091-2/+2
* For PR723:Reid Spencer2006-04-071-2/+8
* For support of new GCC v4, obtain the full and major versions of theReid Spencer2006-04-061-0/+2
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-231-1/+4
* Implement fix for PR471:Reid Spencer2005-12-211-0/+5
* Two changes:Reid Spencer2005-04-221-3/+5
* For PR528:Reid Spencer2005-02-241-4/+0
* Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer2005-02-161-1/+0
* Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might beReid Spencer2005-01-161-1/+1
* Several changes:Reid Spencer2005-01-161-87/+77
* For PR351:Reid Spencer2004-12-311-0/+4
* For PR432:Reid Spencer2004-12-221-7/+9
* Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer2004-12-161-0/+2
* More properly name bytecode_libdir cferuntime_libdir. This is only theReid Spencer2004-12-131-1/+1
* Remove last remnants of Python/QMTest supportReid Spencer2004-12-081-1/+0
* Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer2004-11-301-0/+1
* * Get additional configured values into the makefilesReid Spencer2004-11-291-31/+54
* Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer2004-11-251-4/+0
* Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer2004-11-071-0/+3
* Add TARGET_TRIPLEReid Spencer2004-11-071-0/+3
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-1/+1
* New Makefile Features:Reid Spencer2004-10-251-10/+16
* Remove the unused SourceDir variable (use BUILD_SRC_DIR)Reid Spencer2004-10-221-5/+0
* Fix typo in makefile variable name that prevents zlib from being recognizedReid Spencer2004-10-041-1/+1
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-041-0/+4
* PAPI is not used here.Brian Gaeke2004-09-071-4/+0
* Remove variables and tests that were specific to the now defunctReid Spencer2004-09-071-31/+0
* Set a variable so that we can find the python interpreter.John Criswell2004-08-021-0/+3
* Since the Great LLVM Tool Renaming(tm), we no longer have collisions between ourMisha Brukman2004-06-171-6/+1
* Added the EXEEXT variable so that Makefiles can figure out what extensionJohn Criswell2004-06-011-0/+3
* Standardize header comments of top-level Makefiles.Misha Brukman2004-04-241-2/+9