Skip to content

Commit 6a5c8d8

Browse files
authored
Merge pull request #218 from JacobBarthelmeh/cross
fix typo and update configure options
2 parents 7548740 + c0da83c commit 6a5c8d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wolfSSL/src/chapter02.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,15 +286,15 @@ your executable path:
286286

287287
```sh
288288
./configure \
289-
--host=arm-non-eabi \
289+
--host=arm-none-eabi \
290290
CC=arm-none-eabi-gcc \
291291
AR=arm-none-eabi-ar \
292292
STRIP=arm-none-eabi-strip \
293293
RANLIB=arm-none-eabi-ranlib \
294294
--prefix=/path/to/build/wolfssl-arm \
295295
CFLAGS="-march=armv8-a --specs=nosys.specs \
296-
-DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DNO_WRITEV" \
297-
--disable-filesystem --enable-fastmath \
296+
-DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DWOLFSSL_NO_SOCK -DNO_WRITEV" \
297+
--disable-filesystem --enable-crypttests \
298298
--disable-shared
299299
make
300300
make install

0 commit comments

Comments
 (0)