summaryrefslogtreecommitdiff
path: root/Makefile.config.in
AgeCommit message (Expand)Author
2010-08-03Make the makefiles go much faster by using the realpathChris Lattner
2010-07-07typo in comment, regeneration not necessaryGabor Greif
2010-06-01Delete unused variables (that weren't even getting expanded).Dan Gohman
2010-06-01-retain-symbols-file is not what it seems. Update the makefilesDan Gohman
2010-05-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-04-16Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman
2010-04-15Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov
2010-04-12whether we enable dylibs or not depends on the host, not the target.Chris Lattner
2010-04-09suck the propagating "has dynamic libs" check into a single makefile Chris Lattner
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin
2010-02-23Roll back r96959 again.Jeffrey Yasskin
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin
2010-02-23Initial configure support for using Clang as the LLVM capable compiler.Daniel Dunbar
2010-02-23Kill off unused LLVMGCCLIBEXEC make variable.Daniel Dunbar
2010-02-23Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin
2009-12-07Fix typos. Thanks to John Tytgat for noticing it!Rafael Espindola
2009-11-16Add configure options for specifying where to look for libstdc++.Rafael Espindola
2009-11-12Add the --with-c-include-dirs to llvm's configure.Rafael Espindola
2009-11-04configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar
2009-10-26Add an autoconf test to check for optional compiler flags likeJulien Lerouge
2009-09-27Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin
2009-09-02Improve support for cross-hosted builds of LLVM.Shantonu Sen
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-07-04LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov
2009-07-03Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov
2009-07-03Trailing whitespace.Mikhail Glushenkov
2009-04-17Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene
2009-04-13Link against libffi if available, fall back to "no external calls fromNick Lewycky
2009-03-05Autodetect the availability of -export-dynamic in the linker.Nick Lewycky
2009-03-03Switch to using -Wl,-R on Solaris.Nick Lewycky
2009-02-21Remove tests for flex/bison which are no longer needed by LLVM.Nick Lewycky
2009-02-04Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky
2009-02-03Add the ability to pass the path to binutils source to configure. This isNick Lewycky
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-10-22Use spaces rather than tab.Duncan Sands
2008-10-21Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin
2008-10-02Add support for Canadian Cross builds where the host executables are notJim Grosbach
2008-09-02Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar
2008-09-02Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman
2008-08-30Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar
2008-03-31Reverting r48974. See PR2183 for details.Gordon Henriksen
2008-03-31Quote the ocaml executablesErick Tryzelaar
2008-03-10Adding ocamldoc generation.Gordon Henriksen
2008-01-15improve compatibility with mingw, patch by Alain FrischChris Lattner
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner