aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8c39db4..36bb730 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -203,8 +203,13 @@ all: build
ifeq ($(ENABLE_GRAPHITE),yes)
build: install-host-cloog
endif
+ifneq (, $(findstring android,$(cur_target)))
build: build-target-binutils build-host-libbfd build-target-gcc \
build-target-gdb remove-bionic
+else
+build: build-target-binutils build-host-libbfd build-bootstrap-gcc \
+ install-bootstrap-gcc build-target-gdb
+endif
install: install-target-binutils install-host-libbfd install-target-gcc \
install-target-gdb