Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-10 Thread Ladislav Michl
Pass PTXDists' CROSS_{CPP,C,CXX}FLAGS to QT4 build Signed-off-by: Ladislav Michl la...@linux-mips.org --- patches/qt-everywhere-opensource-src-4.7.3/0001-mkspec-for-ptxdist.patch | 14 ++ rules/qt4.make | 2 + 2 files

Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-07 Thread Michael Olbrich
On Wed, Jul 06, 2011 at 01:23:33PM +0200, Ladislav Michl wrote: PTXDists' CFLAGS are not passed to QT4 build resulting in following error when builing with ARM6 toolchains Error: selected processor does not support `ldrex r3,[r2]' Passing -march=armv6 fixes this problem. Signed-off-by:

Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 01:23:33PM +0200, Ladislav Michl wrote: PTXDists' CFLAGS are not passed to QT4 build resulting in following error when builing with ARM6 toolchains Error: selected processor does not support `ldrex r3,[r2]' Passing -march=armv6 fixes this problem. With OSELAS.Toolchain