summaryrefslogtreecommitdiff
path: root/Ports/mpc
AgeCommit message (Collapse)Author
2022-02-17Ports: Set the correct config.sub path for mpcTim Schumacher
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-07-28Ports: Add MPCLuke
Required to build the toolchain inside Serenity.