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
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
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
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.
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
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 +
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 --
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)
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
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
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
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
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
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
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)
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/
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
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
18 matches
Mail list logo