Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
4.4.0
-
None
Description
Steps to reproduce
- extract sources in to a directory
- configure Qt Embedded for arm, ie configure -embedded arm -xplatform qws/linux-arm-g++ ...
- build Qt Embedded for arm , ie make
- reconfigure, ie make confclean; configure -embedded x86 -xplatform qws/linux-generic-g++ ...
You will see that the wrong qatomic and mkspec is being used at least when building Qt Corelib.