diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/analyze/Makefile | 2 | ||||
-rw-r--r-- | tools/gccas/Makefile | 2 | ||||
-rw-r--r-- | tools/opt/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index ebf137a..6dfdc3d 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis transforms support +USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis ipa transforms support include $(LEVEL)/Makefile.common diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 633e810..144f9cb 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = gccas -USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms vmcore asmwriter support +USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms ipa vmcore asmwriter support include $(LEVEL)/Makefile.common diff --git a/tools/opt/Makefile b/tools/opt/Makefile index f30a009..073cc0e 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \ - ipo target analysis transforms vmcore support + ipo ipa target analysis transforms vmcore support include $(LEVEL)/Makefile.common |