minimal requirements for build C compiler?

Rich Felker dalias at aerifal.cx
Thu May 18 15:20:15 UTC 2006


On Thu, May 18, 2006 at 09:39:07AM -0400, Robert P. J. Day wrote:
> 
>   what C standard is the build compiler for busybox expected to adhere
> to?  more specifically, can i expect C99 so i can use designated
> initializers for aggregate types?

I would guess the answer is yes for this one case since gcc has
supported these for a LONG time, but I don't know. I doubt there are
any compilers capable of compiling the code in busybox that do not
support these initializers.

Rich





More information about the busybox mailing list