search for: dstroot

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

Did you mean: destroot
2008 Oct 21
4
[LLVMdev] Replacing llvm-gcc in Xcode 3.1.1 with svn version
...2. Build llvm-gcc # cd llvm-gcc # make clean # rm -rf build # mkdir -p build/obj build/dst build/sym # (NOTE: I don't want PowerPC code) # gnumake install RC_OS=macos RC_ARCHS="i386" TARGETS="i386 x86_64" SRCROOT=`pwd` OBJROOT=`pwd`/build/obj DSTROOT=`pwd`/build/dst SYMROOT=`pwd`/build/sym 3. Replace old llvm-gcc with new one # rm -rf /Developer/usr/llvm-gcc-4.2 # ditto build/dst / ------ rest only once ------- 4. Fix libLTOs # rm /Developer/usr/lib/libLTO.dylib # ln -sf /Developer/usr/local/lib/libLTO.dylib /Developer...
2008 Nov 07
0
[LLVMdev] Missing file: clang.vdproj
Martinez, Javier E a écrit : > Hello, > > > > The Clang Visual Studio solution was modified yesterday. A reference to > the file clang.vdproj was added but the file does not appear to be in > the repository. Was this file missed during commit? The file is expected > to be in llvm_trunk\clang\ > The file should be in the clang repository, not the llvm one and be
2008 Nov 07
2
[LLVMdev] Missing file: clang.vdproj
Hello, The Clang Visual Studio solution was modified yesterday. A reference to the file clang.vdproj was added but the file does not appear to be in the repository. Was this file missed during commit? The file is expected to be in llvm_trunk\clang\ Thanks, Javier -------------- next part -------------- An HTML attachment was scrubbed... URL: