summaryrefslogtreecommitdiff
path: root/cross_toolset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross_toolset/Makefile')
-rw-r--r--cross_toolset/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/cross_toolset/Makefile b/cross_toolset/Makefile
index 5b80d7bc4601..24484930846f 100644
--- a/cross_toolset/Makefile
+++ b/cross_toolset/Makefile
@@ -6,15 +6,6 @@
SHELL=/usr/bin/env bash
include ../config_build.mk
-#
-# Bootstap
-#
-$(WORKDIR)/bootstrap:
- @cd $(SRC_ROOT) && ./bootstrap
- @mkdir -p $(dir $@) && touch $@
-
-bootstrap: $(WORKDIR)/bootstrap
-
.PHONY : build
build: