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
|