search for: gcc_tooldir

Displaying 3 results from an estimated 3 matches for "gcc_tooldir".

2007 Sep 19
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...) -( cd $(DESTDIR)$(bindir) && \ - $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version) ) + $(LN) $(GCC_INSTALL_NAME)$(exeext) $(GCC_TARGET_INSTALL_NAME)-$(version) ) -if [ -f gcc-cross$(exeext) ] ; then \ if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \ rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ This just lets you put the configure-specified prefix llvm- in front of the binary, and subquently doesn't cause problem's with apple's gcc. I just checked out the latest llvm-gcc binaries, but it doesn&...
2007 Sep 19
4
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...bindir) && \ > - $(LN) $(GCC_INSTALL_NAME)$(exeext) > $(target_noncanonical)-gcc-$(version) ) > + $(LN) $(GCC_INSTALL_NAME)$(exeext) > $(GCC_TARGET_INSTALL_NAME)-$(version) ) > -if [ -f gcc-cross$(exeext) ] ; then \ > if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \ > rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ > > This just lets you put the configure-specified prefix llvm- in > front of > the binary, and subquently doesn't cause problem's with apple's gcc. I > just checked out the latest llv...
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