1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Adjust this per the changes to the configuration script in the llvm-top module.

llvm-svn: 38521
This commit is contained in:
Reid Spencer 2007-07-11 03:00:11 +00:00
parent 1eaba31f12
commit e65a75d66e

View File

@ -1,2 +1,4 @@
DepModule:
BuildTarget: build-for-llvm-top
ConfigCmd: ./configure --prefix=@INSTALL_PREFIX@ --with-llvmgccdir=@LLVM_TOP@/install
ConfigFile: ./config.status
BuildCmd: make build-for-llvm-top LLVM_TOP=@LLVM_TOP@