「インストール - GCC」の版間の差分

ナビゲーションに移動 検索に移動
400行目: 400行目:
  # 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 # 最適化のためにオプションを調整することができる
   
   
  ../configure --prefix=<クロスコンパイラ向けGCCのインストールディレクトリ>
  ../configure --prefix=<クロスコンパイラ向けGCCのインストールディレクトリ>

案内メニュー