summaryrefslogtreecommitdiff
path: root/Makefile.config.in
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin1-6/+0
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin1-0/+6
2009-12-07Fix typos. Thanks to John Tytgat for noticing it!Rafael Espindola1-1/+1
2009-11-16Add configure options for specifying where to look for libstdc++.Rafael Espindola1-0/+4
2009-11-12Add the --with-c-include-dirs to llvm's configure.Rafael Espindola1-0/+2
2009-11-04configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar1-0/+3
2009-10-26Add an autoconf test to check for optional compiler flags likeJulien Lerouge1-0/+6
2009-09-27Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin1-0/+5
2009-09-02Improve support for cross-hosted builds of LLVM.Shantonu Sen1-0/+3
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov1-1/+5
2009-07-04LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov1-0/+5
2009-07-03Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov1-0/+6
2009-07-03Trailing whitespace.Mikhail Glushenkov1-1/+1
2009-04-17Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene1-1/+9
2009-04-13Link against libffi if available, fall back to "no external calls fromNick Lewycky1-3/+0
2009-03-05Autodetect the availability of -export-dynamic in the linker.Nick Lewycky1-0/+3
2009-03-03Switch to using -Wl,-R on Solaris.Nick Lewycky1-0/+3
2009-02-21Remove tests for flex/bison which are no longer needed by LLVM.Nick Lewycky1-3/+0
2009-02-04Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky1-0/+3
2009-02-03Add the ability to pass the path to binutils source to configure. This isNick Lewycky1-0/+3
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman1-4/+4
2008-10-22Use spaces rather than tab.Duncan Sands1-1/+1
2008-10-21Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin1-0/+1
2008-10-02Add support for Canadian Cross builds where the host executables are notJim Grosbach1-0/+5
2008-09-02Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar1-0/+3
2008-09-02Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman1-3/+0
2008-08-30Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar1-0/+3
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