[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CPP setting in make/compilers/gcc-target-default.cfg has -Wp,$$?
- Date: Mon, 07 Mar 2011 13:44:38 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: CPP setting in make/compilers/gcc-target-default.cfg has -Wp,$$?
On 03/07/2011 12:57 PM, Peter Dufault wrote:
> With this:
> # CPP command to write file to standard output
> CPP=$(CC) -E -w -Wp,-$$
>
> I'm having problems in a configure script:
>
> configure:4305: powerpc-rtems4.11-gcc -E -w -Wp,-$ conftest.c
> cc1: error: unrecognized command line option "-$"
>
> Anyone know what's up?
gcc-target-default.cfg is junk. Don't use it.
Ralf