(CC1_SPEC): Don't output implicit -gstabs or -gcoff option if user gave an explicit one.
(CC1_SPEC): Don't output implicit -gstabs or -gcoff option if user gave an explicit one. (CC1_SPEC): Likewise. From-SVN: r9064
This commit is contained in:
parent
f31093e263
commit
b02e2417a2
@ -34,6 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#undef CC1_SPEC
|
||||
#define CC1_SPEC \
|
||||
"%{!mka:%{!mkb:%{!msa:%{!msb:%{!mmc:%{!mca:%{!mcc:%{!mcf:-mkb}}}}}}}}\
|
||||
%{mbout:%{g*:-gstabs}}\
|
||||
%{mcoff:%{g*:-gcoff}}\
|
||||
%{!mbout:%{!mcoff:%{g*:-gcoff}}}"
|
||||
%{!gs*:%{!gc*:%{mbout:%{g*:-gstabs}}\
|
||||
%{mcoff:%{g*:-gcoff}}\
|
||||
%{!mbout:%{!mcoff:%{g*:-gcoff}}}}}"
|
||||
|
Loading…
Reference in New Issue
Block a user