From 51cf6426bf2ec569d843418077af59e7080e7f3e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 8 Jul 2007 03:50:22 +0000 Subject: 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 --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a9e7112e3..c61b7e5ef4 100644 --- a/Makefile +++ b/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 + -- cgit v1.2.3