8b17219e7d
While you can construct a compile command that does work using the x86_64 host compiler that most people use this is flakey. Different distros handle this is different ways so we default to using a known good i386 compiler via docker. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
10 lines
223 B
Makefile
10 lines
223 B
Makefile
#
|
|
# Makefile.include for all i386
|
|
#
|
|
# There is enough brokeness in x86_64 compilers that we don't default
|
|
# to using the x86_64 system compiler for i386 binaries.
|
|
#
|
|
|
|
DOCKER_IMAGE=fedora-i386-cross
|
|
DOCKER_CROSS_COMPILER=gcc
|