Commit b09dc206 authored by Tim Gardner's avatar Tim Gardner

UBUNTU: [Debian] Prepare to build using arch specific compiler

Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 927c8329
...@@ -10,6 +10,11 @@ build_cd = ...@@ -10,6 +10,11 @@ build_cd =
build_O = O=$(builddir)/build-$* build_O = O=$(builddir)/build-$*
endif endif
# Typically supplied from the arch makefile, e.g., debian.master/control.d/armhf.mk
ifneq ($(gcc),)
kmake += CC=$(CROSS_COMPILE)$(gcc)
endif
$(stampdir)/stamp-prepare-%: config-prepare-check-% $(stampdir)/stamp-prepare-%: config-prepare-check-%
@echo Debug: $@ @echo Debug: $@
@touch $@ @touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment