mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Install things needed by llvm-top to allow successful building
of llvm from that level. llvm-svn: 38423
This commit is contained in:
parent
3b27649f0f
commit
786fdee6e5
8
Makefile
8
Makefile
@ -128,4 +128,12 @@ show-footprint:
|
|||||||
$(Verb) du -sk $(ExmplDir)
|
$(Verb) du -sk $(ExmplDir)
|
||||||
$(Verb) du -sk $(ObjDir)
|
$(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
|
.PHONY: srpm rpm
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
BuildTarget: tools-only
|
|
||||||
DepModule:
|
DepModule:
|
||||||
|
BuildTarget: build-for-llvm-top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user