search for: 3456789

Displaying 9 results from an estimated 9 matches for "3456789".

2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
...is seems to work for Darwin/x86: 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"...
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...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 > +    # llvm-gcc can default to x86_64 code generation, avoid that >      if test "${build}" = "${host}"; then > -      CC=&qu...
2009 Aug 14
2
[LLVMdev] Lost target in Triple
I add solaris and pic16. And add support for mingw. -- Yours sincerely, Yonggang Luo -------------- next part -------------- A non-text attachment was scrubbed... Name: lostTriple.patch Type: application/octet-stream Size: 2637 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090814/f44ee795/attachment.obj>
2009 Aug 14
0
[LLVMdev] Lost target in Triple
Hello > I add solaris and pic16. > And add support for mingw. Mingw part is not ok. The proper rules should be: i[[3456789]]86-*-mingw32* => mingw32 x86_64-*-mingw* => mingw64 -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Aug 14
2
[LLVMdev] Lost target in Triple
...and mingw64 with mingw, because we can distinguish them with arch(i386,amd64) 2009/8/15, Anton Korobeynikov <anton at korobeynikov.info>: > Hello > >> I add solaris and pic16. >> And add support for mingw. > Mingw part is not ok. The proper rules should be: > > i[[3456789]]86-*-mingw32* => mingw32 > x86_64-*-mingw* => mingw64 > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > -- 从我的移动设备发送 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...> 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=&qu...
2010 Jun 15
4
Unable to pickup an extension, tryi
Hi! > How to do this ?? > To proceed with your answer on PICKUPMARK, where do I put this ??? Look at the example for Asterisk 1.4 on this page: http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup Philipp
2009 Aug 15
0
[LLVMdev] Lost target in Triple
>> Mingw part is not ok. The proper rules should be: >> >> i[[3456789]]86-*-mingw32* => mingw32 >> x86_64-*-mingw* => mingw64 I add support for pic16, // PIC16: pic16 Solaris, For the consistency and simplicity, and merge MinGW32 and MinGW64 to MinGW. And some change in Triple.cpp for the clang project. -- Yours sincerely, Yonggang Luo...
2007 Dec 27
2
[LLVMdev] llvm-gcc-4.2 and gfortran
Anton, Doh! It appears that *-*-darwin* is preset in configure to not build libgfortran... # APPLE LOCAL end ARM darwin target powerpc-*-darwin* | i[3456789]86-*-darwin*) noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof" noconfigdirs="$noconfigdirs sim target-rda" # LLVM LOCAL begin noconfigdirs="$noconfigdirs target-boehm-gc target-libffi" noconfigdirs="$noconfigdirs target-libgfo...