Skip to content

Commit

Permalink
crosstool-arm.mk: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWiesel committed Jan 23, 2018
1 parent 1c55d42 commit bb0dd8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/crosstool-arm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ CROSSTOOL_NG_VER = 1dbb06f2
CROSSTOOL_NG_SOURCE = crosstool-ng-$(CROSSTOOL_NG_VER).tar.bz2
CROSSTOOL_NG_URL = https://github.com/crosstool-ng/crosstool-ng.git

$(ARCHIVE)/$(CROSSTOOL_NG_SOURCE):
$(SCRIPTS_DIR)/get-git-archive.sh $(CROSSTOOL_NG_URL) $(CROSSTOOL_NG_VER) $(notdir $@) $(ARCHIVE)

CUSTOM_KERNEL = $(ARCHIVE)/$(KERNEL_SRC)
CUSTOM_KERNEL_VER = $(KERNEL_VER)-arm

ifeq ($(wildcard $(CROSS_BASE)/build.log.bz2),)
CROSSTOOL = crosstool
crosstool: crosstool-ng

$(ARCHIVE)/$(CROSSTOOL_NG_SOURCE):
$(SCRIPTS_DIR)/get-git-archive.sh $(CROSSTOOL_NG_URL) $(CROSSTOOL_NG_VER) $(notdir $@) $(ARCHIVE)

crosstool-ng: directories $(ARCHIVE)/$(KERNEL_SRC) $(ARCHIVE)/$(CROSSTOOL_NG_SOURCE)
make $(BUILD_TMP)
if [ ! -e $(CROSS_BASE) ]; then \
Expand Down

0 comments on commit bb0dd8a

Please sign in to comment.