Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2012.12.1 released

2013-02-16 Thread Bernhard Walle
* Michael Olbrich [2013-02-15 12:57]: > > I've uploaded the tarball for the latest OSELAS.Toolchain stable release. > It's v2012.12.1 and can be downloaded here: > http://www.pengutronix.de/oselas/toolchain/download/ > Wouldn't it make sense to update to ptxdist 2013.01 at least for v2012.12.2?

[ptxdist] [PATCH] kconfig: Fix build on Darwin

2013-02-16 Thread Bernhard Walle
Darwin 12.2.0 (Mac OS 10.8) defines CIRCLEQ_HEAD but doesn't define CIRCLEQ_HEAD_INITIALIZER. Since mconf.c uses CIRCLEQ_HEAD_INITIALIZER, the build fails. A simple and safe fix is to always use our own copy of the CIRCLEQ_ macros on every platform. Include "missing.h" and don't include --- scri