Re: [dev] nwcc compiler

2011-08-04 Thread pancake
What i have noticed is that it depends on a 3rd party assembler... So nasm or gas should be added as a dependency. I didnt cheked the linking process.. But looks hackable. One thing i liked is that it gets compiled with support for all architectures.. So you dont depend on different toolchains

Re: [dev] nwcc compiler

2011-08-04 Thread Jens Staal
neat! if someone could come up with a musl-wrapper for this, it could be a nice self-hosting package :) (I tried making a musl-tcc AUR, but have not had time to make it self-hosting yet) 2011/8/4 pancake : > not as minimal as tcc. but quite clean and simple,.. and much more portable > (supports s

[dev] nwcc compiler

2011-08-04 Thread pancake
not as minimal as tcc. but quite clean and simple,.. and much more portable (supports sparc, mips, ..) http://nwcc.sourceforge.net/index.html