Re: [Tinycc-devel] building older gcc with tcc?

2017-05-27 Thread Michael Matz
Hi, On Sat, 27 May 2017, Michael Matz wrote: Obviously all of the above requires non-trivial amounts of work :) Actually it was in stage1 and the problem was parameter passing on x86-64. I was sitting on a patch for a time that rewrites that and happens to fix the problem, so I've pushed th

Re: [Tinycc-devel] building older gcc with tcc?

2017-05-27 Thread Michael Matz
Hi, On Sat, 27 May 2017, ra...@openmailbox.org wrote: I would like to build an older version of the gcc compiler using tcc (then use that to build newer gcc's). On this page it says that tcc was used to build gcc in the past. I did that o

Re: [Tinycc-devel] building older gcc with tcc?

2017-05-27 Thread u-jps5
Hello, On Sat, May 27, 2017 at 11:57:54AM +, ra...@openmailbox.org wrote: > I would like to build an older version of the gcc compiler using tcc (then > use that to build newer gcc's). > On this page it says > that tcc was used to build gcc

[Tinycc-devel] building older gcc with tcc?

2017-05-27 Thread rain1
Hello I would like to build an older version of the gcc compiler using tcc (then use that to build newer gcc's). On this page it says that tcc was used to build gcc in the past. I'm having trouble doing that and I wanted to ask if anybody k