SUSE / machinery

A systems management toolkit for Linux
GNU General Public License v3.0
158 stars 32 forks source link

Allow inspection of 32-bit systems which have no SSE #2245

Closed thardeck closed 6 years ago

thardeck commented 6 years ago

SSE processor instructions are used by default when go cross compiles 32-bit on a modern system. This prevents the executable from working on older systems so we now compile explicitly without these instructions.

Fixes #2243