Skip to content

Commit c7e4873

Browse files
authored
Merge pull request #240 from kojiws/sync_ja_doc_cross_compile
[JA] Sync Japanese with English regarding Cross-Compiling way on wolfSSL Manual
2 parents 6e3fbd8 + 4d09159 commit c7e4873

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wolfSSL/src-ja/chapter02.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,15 @@ Cortex-A53を搭載したRaspberry Pi用の`Makefile.common`変更例を示し
320320

321321
```sh
322322
./configure \
323-
--host=arm-non-eabi \
323+
--host=arm-none-eabi \
324324
CC=arm-none-eabi-gcc \
325325
AR=arm-none-eabi-ar \
326326
STRIP=arm-none-eabi-strip \
327327
RANLIB=arm-none-eabi-ranlib \
328-
--prefix=/path/to/build/wolfSSL-arm \
328+
--prefix=/path/to/build/wolfssl-arm \
329329
CFLAGS="-march=armv8-a --specs=nosys.specs \
330-
-DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DNO_WRITEV" \
331-
--disable-filesystem --enable-fastmath \
330+
-DHAVE_PK_CALLBACKS -DWOLFSSL_USER_IO -DWOLFSSL_NO_SOCK -DNO_WRITEV" \
331+
--disable-filesystem --enable-crypttests \
332332
--disable-shared
333333
make
334334
make install

0 commit comments

Comments
 (0)