aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2010-12-31 18:54:25 +0000
committerPeter Maydell <peter.maydell@linaro.org>2010-12-31 18:54:25 +0000
commit80cc70e85fb24f732b31611d0e7e511fceb0b972 (patch)
tree85885eb71df4ee0725ea0fda5e83061a1d5e732c /README
parent6adb39a9f620d41fb0e18fae7c48b1a869354170 (diff)
Add remark about why you can't compile risu statically.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index e5d47b8..a66e6f0 100644
--- a/README
+++ b/README
@@ -92,6 +92,9 @@ interested in fixing gross bugs first.
results" mode. This would allow you to record the correct
results from the ARM host once and then test a model implementation
even if you didn't have the corresponding native hardware.
+ * it would be nice if it could be compiled statically to avoid
+the requirement for the ARM chroot for qemu testing, but the
+use of gethostbyname() gets in the way of that.
* the documentation is rather minimal. This is because I don't
really expect many people to need to use this :-)