427行目: 427行目:
  # Raspberry Pi 3B /3B+
  # Raspberry Pi 3B /3B+
  export ARCH=armv8-a
  export ARCH=armv8-a
  export CPU=cortex-a53
  export CPU=cortex-a53 # 最適化のためにオプションを調整することができる
   
   
  # Raspberry Pi 4B
  # Raspberry Pi 4B
  export ARCH=armv8-a
  export ARCH=armv8-a
  export CPU=cortex-a72
  export CPU=cortex-a72 # 最適化のためにオプションを調整することができる
   
   
  export PATH="/<上記でインストールしたBinutilsのインストールディレクトリ>/bin:$PATH"
  export PATH="/<上記でインストールしたBinutilsのインストールディレクトリ>/bin:$PATH"