This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help needed: banishing RTL from the front ends


On 25/05/2010 09:44, Steven Bosscher wrote:

> +# This lists all host objects for the front ends.  Extra defines are passed
> +# to the compiler for these objects.
> +ALL_HOST_FRONTEND_OBJS = $(C_OBJS)
> +  $(foreach v,$(CONFIG_LANGUAGES),$($(v)_OBJS))
> +

  Missing line-continuation backslash there, surely?

> Any suggestions how to debug this?

  "remake -x" is pretty much the only tool I've ever needed even for debugging
the most complex makefile problems.

  http://bashdb.sourceforge.net/remake/

    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]