Changeset 1633 for trunk/lib/Makefile.am


Ignore:
Timestamp:
07/29/10 14:50:46 (3 years ago)
Author:
salcock
Message:
  • Detection of LLVM is no longer automatic - the user explicitly has to ask for it.
  • Added rules to detect other necessary LLVM components, such as llvm-gcc and the boost libraries
  • Since we check for llvm-gcc explicitly, we can avoid the assumption that it is in the same dir as llvm-config (which it isn't in some installs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile.am

    r1592 r1633  
    8787# Rules to build the llvm .cc file from a C description of each opcode. 
    8888bpf-jit/bpf-opcodes.llvm.bc: bpf-jit/bpf-opcodes.c 
    89         `$(LLVM_CONFIG) --bindir`/llvm-gcc -std=c99 -c -O0 -emit-llvm $< -o $@ 
     89        $(LLVM_GCC) -std=c99 -c -O0 -emit-llvm $< -o $@ 
    9090 
    9191bpf-jit/bpf-opcodes.llvm.cc: bpf-jit/bpf-opcodes.llvm.bc 
Note: See TracChangeset for help on using the changeset viewer.