mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Install things needed by llvm-top to allow successful building
of llvm from that level. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d87a6b29c
commit
51cf6426bf
8
Makefile
8
Makefile
@ -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
Block a user