A x86-64 assembler kernel should contain the following CPP lines at the beginning of the file:
#ifndef ATL_GAS_x8664 #error "This kernel requires gas x86-64 assembler!" #endifThis quick error exit keeps a non-x86-64 assembler from generating hundreds or thousands of spurious error messages during install.