summaryrefslogtreecommitdiff
path: root/Makefile.config.in
AgeCommit message (Expand)AuthorFilesLines
2011-10-18build: Remove some unused code.Daniel Dunbar1-2/+0
2011-10-16autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi1-1/+9
2011-10-13build: Remove some stray LLVMC configure variables.Daniel Dunbar1-11/+0
2011-09-21Remove the rest of the compiler checking from the top level configureEric Christopher1-24/+0
2011-06-16build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar1-0/+3
2010-12-29autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi1-0/+3
2010-12-10Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environmentEric Christopher1-1/+1
2010-11-25It seems inconsistent to have LLVMCC_EMITIR_FLAG andDuncan Sands1-1/+1
2010-11-12Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola1-0/+3
2010-11-10Detect if llvm-gcc is built on dragonegg.Tobias Grosser1-0/+5
2010-10-30Add polly support to the build system.Tobias Grosser1-0/+2
2010-08-03Make the makefiles go much faster by using the realpathChris Lattner1-7/+11
2010-07-07typo in comment, regeneration not necessaryGabor Greif1-2/+2
2010-06-01Delete unused variables (that weren't even getting expanded).Dan Gohman1-6/+0
2010-06-01-retain-symbols-file is not what it seems. Update the makefilesDan Gohman1-2/+2
2010-05-10Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar1-0/+3
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m1-0/+2
2010-04-16Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman1-0/+4
2010-04-15Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov1-6/+0
2010-04-12whether we enable dylibs or not depends on the host, not the target.Chris Lattner1-1/+1
2010-04-09suck the propagating "has dynamic libs" check into a single makefile Chris Lattner1-0/+6
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar1-8/+8
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin1-0/+6
2010-02-23Roll back r96959 again.Jeffrey Yasskin1-8/+0
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin1-0/+8
2010-02-23Initial configure support for using Clang as the LLVM capable compiler.Daniel Dunbar1-0/+8
2010-02-23Kill off unused LLVMGCCLIBEXEC make variable.Daniel Dunbar1-3/+0
2010-02-23Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar1-4/+0
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar1-5/+0
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