On 11/07/2011 11:17 AM, Rainer Orth wrote:
Hi Ralf,

Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc      (revision 180973)
+++ gcc/config.gcc      (revision 180974)
@@ -1539,6 +1539,7 @@
        tm_file="dbxelf.h elfos.h ${tm_file} lm32/rtems.h rtems.h 
newlib-stdint.h"
        tmake_file="${tmake_file} lm32/t-lm32"
        tmake_file="${tmake_file} t-rtems"
+       tmake_file="${tmake_file} lm32/t-rtems"
just a nit: why three lines where a single one would be clearer
Keeping the impact of GCC changes low / Keeping the rtems parts separate from "generic GCC" parts.

Admitted, we could use a common line for t-rtems and lm32/t-rtems.

Ralf

Reply via email to