summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-09-06 04:04:51 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-09-06 04:04:51 +0000
commit351053168313c6bd5f9bb10b766d851b6a4b2f73 (patch)
tree4aa050134e2a2ac08220ecceb1be052980f54076
parent744268f3887868fe5edee6912afd983208121715 (diff)
add note about compiling for 386
--HG-- extra : convert_revision : 1928fd3c473e77b946eab289a1f4209d20a59af2
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 13c87e7..1bf444e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -28,6 +28,11 @@ Binaries can be strippd with "make strip"
============================================================================
+If you're compiling for a 386-class CPU, you will probably need to add
+CFLAGS=-DLTC_NO_BSWAP so that libtomcrypt doesn't use 486+ instructions.
+
+============================================================================
+
Compiling with uClibc:
Firstly, make sure you have at least uclibc 0.9.17, as getusershell() in prior