tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Force gcc for x86_64 --enable-cross


From: grischka
Subject: Re: [Tinycc-devel] Force gcc for x86_64 --enable-cross
Date: Fri, 26 Nov 2010 20:56:16 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Henry Kroll wrote:
Problem: tcc is building i386-win32-tcc as x86_64 even when -m32 is set.
So for now I'm forcing just the --enable-cross to use gcc:

$(MAKE) i386-win32-tcc CC=gcc

I removed references to "config.h" from the libtcc1 files.
http://repo.or.cz/w/tinycc.git/commitdiff/9bd69bf49fb37554d199d0040c81bea009d43092

This should make it possible to compile a cross-libtcc1.a without
moving config.xxx stuff forth and back.

I'd suggest to use just the i386-win32-tcc that is build anyway with
--enable-cross, directly to compile the objects for win32/lib/libtcc1.a.

To resume work on cross-compilers, I will be looking into setting up
some kind of directory scheme as grischka mentioned here:
http://www.mail-archive.com/address@hidden/msg02697.html

Appreciated ;)

--- grischka




reply via email to

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