This is the mail archive of the gcc-patches@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]

Re: [PING] Fix *-*-gnu* config


On Sat, May 26, 2001 at 10:49:36AM +0200, Mark Kettenis wrote:
> A few weeks ago I sent a patch to fix the *-*-gnu* config:
... 
>  mips-*-gnu*)
> +	tm_file=mips/gnu.h

Would you be willing to make this tm_file="mips/gnu.h gnu.h"
and remove the include of #include <gnu.h> from mips.gnu.h?

It would be nice to remove the include of <mips/mips.h>, but I see you
need to predefine "TARGET_DEFAULT" to "MASK_GAS" before <mips/mips.h> is
included.  It would be nice to find away around that as well.

-- 
-- David  (obrien@FreeBSD.org)


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