diff options
-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 56f2480b07..26e2c46063 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -2,6 +2,6 @@ LEVEL = ../.. TOOLNAME = gccas USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \ - target.a transformutils ipa vmcore support.a + target.a transformutils ipa datastructure vmcore support.a include $(LEVEL)/Makefile.common |