Changeset 1633 for trunk/lib/Makefile.am
- Timestamp:
- 07/29/10 14:50:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/lib/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile.am
r1592 r1633 87 87 # Rules to build the llvm .cc file from a C description of each opcode. 88 88 bpf-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 $@ 90 90 91 91 bpf-jit/bpf-opcodes.llvm.cc: bpf-jit/bpf-opcodes.llvm.bc
Note: See TracChangeset
for help on using the changeset viewer.
