This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

set "cc1_options and invoke_as" as target macro


in gcc.c, there are two variable : cc1_options and invoke_as, which control the suffix of assembler file name.
In my work, I want to use other suffix and not find right macro to do it, so I think setting cc1_options and
invoke_as as target macro is good.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]