summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-10-21 15:44:11 -0700
committerElliott Hughes <enh@google.com>2010-10-21 15:44:11 -0700
commitdbe52e8f50c87cfd38bb738bb6edb6e18e11e720 (patch)
tree5bb86687b64cb7b59ec95f9cd858894c3e1e4666 /docs
parent2572eae4c78d54df2bbd050e2129d00115a26cc2 (diff)
downloadandroid_dalvik-dbe52e8f50c87cfd38bb738bb6edb6e18e11e720.tar.gz
android_dalvik-dbe52e8f50c87cfd38bb738bb6edb6e18e11e720.tar.bz2
android_dalvik-dbe52e8f50c87cfd38bb738bb6edb6e18e11e720.zip
Remove armv4t support.
This was never finished, and hasn't been maintained. And the hardware's totally obsolete. Change-Id: Icbf78e507de3b8be8a8f995b8423cc3c678ab0d3
Diffstat (limited to 'docs')
-rw-r--r--docs/porting-guide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/porting-guide.html b/docs/porting-guide.html
index d23b90346..3e33d13ea 100644
--- a/docs/porting-guide.html
+++ b/docs/porting-guide.html
@@ -234,8 +234,8 @@ or <code>x86</code> directories for working examples.
</p><p>
If you're working on a variation of an existing architecture, you may be
able to use most of the existing code and just provide replacements for
-a few instructions. Look at the <code>armv4t</code> implementation as
-an example.
+a few instructions. Look at the <code>vm/mterp/config-*</code> files
+for examples.
</p>