This patch changes the order of the cc command so that we add the build target (.c) file before we link the gmp library (-lgmp). The alternate ordering was breaking the build on musl. Additionally, we fix a variable substitution that was missing parens (thanks make syntax!).
This patch changes the order of the cc command so that we add the build target (.c) file before we link the gmp library (-lgmp). The alternate ordering was breaking the build on musl. Additionally, we fix a variable substitution that was missing parens (thanks make syntax!).