On 2011-02-15, Thiago Macieira <thi...@kde.org> wrote: > > --nextPart8281750.Kf80iGgygM > Content-Transfer-Encoding: 7Bit > Content-Type: text/plain; charset="us-ascii" > > On Tuesday, 15 de February de 2011 07:53:15 Rolf Eike Beer wrote: >> Since I have some of these machines: is there any detail on this available >> somewhere? Does this count for HP-UX only or also for Linux? > > You can find the info in Qt's source code: src/corelib/arch/qatomic_parisc.h > and src/corelib/arch/parisc/* > > Linux on PA-RISC is not supported. We have no clue if it even compiles. It > probably does if the assembler can compile src/corelib/arch/parisc/q_ldcw.s.
It compiles. Qt4 is available in debian/unstable hppa. (Debian recently dropped hppa as a release architecture due to large problems with the lowlevel things, like threading / vfork issues. Qt is heavily hit by this, especially in QProcess, so it doesn't work that well. We have a hack that works around it, but it is not one I would like to see spread too much) /Sune