aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
AgeCommit message (Expand)Author
2007-04-21Add support for determining which languages the llvm-gcc front endReid Spencer
2007-03-29For PR789:Reid Spencer
2007-01-17For PR739:Reid Spencer
2006-12-21Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer
2006-12-16Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer
2006-12-13Fix a regression that completely broke make install.Chris Lattner
2006-12-10For PR739:Reid Spencer
2006-12-01For PR1019:Reid Spencer
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-11-05Get LLVMGCCARCH right regardless of the llvm-gcc version being used.Reid Spencer
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer
2006-08-07Make the name of the project consistent with that specified in theReid Spencer
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer
2006-07-28For PR848:Reid Spencer
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-26For PR814:Reid Spencer
2006-06-20Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng
2006-06-01Support correct build:Reid Spencer
2006-04-09Fix a comment.Reid Spencer
2006-04-09Change the assertions defaults:Reid Spencer
2006-04-07For PR723:Reid Spencer
2006-04-06For support of new GCC v4, obtain the full and major versions of theReid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2005-12-21Implement fix for PR471:Reid Spencer
2005-04-22Two changes:Reid Spencer
2005-02-24For PR528:Reid Spencer
2005-02-16Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer
2005-01-16Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might beReid Spencer
2005-01-16Several changes:Reid Spencer
2004-12-31For PR351:Reid Spencer
2004-12-22For PR432:Reid Spencer
2004-12-16Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer
2004-12-13More properly name bytecode_libdir cferuntime_libdir. This is only theReid Spencer
2004-12-08Remove last remnants of Python/QMTest supportReid Spencer
2004-11-30Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer
2004-11-29* Get additional configured values into the makefilesReid Spencer
2004-11-25Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.Reid Spencer
2004-11-07Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer
2004-11-07Add TARGET_TRIPLEReid Spencer
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer
2004-10-25New Makefile Features:Reid Spencer
2004-10-22Remove the unused SourceDir variable (use BUILD_SRC_DIR)Reid Spencer
2004-10-04Fix typo in makefile variable name that prevents zlib from being recognizedReid Spencer
2004-10-04Provide support for auto-detection and use of compression libraries.Reid Spencer
2004-09-07PAPI is not used here.Brian Gaeke
2004-09-07Remove variables and tests that were specific to the now defunctReid Spencer
2004-08-02Set a variable so that we can find the python interpreter.John Criswell
2004-06-17Since the Great LLVM Tool Renaming(tm), we no longer have collisions between ourMisha Brukman
2004-06-01Added the EXEEXT variable so that Makefiles can figure out what extensionJohn Criswell