aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a9e711..c61b7e5 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
+