aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Someone forgot to commit an updated configure after adding tools/llvm-nm to ↵Alkis Evlogimenos2003-10-171-28/+34
| | | | | | configure.ac :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9189 91177308-0d34-0410-b5e6-96231b3b80d8
* Added autoconf support for the sample project.John Criswell2003-10-161-70/+37
| | | | | | | | | Fixed the header comment in Makefile.rules Changed all references to the echo program in Makefile.rules to the value found by autoconf. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9151 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-131-69/+82
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9089 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the eon and perlbmk benchmarks.John Criswell2003-10-101-28/+40
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8995 91177308-0d34-0410-b5e6-96231b3b80d8
* Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell2003-10-091-86/+124
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8981 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed -use-spec to -use-spec2000.John Criswell2003-10-071-47/+52
| | | | | | | | The pathname to SPEC2000 is now given with the -use-spec2000 option. On our machines, SPEC2000 will be enabled by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8949 91177308-0d34-0410-b5e6-96231b3b80d8
* Switching over to the new test database.John Criswell2003-10-071-32/+38
| | | | | | | | Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8945 91177308-0d34-0410-b5e6-96231b3b80d8
* regenerated using autoconf-2.57.Brian Gaeke2003-10-071-62/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8917 91177308-0d34-0410-b5e6-96231b3b80d8
* Hand update the configure script for moved directoriesChris Lattner2003-10-061-32/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8886 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the check for purify as we don't support its use at present.John Criswell2003-10-021-43/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8824 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell2003-09-301-34/+28
| | | | | | | located under llvm/test/Regression/C++Frontend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8791 91177308-0d34-0410-b5e6-96231b3b80d8
* Added conditional configuration of poolalloc.John Criswell2003-09-301-28/+37
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8765 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the ability to conditionally configure the reopt project if it is checkedJohn Criswell2003-09-301-29/+183
| | | | | | | out under projects/reopt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8762 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the utils/Makefile file from being copied to the object root tree.John Criswell2003-09-301-34/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8759 91177308-0d34-0410-b5e6-96231b3b80d8
* Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-291-28/+40
| | | | | | | llvm/test/Programs/SingleSource/Regression/C++/CompileFail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8746 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-291-52/+70
| | | | | | | Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8733 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved llvm/test/Programs/SingleSource/Regression around a bit to supportJohn Criswell2003-09-261-28/+40
| | | | | | | multiple languages. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8727 91177308-0d34-0410-b5e6-96231b3b80d8
* Added llvm/test/Programs/SingleSource/Regression/Makefile.John Criswell2003-09-261-28/+34
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8721 91177308-0d34-0410-b5e6-96231b3b80d8
* If we fail to find python or qmtest, give a warning message instead of anJohn Criswell2003-09-231-6/+4
| | | | | | | | error message. This should hopefully allow our nightly tester to run, which does not run the QMTest tests at present. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8691 91177308-0d34-0410-b5e6-96231b3b80d8
* Added code that stops the configure script if a needed program is not found.John Criswell2003-09-231-0/+85
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8680 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated configure with Misha's changes.John Criswell2003-09-161-19/+19
| | | | | | | Now link is llvm-link and things are alphabetized. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8565 91177308-0d34-0410-b5e6-96231b3b80d8
* Have the configure script put llvm.py into the object root.John Criswell2003-09-161-28/+34
| | | | | | | | | The QMTest program can then use that as the location for loading test and resource class, thus compiling the Python code into the object root as desired. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8551 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.John Criswell2003-09-151-46/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8546 91177308-0d34-0410-b5e6-96231b3b80d8
* Modified the checks slightly so that one can re-configure LLVM withoutJohn Criswell2003-09-151-31/+33
| | | | | | | having to do a "make distclean" when building in the source directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8540 91177308-0d34-0410-b5e6-96231b3b80d8
* Added code that verifies that the source directory has not been configuredJohn Criswell2003-09-151-33/+36
| | | | | | | | | already. This should help prevent strange errors from happening, but will make re-configuring the source directory more difficult when it is shared with the object directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8539 91177308-0d34-0410-b5e6-96231b3b80d8
* Re-generated for recent changes.John Criswell2003-09-151-28/+34
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8526 91177308-0d34-0410-b5e6-96231b3b80d8
* manually add the llvm-ar stuff. this should be regeneratedChris Lattner2003-09-131-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8507 91177308-0d34-0410-b5e6-96231b3b80d8
* Caught a few misses in the last modification.John Criswell2003-09-121-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8500 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated for the re-organization of llvm/test/Programs/MultiSource.John Criswell2003-09-121-164/+176
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8499 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the SetjmpLongjmp Makefile.John Criswell2003-09-111-28/+34
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8486 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-111-28/+64
| | | | | | | | | | | directory. Added Makefile.spec to the list of files to copy to the object directory. Moved the configuration of $SourceDir to Makefile.config and corrected the conditional that surrounds it. This allows SPEC to reset it and get the correct VPATH. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8475 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated to reflect the new locations of SingleSource tests.John Criswell2003-09-101-37/+61
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8447 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerated for Chris's updates, which adds several runtime libraryJohn Criswell2003-09-101-1487/+1976
| | | | | | | directories. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8439 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Makefiles for directories that no longer exist.John Criswell2003-09-091-2042/+1487
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8423 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin of autoconf-style object root.John Criswell2003-09-061-55/+1136
| | | | | | | | Copies Makefiles into the new object root directory from the source directory. Removed the --with-objroot option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8384 91177308-0d34-0410-b5e6-96231b3b80d8
* Added code to check for python and qmtest.John Criswell2003-08-251-30/+180
| | | | | | | Added code that verifies that GCC is version 3.0 or higher. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8141 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed the default location of OBJ_ROOT to follow these rules:John Criswell2003-07-311-2/+8
| | | | | | | | | | 1. If USER is defined and localhome/$USER is a directory, set OBJ_ROOT to /localhome/$USER 2. Otherwise, set OBJ_ROOT to . This should hopefully fix the nightly tester. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7451 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable JIT when the platform supports it.John Criswell2003-07-291-15/+39
| | | | | | | | | Select /localhome/$USER when it exists. Fix the checks for bidirectional and forward iterators so that they work with version of GCC prior to 3.x. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7383 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed libtool to mklib for your tab completion pleasure.John Criswell2003-07-231-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7255 91177308-0d34-0410-b5e6-96231b3b80d8
* Repaired the --enable and --disable options.John Criswell2003-07-221-25/+59
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7239 91177308-0d34-0410-b5e6-96231b3b80d8
* Made some corrections to the enable-llc_diffs option.John Criswell2003-07-221-30/+46
| | | | | | | This should keep it from breaking for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7236 91177308-0d34-0410-b5e6-96231b3b80d8
* Generated a new configure script.John Criswell2003-07-221-1333/+1820
| | | | | | | | This script uses files within the new autoconf subdirectory and includes changes from Brian Gaeke's recent changes to configure.ac. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7235 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in changes from PRE101 in the prerelease branch.John Criswell2003-07-141-1916/+11975
| | | | | | | | | | | | Specifically, this updates libtool to version 1.5 and adds the following: - Added the -only-static option that we added in our previous libtool. - Modified the autoconf macros so that libtool uses the -G option when linking on Solaris. This allows libraries with global variables with constructors to automatically run those constructors when the library is dlopened(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7171 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the --enable-profiling option (again).John Criswell2003-07-021-15/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7078 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the ARCH variable so that some of the Makefiles can perform actions basedJohn Criswell2003-07-011-4/+14
| | | | | | | 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
* Removed the --enable-verbose option.John Criswell2003-06-301-15/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7019 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-0/+12628
system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7014 91177308-0d34-0410-b5e6-96231b3b80d8