Install i386 headers in /usr/include/i386 and include their contents
in place of the amd64 headers where required. In most cases, rely on
the same header guards being used to cause the amd64 body to be
ignored.
With this it is possible to compile all libraries and csu bits for
i386 against an amd64 sysroot using -m32.