Re: Providing default option to GAS through gcc driver

2007-02-28 Thread Andrew Pinski
On 2/28/07, Mohamed Shafi <[EMAIL PROTECTED]> wrote: Is there anyway to do this? Yes look at config/rs6000/rs6000.h and ASM_CPU_SPEC and EXTRA_SPECS and ASM_SPEC. Thanks, Andrew Pinski

Providing default option to GAS through gcc driver

2007-02-28 Thread Mohamed Shafi
Hello all, I would like to know if there is any way to control the gcc driver program to pass a default option to the assembler if no option/switch is given. say -march=arch1 if no -march option is provided by the user. The macro TARGET_OPTION_TRANSLATE_TABLE does something like this but with t