firmware/seabios: fix build on systems with non GNU toolchains
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 2 Jul 2018 08:28:23 +0000 (10:28 +0200)
committerWei Liu <wei.liu2@citrix.com>
Tue, 10 Jul 2018 07:41:53 +0000 (08:41 +0100)
commit1233d253a4cab502e26abef2c7d648788bb722ff
treeff4b824c63b257f3d4459a033cec4146820e40cb
parenta75703b2f0f585a2fc6a7bcdb7d16a61bcf5e6b0
firmware/seabios: fix build on systems with non GNU toolchains

SeaBIOS requires gcc and GNU ld in order to build, so allow setting
SEABIOSCC and SEABIOSLD by the caller when building in order to pass
the path to the compiler and linker that should be used when building
SeaBIOS.

Note that the LD32BIT-y variable was used by FreeBSD builds and is no
longer needed due to the ability to select the LD to use for SeaBIOS
builds, so remove it.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/firmware/Makefile