1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 22:44:30 +00:00

Download ido-recomp compiler binaries instead of committing them (#2388)

* Download ido-recomp compiler binaries instead of committing them

* Skip downloading compilers if ido_recomp/ exists

* Use make instead of bash script
This commit is contained in:
cadmic 2024-12-26 09:41:03 -08:00 committed by GitHub
parent e10ecb2fa3
commit aaf3183233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 27 additions and 7565 deletions

View file

@ -43,10 +43,9 @@ cd ~/binutils-tmp
Get and extract binutils source
```bash
wget https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.bz2
curl -O https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.bz2
tar xjf binutils-2.35.tar.bz2
```
(You may find this command does not work: if so, just access the URL in a browser and save it to `~/binutils-tmp`.)
Create and enter a build directory
```bash