[llvm-commits] CVS: llvm/Makefile.config.in

2007-04-21 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.75 -> 1.76 --- Log message: Add support for determining which languages the llvm-gcc front end supports. --- Diffs of the changes: (+1 -0) Makefile.config.in |1 + 1 files changed, 1 insertion(+) Index: llvm/Makefile.config.in

Re: [llvm-commits] CVS: llvm/Makefile.config.in Makefile.rules

2007-03-29 Thread Reid Spencer
On Thu, 2007-03-29 at 22:51 -0700, Chris Lattner wrote: > On Mar 29, 2007, at 12:06 PM, Reid Spencer wrote: > > > > > +LLVMMAKE := $(LLVM_SRC_ROOT)/make > > Was this intentional? Erm, probably not :) Its part of the planned makefile changes, which I'm not sure I'm going to do now since we're go

Re: [llvm-commits] CVS: llvm/Makefile.config.in Makefile.rules

2007-03-29 Thread Chris Lattner
On Mar 29, 2007, at 12:06 PM, Reid Spencer wrote: > > +LLVMMAKE := $(LLVM_SRC_ROOT)/make Was this intentional? -Chris > PROJ_bindir := $(DESTDIR)$(PROJ_prefix)/bin > PROJ_libdir := $(DESTDIR)$(PROJ_prefix)/lib > PROJ_datadir:= $(DESTDIR)$(PROJ_prefix)/share > > > Index: llvm/Mak

[llvm-commits] CVS: llvm/Makefile.config.in Makefile.rules

2007-03-29 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.74 -> 1.75 Makefile.rules updated: 1.428 -> 1.429 --- Log message: For PR789: http://llvm.org/PR789 : Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it.

[llvm-commits] CVS: llvm/Makefile.config.in

2007-01-17 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.73 -> 1.74 --- Log message: For PR739: http://llvm.org/PR739 : Support overriding the prefix and DESTDIR variables from the make command line. This makes the makefile system a little more GNU compliant and the feature makes it easier for

[llvm-commits] CVS: llvm/Makefile.config.in configure

2006-12-21 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.72 -> 1.73 configure updated: 1.261 -> 1.262 --- Log message: Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the cc1 and cc1plus executables live. --- Diffs of the changes: (+33 -25) Makefile.config.in |3 +

[llvm-commits] CVS: llvm/Makefile.config.in

2006-12-12 Thread Chris Lattner
Changes in directory llvm: Makefile.config.in updated: 1.70 -> 1.71 --- Log message: Fix a regression that completely broke make install. Instead of installing into /usr/local/bin it would install into /usr/localbin --- Diffs of the changes: (+8 -8) Makefile.config.in | 16 --

[llvm-commits] CVS: llvm/Makefile.config.in

2006-12-09 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.69 -> 1.70 --- Log message: For PR739: http://llvm.org/PR739 : Define a DESTDIR variable and use it to define the various install locations. This allows DESTDIR to be overridden on the command line. --- Diffs of the changes: (+10 -9)

[llvm-commits] CVS: llvm/Makefile.config.in

2006-11-05 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.65 -> 1.66 --- Log message: Get LLVMGCCARCH right regardless of the llvm-gcc version being used. --- Diffs of the changes: (+4 -0) Makefile.config.in |4 1 files changed, 4 insertions(+) Index: llvm/Makefile.config.in diff

[llvm-commits] CVS: llvm/Makefile.config.in

2006-08-07 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.63 -> 1.64 --- Log message: Make the name of the project consistent with that specified in the configure.ac file. This fixes some case-consistency issues between the name of the tarball created by "make dist" and the tarball used for sour

[llvm-commits] CVS: llvm/Makefile.config.in configure

2006-07-27 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.61 -> 1.62 configure updated: 1.242 -> 1.243 --- Log message: For PR848: http://llvm.org/PR848 : 1. Get the path to the pwd binary (/bin/pwd usually) from configure. 2. Use that path to run pwd in all path variables set in Makefile.config

[llvm-commits] CVS: llvm/Makefile.config.in configure

2006-07-27 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.60 -> 1.61 configure updated: 1.241 -> 1.242 --- Log message: Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to

[llvm-commits] CVS: llvm/Makefile.config.in Makefile.rules configure

2006-07-26 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.59 -> 1.60 Makefile.rules updated: 1.390 -> 1.391 configure updated: 1.240 -> 1.241 --- Log message: For PR814: http://llvm.org/PR814 : Provide support for making cross-compiling builds. See the PR for details. Patch provided by Anton Kor

[llvm-commits] CVS: llvm/Makefile.config.in configure

2006-06-20 Thread Evan Cheng
Changes in directory llvm: Makefile.config.in updated: 1.58 -> 1.59 configure updated: 1.238 -> 1.239 --- Log message: Added --with-extra-options=opts to specify additional options to build LLVM and run tests. --- Diffs of the changes: (+21 -1) Makefile.config.in |3 +++ configure

[llvm-commits] CVS: llvm/Makefile.config.in

2006-05-31 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.57 -> 1.58 --- Log message: Support correct build: 1. Capture the ENABLE_THREADS configure variable in Makefile.config 2. Use ENABLE_THREADS to avoid building ParallelJIT if threads are not present. --- Diffs of the changes: (+3 -0)

[llvm-commits] CVS: llvm/Makefile.config.in

2006-04-09 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.56 -> 1.57 --- Log message: Fix a comment. --- Diffs of the changes: (+2 -2) Makefile.config.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/Makefile.config.in diff -u llvm/Makefile.config.in:1.56 llvm/

[llvm-commits] CVS: llvm/Makefile.config.in

2006-04-07 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.54 -> 1.55 --- Log message: For PR723: http://llvm.cs.uiuc.edu/PR723 : - Provide for the include of ENABLE_ASSERTIONS flag from the configuration. - Enhance the documentation for ENABLE_OPTIMIZED --- Diffs of the changes: (+8 -2) Mak

[llvm-commits] CVS: llvm/Makefile.config.in Makefile.rules configure

2005-12-20 Thread Reid Spencer
Changes in directory llvm: Makefile.config.in updated: 1.51 -> 1.52 Makefile.rules updated: 1.335 -> 1.336 configure updated: 1.204 -> 1.205 --- Log message: Implement fix for PR471: http://llvm.cs.uiuc.edu/PR471 : * Add --enable-debug-runtime option, defaults to disabled * Pass the new config