Commit 9b074d6e authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: export CROSS_COMPILE

This is needed to build sdb-lib for the target, in case you rely on
the default value for CROSS_COMPILE instead of using the environment
variable.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent af20e7e9
# Tomasz Wlostowski for CERN, 2011,2012
CROSS_COMPILE ?= lm32-elf-
export CROSS_COMPILE
CC = $(CROSS_COMPILE)gcc
LD = $(CROSS_COMPILE)ld
......
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