Hi, this patch adds -march, -mcpu, -mfpu arguments to the assembler command line. This is needed for the case when target triple is not specific enough (like "-triple arm-linux -mfpu=neon"), and the source (an assembly file) contains, for example, FPU-specific instructions. Please review.