This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem in split_basic_block
- From: "Douglas B Rupp" <rupp at gnat dot com>
- To: "Zack Weinberg" <zack at codesourcery dot com>,"Richard Kenner" <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 6 Aug 2003 16:48:49 -0700
- Subject: Re: Problem in split_basic_block
- Organization: Ada Core Technologies, Inc
- References: <10308062258.AA03807@vlsi1.ultra.nyu.edu> <87brv2mk98.fsf@codesourcery.com>
- Reply-to: "Douglas B Rupp" <rupp at gnat dot com>
>
> > + prefix=/gnu
> > + local_prefix=/gnu
>
> > + #define MD_EXEC_PREFIX "/gnu/lib/gcc-lib/"
> > + #define MD_STARTFILE_PREFIX "/gnu/lib/gcc-lib/"
> > +
> > + /* Specify the list of include file directories. */
> > + #define INCLUDE_DEFAULTS \
> > + { \
> > + { "/gnu/lib/gcc-lib/include", 0, 0, 0 }, \
> > + { "/gnu_gxx_include", 0, 1, 1 }, \
> > + { "/gnu_cc_include", 0, 0, 0 }, \
> > + { "/gnu/include", 0, 0, 0 }, \
> > + { 0, 0, 0, 0 } \
> > + }
>
> this also interferes with cross compiler use
I admit I don't know this stuff very well, so I fiddled around with these
macros until I got something that worked. In the past building a full cross
compiler hasn't been an issue. If there's a better way to do it, please work
with me to figure it out.