Hash :
94686e3c
Author :
Date :
2016-11-25T18:50:11
Build: Use wrapper script for gas-preprocessor.pl
The previous hack (adding ${CMAKE_ASM_COMPILER} to CMAKE_ASM_FLAGS)
didn't work in all cases, because more recent versions of CMake place
the includes ahead of the flags (which meant that the real assembler
wasn't the first argument to gas-preprocessor.pl.)
gas-preprocessor.pl @CMAKE_ASM_COMPILER@ ${1+"$@"}