Qt everywhere 4.6.3 make error.

Michel Ketelaars
Hello,

I try to cross compile Qt-everywhere 4.6.3. with a 'arm-elf' cross compiler
(used for Atmel AT91SAM9620) and get the following error while doing the
'make'.

../../include/QtCore/../../src/corelib/global/qglobal.h:261:4: error:
#error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com"
make[1]: *** [.pch/release-shared-emb-arm/QtCore.gch/c++] Error 1
make[1]: Leaving directory
`/home/michel/qt-everywhere-opensource-src-4.6.3/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2

The .configure script give no problems.

Anyone any idea what causes this?