Skip to content

Properly porapagate BUILDGENERIC into runtime libraries.

Artem Shinkarov requested to merge tema/sac2c:fix-buildgeneric into develop

Previously we didn't compile runtime libraries like libsac, sacprelude, etc. with -mtune=generic. As a consequence, all our packages are (very likely) incompatible with cpus other than of the host system.

Merge request reports