Re: [arm-gnu] Possible bug in g++ frontend (G++ Lite arm-2009q1-203)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Possible bug in g++ frontend (G++ Lite arm-2009q1-203)



Just rambling here a bit more..

Looks like if I have both the cc1 and cc1plus rules in the specs file, then g++ will apply both of them in this order:

1. cc1
2. user given options
3. cc1plus

If I only have cc1plus rule there, g++ will apply it in this order:

1. user given options
2. cc1plus


--
Juha Kallioinen