search for: 74729

Displaying 4 results from an estimated 4 matches for "74729".

Did you mean: 4729
2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
...+). The patches to do this are short. In the LLVM tree, this suffices; it looks for LLVM-GCC first, and if that fails, falls back to GCC: Index: llvm.test/autoconf/configure.ac =================================================================== --- llvm.test/autoconf/configure.ac (revision 74729) +++ llvm.test/autoconf/configure.ac (working copy) @@ -601,8 +601,8 @@ dnl Check for compilation tools AC_PROG_CPP -AC_PROG_CC(gcc) -AC_PROG_CXX(g++) +AC_PROG_CC([llvm-gcc gcc]) +AC_PROG_CXX([llvm-g++ g++]) AC_PROG_NM AC_SUBST(NM) Likewise, in our LLVM-GCC tree, this seems to work...
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...this are short. In the LLVM tree, this suffices; it > looks for LLVM-GCC first, and if that fails, falls back to GCC: > > Index: llvm.test/autoconf/configure.ac > =================================================================== > --- llvm.test/autoconf/configure.ac (revision 74729) > +++ llvm.test/autoconf/configure.ac (working copy) > @@ -601,8 +601,8 @@ > > dnl Check for compilation tools > AC_PROG_CPP > -AC_PROG_CC(gcc) > -AC_PROG_CXX(g++) > +AC_PROG_CC([llvm-gcc gcc]) > +AC_PROG_CXX([llvm-g++ g++]) > > AC_PROG_NM > AC_SUBST(NM)...
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
On Mon, Jul 6, 2009 at 3:47 PM, Stuart Hastings<stuart at apple.com> wrote: =================================================================== > --- llvm-gcc.test/configure.in  (revision 74729) > +++ llvm-gcc.test/configure.in  (working copy) > @@ -993,10 +993,10 @@ >    # APPLE LOCAL begin dynamic-no-pic >    i[[3456789]]86-*-darwin*) >      host_makefile_frag="config/mh-x86-darwin" > -    # gcc can default to x86_64 code generation, avoid that > +    # ll...
2008 Jan 26
14
Introducing facebooker.yml
If you are using facebooker as a plugin, you can now have all your configuration in one place, namely config/facebooker.yml. You can create this file with rake facebooker:setup. It is also generated when you install it as a plugin. It has a similar setup to database.yml with sections for each environment. You can also configure your ssh reverse tunnels. If you are upgrading, make sure to