Use .o files instead of .a files for several cases (that don't actually

need them) until other Makefiles can be updated to build archives.

llvm-svn: 3761
This commit is contained in:
Vikram S. Adve 2002-09-16 18:13:12 +00:00
parent c36a816a55
commit 9a056ed4e0
1 changed files with 2 additions and 2 deletions

View File

@ -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