| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
attempt to configure for "Unknown" system types.
llvm-svn: 16120
|
|
|
|
|
|
|
|
| |
$BUILD_SRC_ROOT/lib/System/$build which gives us the ability to
configure the lib/System for the current type of operating system.
Also cleaned up some indentation.
llvm-svn: 16082
|
|
|
|
| |
llvm-svn: 16027
|
|
|
|
| |
llvm-svn: 15945
|
|
|
|
|
|
|
| |
Add basic installation directories as AC_DEFINES and AC_SUBST so they can
be used by llvm programs with a simple #include <Config/config.h>
llvm-svn: 15942
|
|
|
|
|
|
| |
PACKAGE_VERSION = "1.3" instead of "[1.3]". Rebuild configure script.
llvm-svn: 15453
|
|
|
|
|
|
|
| |
standards. This is in hopes of fixing configuration problems on
Windows Services for Unix.
llvm-svn: 15132
|
|
|
|
|
|
| |
Patch contributed by Bill Wendling.
llvm-svn: 15053
|
|
|
|
|
|
|
| |
DataTypes.h. So far, it doesn't seem to break Linux, Solaris, or MacOS X.
This should automatically include it for those people who need it.
llvm-svn: 15006
|
|
|
|
| |
llvm-svn: 14335
|
|
|
|
|
|
| |
Added a check for isnan() while I was at it.
llvm-svn: 14333
|
|
|
|
| |
llvm-svn: 14319
|
|
|
|
| |
llvm-svn: 14047
|
|
|
|
| |
llvm-svn: 13976
|
|
|
|
|
|
|
| |
My apologies for changing config.h.in. Now you will all have to
re-configure.
llvm-svn: 13846
|
|
|
|
|
|
|
| |
a hack that allows users to fight through a build if they don't have mmap().
When I get into the office, I'll make something better.
llvm-svn: 13801
|
|
|
|
|
|
| |
macro-to-bind-them-all, called EXTERNAL_BENCHMARK().
llvm-svn: 12994
|
|
|
|
|
|
| |
Make autoconf default to checking to look to see if our funny directory exists
llvm-svn: 12947
|
|
|
|
| |
llvm-svn: 12914
|
|
|
|
| |
llvm-svn: 12635
|
|
|
|
| |
llvm-svn: 11881
|
|
|
|
|
|
| |
recent Makefile additions to the list
llvm-svn: 11866
|
|
|
|
|
|
| |
MRegisterInfo::is{Physical,Virtual}Register.
llvm-svn: 11849
|
|
|
|
| |
llvm-svn: 11809
|
|
|
|
|
|
| |
AC_OUTPUT.
llvm-svn: 11777
|
|
|
|
| |
llvm-svn: 11771
|
|
|
|
| |
llvm-svn: 11769
|
|
|
|
| |
llvm-svn: 11763
|
|
|
|
| |
llvm-svn: 11751
|
|
|
|
|
|
| |
installation of Povray (and not do anything for people who don't have it).
llvm-svn: 11680
|
|
|
|
| |
llvm-svn: 11660
|
|
|
|
|
|
|
| |
has source code corrections and some input files pre-filtered for use
with the LLVM test suite.
llvm-svn: 11498
|
|
|
|
|
|
| |
Makefile.config (ENDIAN variable is set to big or little).
llvm-svn: 11398
|
|
|
|
| |
llvm-svn: 11295
|
|
|
|
|
|
| |
appropriate "force C++" command-line option.
llvm-svn: 10963
|
|
|
|
|
|
| |
Makefile.config as SHLIBEXT.
llvm-svn: 10932
|
|
|
|
| |
llvm-svn: 10901
|
|
|
|
|
|
| |
Chris has helpfully expunged.
llvm-svn: 10873
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove checks for many common Unix programs. Our build process currently
assumes they are there and makes no provisions for any other world-views.
(We can add some of these checks back at some later time if it should prove
useful, but right now, we do not need to check to see whether "rm" exists.)
Remove checks for many common standard C headers and functions. We assume
ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h>
headers, so these checks will not help anything.
Edit configure's warning messages for clarity and content.
Change checks for "optional" programs to default to using "true" instead of
"false", so that a failure to find, e.g., etags, will be less likely to result
in make failing.
No longer shall we check for --enable-purify or --with-purify options.
No longer shall we propagate these to the Makefiles.
configure regenerated using autoconf-2.57.
Please feel free to send me any questions or comments you have. :-)
llvm-svn: 10814
|
|
|
|
| |
llvm-svn: 10564
|
|
|
|
| |
llvm-svn: 10516
|
|
|
|
| |
llvm-svn: 10436
|
|
|
|
|
|
| |
Regenerated configure w/ autoconf-2.57.
llvm-svn: 10293
|
|
|
|
|
|
|
| |
The autoconf program will generate a warning about how we should use a
literal in AC_CONFIG_SUBDIRS. This warning can be ignored.
llvm-svn: 10222
|
|
|
|
|
|
|
|
| |
object tree if it is missing. This means that new Makefiles should get
picked up automagically, requiring less bothersome re-configuring after
updates.
llvm-svn: 10209
|
|
|
|
| |
llvm-svn: 10190
|
|
|
|
| |
llvm-svn: 10056
|
|
|
|
|
|
|
|
| |
Set OS (build OS) and ARCH (target arch) based on the proper elements (SYSTEM,
and CPU, respectively) of the CPU-COMPANY-SYSTEM tuples.
Add OS and ARCH settings for PowerPC/Darwin (Mac OS X).
llvm-svn: 10047
|
|
|
|
|
|
|
| |
Only warn if python version is not right; don't abort.
Add sanity checks for --with-llvmgccdir, with a big warning message at the end.
llvm-svn: 10024
|
|
|
|
|
|
| |
imaginary.
llvm-svn: 9941
|