blob: 7e3012e76a5bbcabb4f4b80345bf39d33dea25d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LEVEL = ../../..
LIBNAME = instr
# We use assert and memset here... and we are linked into the program AFTER final
# link. Because of this, we have to play funny games here. :(
LDFLAGS = /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libgcc.bc \
/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libc.bc
include ../Makefile.libs
|