diff options
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r-- | tools/gccas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 8359a76..32c10c8 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = gccas USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \ - LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ + LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils.a \ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common |