12,967
回編集
796行目: | 796行目: | ||
ac_cv_func_malloc_0_nonnull=yes \ | ac_cv_func_malloc_0_nonnull=yes \ | ||
ac_cv_func_realloc_0_nonnull=yes \ | ac_cv_func_realloc_0_nonnull=yes \ | ||
../configure --prefix=<ソフトウェアのインストールディレクトリ> | ../configure --prefix=<ソフトウェアのインストールディレクトリ> \ | ||
CC=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-gcc \ | CC=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-gcc \ | ||
CXX=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-g++ \ | CXX=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-g++ \ | ||
807行目: | 807行目: | ||
# Raspberry Pi OS 64ビットの場合 | # Raspberry Pi OS 64ビットの場合 | ||
../configure --prefix=<ソフトウェアのインストールディレクトリ> | ../configure --prefix=<ソフトウェアのインストールディレクトリ> \ | ||
CC=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-gcc \ | CC=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-gcc \ | ||
CXX=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-g++ \ | CXX=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-g++ \ |