This is the mail archive of the gcc-bugs@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: preprocessor/8505: cross cpp0 use PREFIX_INCLUDE_DIR=$prefix/include


On Mon, Apr 07, 2003 at 08:58:34PM -0400, Hans-Peter Nilsson wrote:
> On Mon, 7 Apr 2003, Daniel Jacobowitz wrote:
> > If you look at 3.4, you'll see the test has changed:
> > if test x$with_sysroot = x && test x$host = x$target \
> >    && test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then
> >   AC_DEFINE_UNQUOTED(PREFIX_INCLUDE_DIR, "$prefix/include")
> > fi
> >
> > i.e. cross compilers no longer search $prefix/include/.  I'm sre it'll
> > break someone's setup somewhere; however, it also just makes more sense
> > this way.
> 
> FWIW, my cris-axis-linux-gnu setup is still broken on main
> trunk.  It's headers are in $prefix/sys-include.  (The
> cris-axis-elf one works since the recent fix.  Yay!)
> More later.

I think I posted some patches that didn't receive comment?  Or Alan
did?  But I barely remember that far back :)

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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