forked from OSchip/llvm-project
Install things needed by llvm-top to allow successful building
of llvm from that level. llvm-svn: 38423
This commit is contained in:
parent
bbe14ea99f
commit
64a2622682
|
@ -128,4 +128,12 @@ show-footprint:
|
|||
$(Verb) du -sk $(ExmplDir)
|
||||
$(Verb) du -sk $(ObjDir)
|
||||
|
||||
build-for-llvm-top:
|
||||
$(Verb) if test ! -f ./config.status ; then \
|
||||
./configure --prefix="$(LLVM_TOP)/install" \
|
||||
--with-llvm-gcc="$(LLVM_TOP)/llvm-gcc" ; \
|
||||
fi
|
||||
$(Verb) $(MAKE) tools-only
|
||||
|
||||
.PHONY: srpm rpm
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
BuildTarget: tools-only
|
||||
DepModule:
|
||||
BuildTarget: build-for-llvm-top
|
||||
|
|
Loading…
Reference in New Issue