Makefile: Fix the assignment of OPENSBI_CC_XLEN
authorAlistair Francis <alistair.francis@wdc.com>
Fri, 15 Feb 2019 22:56:53 +0000 (14:56 -0800)
committerAnup Patel <anup@brainfault.org>
Sun, 17 Feb 2019 10:51:18 +0000 (16:21 +0530)
commit16426420b5d6bbf16c035503dd7d9eabd91e3f04
treefd732be2d71af0e46697df54dbdcdba231d22d0e
parent3c53950b003af585de66c6eeddcf8cc17eb6c890
Makefile: Fix the assignment of OPENSBI_CC_XLEN

Previously OPENSBI_CC_XLEN was not being correctly assigned either 32 or
64. It also was not assigned before config.mk was parsed. Ensure that it
will always be assigned.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Makefile