diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-23 17:52:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-23 17:52:38 +0000 |
commit | a896b08b5c8c1386bd010248524e5d0951c51972 (patch) | |
tree | c520f86dffda4fe4d844513e64d08fc74c409e8b /llvm/tools/gccas | |
parent | 2a77d8a7aa79ac4dd2ccda43c655a28c374be7c5 (diff) | |
download | bcm5719-llvm-a896b08b5c8c1386bd010248524e5d0951c51972.tar.gz bcm5719-llvm-a896b08b5c8c1386bd010248524e5d0951c51972.zip |
*** empty log message ***
llvm-svn: 3002
Diffstat (limited to 'llvm/tools/gccas')
-rw-r--r-- | llvm/tools/gccas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/gccas/Makefile b/llvm/tools/gccas/Makefile index 4bef2b1152f..b268edc9c2c 100644 --- a/llvm/tools/gccas/Makefile +++ b/llvm/tools/gccas/Makefile @@ -1,6 +1,7 @@ LEVEL = ../.. TOOLNAME = gccas -USEDLIBS = asmparser bcwriter transforms scalaropts analysis target transformutils ipa vmcore support +USEDLIBS = asmparser bcwriter transforms.a scalaropts.a analysis.a target.a \ + transformutils.a ipa.a vmcore support.a include $(LEVEL)/Makefile.common |