summaryrefslogtreecommitdiff
path: root/Makefile.config.in
AgeCommit message (Expand)AuthorFilesLines
2008-03-31Reverting r48974. See PR2183 for details.Gordon Henriksen1-4/+4
2008-03-31Quote the ocaml executablesErick Tryzelaar1-4/+4
2008-03-10Adding ocamldoc generation.Gordon Henriksen1-0/+1
2008-01-15improve compatibility with mingw, patch by Alain FrischChris Lattner1-0/+8
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner1-2/+2
2007-10-02Providing --with-ocaml-libdir for ./configure. The default is theGordon Henriksen1-2/+3
2007-10-02Fixing (harmless) typos.Gordon Henriksen1-3/+0
2007-10-02Add explicit --enable-bindings option to configure.Gordon Henriksen1-0/+8
2007-09-29PR1601: etags not configured correctlyGordon Henriksen1-2/+0
2007-09-20Incorporating review feedback for GC verifier patch.Gordon Henriksen1-0/+1
2007-09-18git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen1-0/+2
2007-07-03Change the place where man pages are installed to ${prefix}/share/man1. ThisBill Wendling1-1/+1
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene1-0/+5
2007-04-21Add support for determining which languages the llvm-gcc front endReid Spencer1-0/+1
2007-03-29For PR789:Reid Spencer1-0/+2
2007-01-17For PR739:Reid Spencer1-19/+13
2006-12-21Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer1-0/+3
2006-12-16Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer1-0/+3
2006-12-13Fix a regression that completely broke make install.Chris Lattner1-8/+8
2006-12-10For PR739:Reid Spencer1-9/+10
2006-12-01For PR1019:Reid Spencer1-1/+2
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer1-0/+5
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer1-5/+0
2006-11-05Get LLVMGCCARCH right regardless of the llvm-gcc version being used.Reid Spencer1-0/+4
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer1-0/+4
2006-08-07Make the name of the project consistent with that specified in theReid Spencer1-2/+2
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer1-0/+7
2006-07-28For PR848:Reid Spencer1-7/+8
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer1-0/+3
2006-07-26For PR814:Reid Spencer1-2/+9
2006-06-20Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng1-0/+3
2006-06-01Support correct build:Reid Spencer1-0/+3
2006-04-09Fix a comment.Reid Spencer1-2/+2
2006-04-09Change the assertions defaults:Reid Spencer1-2/+2
2006-04-07For PR723:Reid Spencer1-2/+8
2006-04-06For support of new GCC v4, obtain the full and major versions of theReid Spencer1-0/+2
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer1-1/+4
2005-12-21Implement fix for PR471:Reid Spencer1-0/+5
2005-04-22Two changes:Reid Spencer1-3/+5
2005-02-24For PR528:Reid Spencer1-4/+0
2005-02-16Remove the "pax" program from the list of those needed to support LLVM.Reid Spencer1-1/+0
2005-01-16Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might beReid Spencer1-1/+1
2005-01-16Several changes:Reid Spencer1-87/+77
2004-12-31For PR351:Reid Spencer1-0/+4
2004-12-22For PR432:Reid Spencer1-7/+9
2004-12-16Add CMP and CP configuration variables for the unix cmp and cp programs.Reid Spencer1-0/+2
2004-12-13More properly name bytecode_libdir cferuntime_libdir. This is only theReid Spencer1-1/+1
2004-12-08Remove last remnants of Python/QMTest supportReid Spencer1-1/+0
2004-11-30Add a check for the tclsh program needed by dejagnu. This can have weirdReid Spencer1-0/+1
2004-11-29* Get additional configured values into the makefilesReid Spencer1-31/+54