diff options
-rw-r--r-- | tools/opt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index aea04ac..2406887 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -2,8 +2,8 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths \ - sparc.a target.a mapping.a regalloc.a sched.a select.a preselect \ - livevar.a sparc.a scalaropts \ + sparc target.a mapping regalloc.a sched select preselect \ + livevar sparc scalaropts \ ipo ipa.a datastructure.a transforms target.a analysis \ transformutils vmcore support TOOLLINKOPTS = -ldl |