search for: host_makefile_frag

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

2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
...86: Index: llvm-gcc.test/configure.in =================================================================== --- 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 + # llvm-gcc can default to x86_64 code generation, avoid that if test "${build}" = "${host}"; then - CC="${CC-gcc} -m32" - CXX="${CXX-g++} -m32"...
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...gt; 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 > +    # llvm-gcc can default to x86_64 code generation, avoid that >      if test "${build}" = "${host}"; then > -      CC="${CC-gcc} -m32" > -      CXX=&quo...
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...ure.in > =================================================================== > --- 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 > + # llvm-gcc can default to x86_64 code generation, avoid that > if test "${build}" = "${host}"; then > - CC="${CC-gcc} -m32" > - CXX=&quo...