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 9ff0343..37404d4 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = gccas USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \ - target.a transformutils vmcore support.a + target.a transformutils vmcore support.a LLVMsystem.a include $(LEVEL)/Makefile.common |