diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-10-21 10:07:46 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-10-21 10:07:46 (GMT) |
commit | 895046d54eee97d838dea1fdcb34a7dff3d91f98 (patch) | |
tree | 80bef9bd8cd2d11e448e31aa8d2f69ade312eff5 /doc/src | |
parent | f4a10959e579f6c8d77defa24107a5f6a02749b9 (diff) | |
download | Qt-895046d54eee97d838dea1fdcb34a7dff3d91f98.zip Qt-895046d54eee97d838dea1fdcb34a7dff3d91f98.tar.gz Qt-895046d54eee97d838dea1fdcb34a7dff3d91f98.tar.bz2 |
Revert "Switch from *-armv5 to *-armv6."
This reverts commit a6af1538ea53408399fb29870a4ef16a92c7893a.
armv6 is not supported by public SDKs, due to armv6/urel not existing.
Such SDKs needs to be fixed by copying the armv5 files. Hence we revert,
and postpone until we have SDKs which actually support armv6, and until
we have a stronger insight into what advantages armv6 brings.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/snippets/code/doc_src_s60-introduction.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/snippets/code/doc_src_s60-introduction.qdoc b/doc/src/snippets/code/doc_src_s60-introduction.qdoc index c9c6fd9..8949df6 100644 --- a/doc/src/snippets/code/doc_src_s60-introduction.qdoc +++ b/doc/src/snippets/code/doc_src_s60-introduction.qdoc @@ -50,16 +50,16 @@ //! [2] qmake - make debug-winscw release-armv6 + make debug-winscw release-armv5 make sis //! [2] //! [3] - make sis QT_SIS_TARGET=debug-armv6 + make sis QT_SIS_TARGET=debug-armv5 //! [3] //! [4] - set QT_SIS_TARGET=debug-armv6 + set QT_SIS_TARGET=debug-armv5 make sis //! [4] |