This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: other/8077: Problems with -o option, unrecognized option -auxbase-strip
- From: zack at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nathan at gcc dot gnu dot org, nobody at gcc dot gnu dot org, schmid at snake dot iap dot physik dot tu-darmstadt dot de
- Date: 30 Sep 2002 21:44:50 -0000
- Subject: Re: other/8077: Problems with -o option, unrecognized option -auxbase-strip
- Reply-to: zack at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nathan at gcc dot gnu dot org, nobody at gcc dot gnu dot org, schmid at snake dot iap dot physik dot tu-darmstadt dot de, gcc-gnats at gcc dot gnu dot org
Synopsis: Problems with -o option, unrecognized option -auxbase-strip
Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: zack
Responsible-Changed-When: Mon Sep 30 14:44:50 2002
Responsible-Changed-Why:
Nathan, this looks like your baby.
Has nothing to do with the preprocessor -> category other.
State-Changed-From-To: open->analyzed
State-Changed-By: zack
State-Changed-When: Mon Sep 30 14:44:50 2002
State-Changed-Why:
I'm guessing that this bit of cc1_options
> -auxbase%{c|S:%{o*:-strip%*}%{!o*: %b}}%{!c:%{!S: %b}}\
needs a space between '-strip' and '%*'...
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8077