summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 8bb6c47a4b..92d85ca763 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -2,14 +2,11 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc mapping regalloc.a sched select codegen preopts \
- postopts.a \
- livevar scalaropts \
- ipo ipa.a datastructure transforms target.a analysis ipa.a \
+ sparc mapping regalloc.a sched select codegen preopts \
+ postopts.a livevar scalaropts \
+ ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
-KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
-