Show incremental difference of selected versions of cygwinクロスコンパイラ構築メモ.category(Tag) treefile info
--- /tmp/DOCMAN2nBBPpF 2024-04-10 10:21:22.023925463 +0900 +++ /tmp/DOCMAN2fHE7bi 2024-04-10 10:21:22.023925463 +0900 @@ -47,9 +47,9 @@ # ----------------------------------------- cd /usr/local/src -tar xzvf binutils-2.12.tar.gz -mkdir binutils-2.12/work -cd binutils-2.12/work +tar xzvf binutils-2.10.tar.gz +mkdir binutils-2.10/work +cd binutils-2.10/work ../configure --target=sh-hms --prefix=/usr/cross/sh make make install |