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".
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".