search for: naromero

Displaying 8 results from an estimated 8 matches for "naromero".

2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
Here is some more info: [naromero:~/pmr] naromero% llvm-gcc -v Using built-in specs. Target: x86_64-apple-darwin10 Configured with: ../llvm-gcc-4.2-2.9.source/configure --prefix=/opt/local --host=x86_64-apple-darwin10 --enable-llvm=/opt/local --enable-languages=c,c++,objc,obj-c++,fortran --libdir=/opt/local/lib/llvm-gcc42 --include...
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
The -arch option is handled by Apple's "driver-driver", and the MacPorts build is probably not using that. See the driverdriver.c source file in llvm-gcc for details. On Aug 22, 2011, at 3:08 PM, Nichols A. Romero wrote: > Here is some more info: > > [naromero:~/pmr] naromero% llvm-gcc -v > Using built-in specs. > Target: x86_64-apple-darwin10 > Configured with: ../llvm-gcc-4.2-2.9.source/configure > --prefix=/opt/local --host=x86_64-apple-darwin10 > --enable-llvm=/opt/local --enable-languages=c,c++,objc,obj-c++,fortran > --libdir=/opt/...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...chols: You might want to talk to the llvm-gcc port maintainer. There's nothing obviously wrong other than it not working for you so I'm not sure what's going on. -eric > On Aug 22, 2011, at 3:08 PM, Nichols A. Romero wrote: > >> Here is some more info: >> >> [naromero:~/pmr] naromero% llvm-gcc -v >> Using built-in specs. >> Target: x86_64-apple-darwin10 >> Configured with: ../llvm-gcc-4.2-2.9.source/configure >> --prefix=/opt/local --host=x86_64-apple-darwin10 >> --enable-llvm=/opt/local --enable-languages=c,c++,objc,obj-c++,fortran...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...rmat-zero-length -fno-strict-aliasing -mmacosx-version-min=10.5 -fno-stack-protector \ -O -S -o auxprogs/genoffsets.s \ auxprogs/genoffsets.c On Mon, Aug 22, 2011 at 4:39 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Mon, Aug 22, 2011 at 2:34 PM, Nichols A. Romero <naromero at gmail.com> wrote: >> Hi, >> >> I apologize if I am not asking on the right mailing list. >> >> I am using the llvm-gcc4.2 from MacPorts. >> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >> >> llvm-gcc does not seem to a...
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
...aliasing -mmacosx-version-min=10.5 > -fno-stack-protector \ > -O -S -o auxprogs/genoffsets.s \ > auxprogs/genoffsets.c > > On Mon, Aug 22, 2011 at 4:39 PM, Eli Friedman <eli.friedman at gmail.com> wrote: >> On Mon, Aug 22, 2011 at 2:34 PM, Nichols A. Romero <naromero at gmail.com> wrote: >>> Hi, >>> >>> I apologize if I am not asking on the right mailing list. >>> >>> I am using the llvm-gcc4.2 from MacPorts. >>> https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile >>> >&...
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
...o the llvm-gcc port maintainer. There's nothing obviously wrong other than it not working for you so I'm not sure what's going on. > > -eric > >> On Aug 22, 2011, at 3:08 PM, Nichols A. Romero wrote: >> >>> Here is some more info: >>> >>> [naromero:~/pmr] naromero% llvm-gcc -v >>> Using built-in specs. >>> Target: x86_64-apple-darwin10 >>> Configured with: ../llvm-gcc-4.2-2.9.source/configure >>> --prefix=/opt/local --host=x86_64-apple-darwin10 >>> --enable-llvm=/opt/local --enable-languages=c,c++,...
2011 Aug 22
0
[LLVMdev] llvm-gcc and -march
On Mon, Aug 22, 2011 at 2:34 PM, Nichols A. Romero <naromero at gmail.com> wrote: > Hi, > > I apologize if I am not asking on the right mailing list. > > I am using the llvm-gcc4.2 from MacPorts. > https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile > > llvm-gcc does not seem to accept the -march flag. This is t...
2011 Aug 22
3
[LLVMdev] llvm-gcc and -march
Hi, I apologize if I am not asking on the right mailing list. I am using the llvm-gcc4.2 from MacPorts. https://trac.macports.org/browser/trunk/dports/lang/llvm-gcc42/Portfile llvm-gcc does not seem to accept the -march flag. This is the error, I got: cc1: error: unrecognized command line option "-march" The port developer asked me to find out if this is a known issue. -- Nichols