blob: be1c3008dd76bef5ad3238e750d590ba02543ac0 (
plain) (
tree)
|
|
#
# 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
|