Mercurial > dropbear
comparison INSTALL @ 245:b24730e11c83
add note about compiling for 386
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 06 Sep 2005 04:04:51 +0000 |
parents | 9597c2e3b9d4 |
children | 2d943453cecf |
comparison
equal
deleted
inserted
replaced
244:eb7b9f2bb8e8 | 245:b24730e11c83 |
---|---|
23 See MULTI for instructions on making all-in-one binaries. | 23 See MULTI for instructions on making all-in-one binaries. |
24 | 24 |
25 If you want to compile statically, add "STATIC=1" to the make command-line. | 25 If you want to compile statically, add "STATIC=1" to the make command-line. |
26 | 26 |
27 Binaries can be strippd with "make strip" | 27 Binaries can be strippd with "make strip" |
28 | |
29 ============================================================================ | |
30 | |
31 If you're compiling for a 386-class CPU, you will probably need to add | |
32 CFLAGS=-DLTC_NO_BSWAP so that libtomcrypt doesn't use 486+ instructions. | |
28 | 33 |
29 ============================================================================ | 34 ============================================================================ |
30 | 35 |
31 Compiling with uClibc: | 36 Compiling with uClibc: |
32 | 37 |