Re: [Tinycc-devel] -Werror=X (but ugly)

2021-07-27 Thread Steffen Nurpmeso
grischka wrote in <60ff3c86.6020...@gmx.de>: |Steffen Nurpmeso wrote: ... |> I would like to have it, but the implementation is so ugly! | |Classic dilemma ... Oooh .. yes. ... |> Also, things like write-strings play with | |What "things like write-strings"? There is only -Wwrite-stri

Re: [Tinycc-devel] tcc need to support --arch on macOS

2021-07-27 Thread Michael Matz
Hello, On Tue, 27 Jul 2021, Christian JULLIEN wrote: In order to support tcc bootstrap with tcc on macOS, we'll need to add -arch option to tcc. It should at least support this option even if nothing is implemented because -arch is now given on macOS because of this new configure test: Why s

Re: [Tinycc-devel] macOS M1 is broken since last Grischka commit

2021-07-27 Thread grischka
Christian JULLIEN wrote: Grischka, you last set of commits breaks macOS M1 port (see make -k test log in attachment). Do you test your macOS changes on a real M1 machine? If you like and if you don't have a M1 machine, I'll be glad to test your patches before they go to mob. Better if you create

[Tinycc-devel] tcc need to support --arch on macOS

2021-07-27 Thread Christian JULLIEN
Hi, In order to support tcc bootstrap with tcc on macOS, we'll need to add -arch option to tcc.It should at least support this option even if nothing is implemented because -arch is now given on macOS because of this new configure test: +# on OSX M1 with --cpu=x86_64, build a tcc to run un