mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
24bcbdd155
llvm-svn: 3002
8 lines
200 B
Makefile
8 lines
200 B
Makefile
LEVEL = ../..
|
|
|
|
TOOLNAME = gccld
|
|
USEDLIBS = ipo.a analysis.a transforms.a ipa.a scalaropts.a transformutils.a \
|
|
target.a bcreader bcwriter vmcore support.a
|
|
|
|
include $(LEVEL)/Makefile.common
|