This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: __i386__ and cpp
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: __i386__ and cpp
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 04 Mar 1998 23:02:34 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <m0yATfS-00058JC@ocean.lucon.org>you write:
> >
> >
> > In message <m0y9uUu-00058fC@ocean.lucon.org>you write:
> > > Assuming script does work, I have a version which I have verified by
> > > building XFree86 3.3.2, I suggest we install it only if it is
> > > asked for. By that, I mean prefix == /usr and it is on Linux. We can
> > > add a file "install.cpp" in config. Linux can adds it to Makefile.
> > > Then it will check if prefix == /usr before installing it. I prefer
> > > to put the script in /usr/bin and make a symlink to /lib. I can provi
> de
> > > a whole patch for it.
> > Well, doesn't this problem effect non-Linux machines too? Like
> > freebsd-elf?
> >
> > In fact, it seems to me this should effect all systems. So I
> > think the criteria for installing the wrapper ought to be
> > solely based on a configure time option. Can you do that?
> >
>
> How about we install cpp when host == target == build and
> prefix == /usr? I can provide a patch to do it.
Why do you want these conditions?
jeff