Hi Joel,
Well Doh!
The gcc-abi and 8byte multilib variants appeared to have
been added around 2012-11-20 by Nick Clifton. I think he
missed changing the ASM_SPEC in gcc/config/v850/rtems.h
when he added it. v850-rtems-gcc wasn't passing in the expected
cpu specification flags.
Nick.. how does this patch to gcc/config/v850/rtems.h look?
Perfect. Sorry about the snafu. I have checked the patch in along with
this changelog entry.
Cheers
Nick
gcc/ChangeLog
2013-01-10 Joel Sherrill <joel.sherr...@oarcorp.com>
* config/v850/rtems.h (ASM_SPEC): Pass -m8byte-align and -mgcc-abi
on to assembler.