Skip to content
Commit 70cefe76 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Chris Zankel
Browse files

xtensa: Setup CROSS_COMPILE at the top



CROSS_COMPILE must be setup before using e.g. cc-option (and a few other
as-*, cc-*, ld-* macros), else they will check against the wrong compiler
when cross-compiling, and may invoke the cross compiler with wrong or
suboptimal compiler options.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 9ad79b58
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