tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Push reproducible builds script? (for windows)


From: Christian JULLIEN
Subject: Re: [Tinycc-devel] Push reproducible builds script? (for windows)
Date: Fri, 29 Sep 2017 13:17:50 +0200 (CEST)

Ok I understand,
What annoys me is that I must install
i686-w64-mingw32-gcc I don't really care just to compile tcc for native Windows while std cygwin/gcc is perfectly able to do the same.
I'll try use main Makefile and see what is actually missing compared to win32/Makefile to produce Windows native tcc for both x86 and x64.

You can remove win32/Makefile if you like, I'll survive w.o. it :o)

C.
Le : 29 septembre 2017 à 10:46 (GMT +02:00)
De : "grischka" <address@hidden>
À : "Christian Jullien" <address@hidden>
Cc : "'avih'" <address@hidden>, "address@hidden" <address@hidden>
Objet : Re: [Tinycc-devel] Push reproducible builds script? (for windows)


Christian Jullien wrote:
> I can try to detect CYGWIN_NT* from main Makefile and recursively call
>
> $(MAKE) -C win32

No, Christian. I finally decided to scrap the win32/Makefile.
It will not be part of the release.

> /cygdrive/f/tinycc$ ./configure

No. As I already wrote, the cross-compiler prefix of cygwin's
"GCC for Win32 Toolchain" (a.k.a. mingw-gcc) needs to be passed
to configure:
configure --cross-prefix=i686-w64-mingw32-
or
configure --cc=i686-w64-mingw32-gcc

The prefix may vary depending on cygwin version.

Btw. to manage the win32 target with its own Makefile would of course
be possible, but does make sense only if it works on all systems and
hence can at the same time simplify the main Makefile to at least the
same extend. I can't say how well this would work but anyway it's too
late now to try for this release.

Best regards,

--- grischka

reply via email to

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