------- Comment #6 from corsepiu at gcc dot gnu dot org 2010-07-05 03:30 ------- (In reply to comment #5) > rtems should be moved to the new style libgcc config and include > ./config/rs6000/t-ppccomm .
Hmm. Doesn't RTEMS already do so? >From config.gcc: ... powerpc-*-rtems*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/eabi.h rs6000/e500.h rs6000/rtems.h rtems.h" extra_options="${extra_options} rs6000/sysv4.opt" tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-rtems t-rtems rs6000/t-ppccomm" ;; ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44793