Displaying 3 results from an estimated 3 matches for "gcc_install_nam".
Did you mean:
gcc_install_name
2007 Sep 19
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...mber who, helped me
out with this patch:
--- ../llvm-gcc4-2.0.source/gcc/Makefile.in.old 2007-08-08
21:09:17.000000000 -0700
+++ ../llvm-gcc4-2.0.source/gcc/Makefile.in 2007-08-08
21:09:39.000000000 -0700
@@ -3658,7 +3658,7 @@
-$(INSTALL_PROGRAM) xgcc$(exeext)
$(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext)
-rm -f $(DESTDIR)$(bindir)/$(GCC_TARGET_INSTALL_NAME)-$(version)
-( cd $(DESTDIR)$(bindir) && \
- $(LN) $(GCC_INSTALL_NAME)$(exeext)
$(target_noncanonical)-gcc-$(version) )
+ $(LN) $(GCC_INSTALL_NAME)$(exeext)
$(GCC_TARGET_INSTALL_NAME)-$(versi...
2007 Sep 19
4
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...atch:
>
> --- ../llvm-gcc4-2.0.source/gcc/Makefile.in.old 2007-08-08
> 21:09:17.000000000 -0700
> +++ ../llvm-gcc4-2.0.source/gcc/Makefile.in 2007-08-08
> 21:09:39.000000000 -0700
> @@ -3658,7 +3658,7 @@
> -$(INSTALL_PROGRAM) xgcc$(exeext)
> $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext)
> -rm -f $(DESTDIR)$(bindir)/$(GCC_TARGET_INSTALL_NAME)-$
> (version)
> -( cd $(DESTDIR)$(bindir) && \
> - $(LN) $(GCC_INSTALL_NAME)$(exeext)
> $(target_noncanonical)-gcc-$(version) )
> + $(LN) $(GCC_INSTALL_NAME)$(exeext)
>...
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers,
The 2.1 pre-release (version 1) is available for testing:
http://llvm.org/prereleases/2.1/version1/
I'm looking for members of the LLVM community to test the 2.1
release. There are 2 ways you can help:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download