On 10/29/19 10:04 PM, William Tambe wrote: > Is there a way to automatically pass an assembler option when a > specific GCC option is used ? > ie: When using GCC option "-ffixed-%10" automatically pass assembler > option "-mfixed-%10". > Yes, have a look at your target's ASM_CPU_SPEC. Peter