Add linux32 target

crosstool-ng is set to build gcc targetting -march=i686 (Pentium Pro), as there
is little to no sense to support anything lower than that.
This commit is contained in:
Alibek Omarov
2024-12-12 23:20:45 +03:00
committed by BtbN
parent 8410769796
commit dc38e41621
11 changed files with 1184 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
source "$(dirname "$BASH_SOURCE")"/linux-install-shared.sh
source "$(dirname "$BASH_SOURCE")"/defaults-gpl-shared.sh