On quarta-feira, 6 de abril de 2016 06:24:12 PDT Sune Vuorela wrote: > On 2016-04-05, Thiago Macieira <[email protected]> wrote: > > If it is, can someone try a regular toolchain for that platform with Qt > > 5.6 > > and report whether QtCore links? I'd like a second opinion with a > > different > > toolchain than the reporter. > > looks like 5.6 is built in debian/experimental on armel (v4t/v5) > > build log: > > https://buildd.debian.org/status/fetch.php?pkg=qtbase-opensource-src&arch=ar > mel&ver=5.6.0%2Bdfsg-2&stamp=1458264198
More specifically, it shows that atomic64.cpp compiled without extra help: 64-bit std::atomic auto-detection... () make[2]: Entering directory '/«BUILDDIR»/qtbase-opensource-src-5.6.0+dfsg/ config.tests/common/atomic64' g++ -c -pipe -O2 -std=gnu++0x -Wall -W -fPIC -I. -I../../../mkspecs/linux-g++ -o atomic64.o atomic64.cpp g++ -Wl,-O1 -o atomic64 atomic64.o make[2]: Leaving directory '/«BUILDDIR»/qtbase-opensource-src-5.6.0+dfsg/ config.tests/common/atomic64' 64-bit std::atomic enabled. So I'm going to say that the problem is in QTBUG-52360's reporter's toolchain. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
