summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-10-21 12:07:46 +0200
committerFrans Englich <frans.englich@nokia.com>2009-10-21 12:07:46 +0200
commit895046d54eee97d838dea1fdcb34a7dff3d91f98 (patch)
tree80bef9bd8cd2d11e448e31aa8d2f69ade312eff5 /doc
parentf4a10959e579f6c8d77defa24107a5f6a02749b9 (diff)
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')
-rw-r--r--doc/src/snippets/code/doc_src_s60-introduction.qdoc6
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 c9c6fd9acc..8949df64e7 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]