search for: mxo

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

Did you mean: mx
2009 Oct 25
2
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
.../llvm/llvm-2.6/include - I/build/codegen.build/DerivedSources -DLUA_USE_MACOSX -DLUA_USE_DLOPEN -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -include /macho- prefix.pch -c /llvm/gen_codegen.cpp -o /build/codegen.build/Objects- normal/i386/gen_codegen.o Ld "/sysbuild/Development/codegen.mxo/Contents/MacOS/codegen" normal i386 cd /llvm setenv MACOSX_DEPLOYMENT_TARGET 10.4 /Developer/usr/bin/g++-4.0 -arch i386 -bundle -isysroot / Developer/SDKs/MacOSX10.4u.sdk -L/build/Development -L/llvm-2.6/ lib_osx -F/build/Development -filelist /build/codegen.build/Objects-...
2009 Oct 25
0
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...ld/codegen.build/DerivedSources - > DLUA_USE_MACOSX -DLUA_USE_DLOPEN -D__STDC_LIMIT_MACROS - > D__STDC_CONSTANT_MACROS -include /macho-prefix.pch -c /llvm/ > gen_codegen.cpp -o /build/codegen.build/Objects-normal/i386/ > gen_codegen.o > > Ld "/sysbuild/Development/codegen.mxo/Contents/MacOS/codegen" normal > i386 > cd /llvm > setenv MACOSX_DEPLOYMENT_TARGET 10.4 > /Developer/usr/bin/g++-4.0 -arch i386 -bundle -isysroot / > Developer/SDKs/MacOSX10.4u.sdk -L/build/Development -L/llvm-2.6/ > lib_osx -F/build/Development -filelist /bui...
2009 Jan 14
0
[LLVMdev] quick q configuring osx
Hi, For the record, adding UNIVERSAL_SDK_PATH=/Developer/SDKs/MacOSX10.4u.sdk/ was insufficient to restrict the .a/.o files to link against the 10.4 sdk, but env MACOSX_DEPLOYMENT_TARGET=10.4 make did the trick. Thanks! On Jan 14, 2009, at 1:29 PM, Jean-Daniel Dupas wrote: > > Le 14 janv. 09 à 21:48, Chris Lattner a écrit : > >> >> On Jan 14, 2009, at 12:44 PM,
2009 Jan 14
2
[LLVMdev] quick q configuring osx
Le 14 janv. 09 à 21:48, Chris Lattner a écrit : > > On Jan 14, 2009, at 12:44 PM, Graham Wakefield wrote: > >> Sorry if this is a newb q... I'm developing an application on a >> 10.5 machine but want to target the 10.4 SDK. Is there a magic >> incantation for the llvm configure script to set the sysroot path, >> equivalent to e.g. --with-sysroot