search for: build_tooldir

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

2006 May 07
0
[LLVMdev] Configuring for the cfrontend build on Mingw
...ings for the --exec-prefix and --target options supplied to configure. These two values are combined to create the FLAGS_FOR_TARGET variable that gets propagated to the later build phases: The paths are built up as follows (see configure for details) FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include' where: build_tooldir = $tooldir and where: tooldir = '${exec_prefix}'/${target_alias} and finally where: $target_alias = $target 7. It would seem that I might possibly sol...
2008 Dec 16
0
[LLVMdev] ICE while building llvm-gcc
On Dec 16, 2008, at 10:34 AM, Jeffrey Yasskin wrote: > I'm on OSX 10.5, trying to build a svn checkout of llvm-gcc. I've also > checked out llvm. Both are synced to r61075. hi Jeffrey, This patch should have fixed the problem: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081215/071210.html Please update and try again, sorry for the breakage! -Chris
2008 Dec 17
2
[LLVMdev] ICE while building llvm-gcc
....2/trunk/obj/../install/sbin" "sharedstatedir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/com" "sysconfdir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/etc" "tooldir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/i686-apple-darwin9" "build_tooldir=/Users/jyasskin/src/llvm-gcc-4.2/trunk/obj/../install/i686-apple-darwin9" "target_alias=i686-apple-darwin9" "BISON=bison" "CC_FOR_BUILD=gcc -m32" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=g++ -m32" "EXPECT=expect" "FLEX=flex"...
2008 Dec 16
2
[LLVMdev] ICE while building llvm-gcc
I'm on OSX 10.5, trying to build a svn checkout of llvm-gcc. I've also checked out llvm. Both are synced to r61075. I'm using Apple's gcc 4.0.1: $ gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5488~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++