Re: [dev] stali and the shipped compilers

2010-01-15 Thread Jimmy Tang
On Thu, Jan 14, 2010 at 09:42:02PM +0100, pancake wrote: > I would prefer to drop gcc, glibc and all the shit from gnu. > > Tcc and dietlibc are usable solutions and maybe the code is not the best > one but at least is sane. > > Current toolchain is just to get a working version. I know that ansel

Re: [dev] stali and the shipped compilers

2010-01-15 Thread Anselm R Garbe
2010/1/14 pancake : > I would prefer to drop gcc, glibc and all the shit from gnu. gcc is required unless one doesn't want to fuck with each source code unfortunately. Obviously glibc is only used when it cannot be avoided, otherwise my current preference is uclibc. > Tcc and dietlibc are usable

Re: [dev] stali and the shipped compilers

2010-01-15 Thread pancake
Jimmy Tang wrote: On Thu, Jan 14, 2010 at 09:42:02PM +0100, pancake wrote: I would prefer to drop gcc, glibc and all the shit from gnu. Tcc and dietlibc are usable solutions and maybe the code is not the best one but at least is sane. Current toolchain is just to get a working version. I

Re: [dev] stali and the shipped compilers

2010-01-15 Thread Anselm R Garbe
2010/1/15 Jimmy Tang : > On Thu, Jan 14, 2010 at 09:42:02PM +0100, pancake wrote: >> I would prefer to drop gcc, glibc and all the shit from gnu. >> >> Tcc and dietlibc are usable solutions and maybe the code is not the best >> one but at least is sane. >> >> Current toolchain is just to get a work

Re: [dev] stali and the shipped compilers

2010-01-15 Thread Enno Boland (Gottox)
cd /; tar ztf package.tar.gz | xargs rm ;) 2010/1/15 Anselm R Garbe : > 2010/1/15 Jimmy Tang : >> On Thu, Jan 14, 2010 at 09:42:02PM +0100, pancake wrote: >>> I would prefer to drop gcc, glibc and all the shit from gnu. >>> >>> Tcc and dietlibc are usable solutions and maybe the code is not the be