Re: MULTILIB_OPTIONS and DRIVER_SELF_SPEC

2012-05-22 Thread Paulo J. Matos
On 21/05/12 15:21, Christian Bruel wrote: Options not explicitly described in the compiler before their use in a spec rules are now rejected. So you probably need to describe it into your target optimization file, (something like xap.opt). OK, thanks for letting me know about this. Cheers,

Re: MULTILIB_OPTIONS and DRIVER_SELF_SPEC

2012-05-21 Thread Christian Bruel
On 05/11/2012 03:16 PM, Paulo J. Matos wrote: > Hi, > > MULTILIB_OPTIONS containing options defined in DRIVER_SELF_SPEC seemed > to be fine in GCC46 but fail in GCC47. > > For example, I have: > xap.h: > #define DRIVER_SELF_SPECS \ > "%{help:-v} % "%{mno-args-span-r

MULTILIB_OPTIONS and DRIVER_SELF_SPEC

2012-05-11 Thread Paulo J. Matos
Hi, MULTILIB_OPTIONS containing options defined in DRIVER_SELF_SPEC seemed to be fine in GCC46 but fail in GCC47. For example, I have: xap.h: #define DRIVER_SELF_SPECS \ "%{help:-v} %"%{mno-args-span-regs-and-mem:-mno-split-args} %"%{mno-inline-block-copy-mod