This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
set "cc1_options and invoke_as" as target macro
- From: qinfeng dot zhang at philips dot com
- To: gcc at gcc dot gnu dot org
- Date: Mon, 2 Jun 2003 15:01:54 +0800
- Subject: 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.