gap icon indicating copy to clipboard operation
gap copied to clipboard

BuildPackages.sh: don't use GAP_ABI anymore

Open fingolfin opened this issue 2 years ago • 1 comments

Don't try to inject 32bit build flags into package build systems. Any necessary flags should already be contained in GAP_{C,CXX,LD}FLAGS, which package build systems should honor. If they don't, they should be adjusted.

This change might break tests in 32bit mode, requiring fixes to individual packages. But overall it should be fine. And 32bit mode realistically only is a "2nd class citizen" these days, and we may eventually want to make this official, too...

fingolfin avatar Mar 01 '22 00:03 fingolfin

Building nq fails...

fingolfin avatar Mar 01 '22 01:03 fingolfin