[llvm-branch-commits] [llvm-gcc-branch] r91340 - in /llvm-gcc-4.2/branches/Apple/Zoidberg: configure gcc/llvm-convert.cpp
Eric Christopher
echristo at apple.com
Mon Dec 14 13:56:43 PST 2009
On Dec 14, 2009, at 1:53 PM, Jim Grosbach wrote:
> Modified: llvm-gcc-4.2/branches/Apple/Zoidberg/configure
> URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Zoidberg/configure?rev=91340&r1=91339&r2=91340&view=diff
>
> ==============================================================================
> --- llvm-gcc-4.2/branches/Apple/Zoidberg/configure (original)
> +++ llvm-gcc-4.2/branches/Apple/Zoidberg/configure Mon Dec 14 15:53:03 2009
> @@ -1834,10 +1834,10 @@
> i[3456789]86-*-darwin*)
> host_makefile_frag="config/mh-x86-darwin"
> # gcc can default to x86_64 code generation, avoid that
> - if test "${build}" = "${host}"; then
> - CC="${CC-gcc} -m32"
> - CXX="${CXX-g++} -m32"
> - fi
> + #if test "${build}" = "${host}"; then
> + # CC="${CC-gcc} -m32"
> + # CXX="${CXX-g++} -m32"
> + #fi
> ;;
> # APPLE LOCAL end dynamic-no-pic
Don't think you meant to commit this no?
-eric
More information about the llvm-branch-commits
mailing list