Problem: configure in 32bit userspace running on 64bit kernel is trying to compile tcc for ARCH=x86_64. Expecting behavior: to configure a tcc for ARCH=x86
This patch will allow to specify/configure a target cpu. Examples:
ARCH=x86 ./configure
ARCH=x86_64 ./configure
If ARCH is not specified then try to detect a current cpu type by
examining arch of the host_cc.
2014-12-30-1-configure-arch.patch
Description: Binary data
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
