tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH] allow to tell a target ARCH to a configure script


From: Sergey Korshunoff
Subject: [Tinycc-devel] [PATCH] allow to tell a target ARCH to a configure script
Date: Tue, 30 Dec 2014 11:05:15 +0300

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.

Attachment: 2014-12-30-1-configure-arch.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]