Skip to content

Commit c0da83c

Browse files
fix typo and update configure options
1 parent 7548740 commit c0da83c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)