Displaying 2 results from an estimated 2 matches for "bframe4".
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
...ROOT/utils/ include"
LD="p llvm-ld `llvm-config --ldflags --libs all `"
AR="p llvm-ar crvs"
any simplifications or rules of thumb that might help would be greatly
appreciated....
the build proceeds, finishes, and leaves me guessing:
#957$457 Thu 09073022:29:22 jim at bframe4:~/work/inferno
: CC=llvm-gcc-4.2
PATH=/usr/local/inferno/MacOSX/386/bin/:/opt/local/bin:$PATH
./makemk.sh
removing old libraries and binaries
llvm-gcc-4.2 -I/opt/local/include -D_DEBUG -D_GNU_SOURCE
-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -march=i386
--emit-llvm -O0 -c -I/usr/local/infer...
2009 Jul 31
0
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
On Thu, Jul 30, 2009 at 11:03 PM, james
northrup<northrup.james at gmail.com> wrote:
> CC="p llvm-gcc-4.2 `llvm-config --cflags` -march=i386 --emit-llvm -O0
> -c -I$PLAT/include -I$ROOT/include -I$ROOT/utils/ include"
> LD="p llvm-ld `llvm-config --ldflags --libs all `"
> AR="p llvm-ar crvs"
Using llvm-ar+llvm-ld is likely to give you bad