summaryrefslogtreecommitdiff
path: root/Makefile.config.in
Commit message (Collapse)AuthorAge
* Updated to use files within the autoconf subdirectory.John Criswell2003-07-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7234 91177308-0d34-0410-b5e6-96231b3b80d8
* The word `open' was really intended to be `option'.Misha Brukman2003-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7080 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the --enable-profiling option.John Criswell2003-07-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7079 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the CPPFLAGS and CFLAGS variables since the -DHAVE_CONFIG_H messesJohn Criswell2003-07-02
| | | | | | | | up the test suite. Since all the LLVM software assumes that config.h exists, we can just do away with it for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7069 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the ARCH variable so that some of the Makefiles can perform actions basedJohn Criswell2003-07-01
| | | | | | | upon the target hardware architecture (as opposed to always checking the OS). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7050 91177308-0d34-0410-b5e6-96231b3b80d8
* The Makefile now adds autoconf information to the compiler and linker flagJohn Criswell2003-07-01
| | | | | | | | variables instead of overwriting those variables. This makes it more flexible and keeps some of the test Makefiles from breaking. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7025 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix verbose support bugChris Lattner2003-06-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7023 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the LIBS environment variable as it interferes with the tests andJohn Criswell2003-06-30
| | | | | | | is currently unused. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7022 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7014 91177308-0d34-0410-b5e6-96231b3b80d8