This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: combine directories?
- To: Jean-Pierre Radley <jpr at jpr dot com>
- Subject: Re: combine directories?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 09 Mar 1998 13:02:09 -0700
- cc: EGCS Developers <egcs at cygnus dot com>
- Reply-To: law at cygnus dot com
In message <19980309143112.04214@jpr.com>you write:
> I just completed building egcs-2.91.13 on SCO OSR 5.0.4, no problems.
>
> I see two directories:
>
> /usr/local/i486-pc-sco3.2v5.0
> /usr/local/lib/gcc-lib/i486-pc-sco3.2v5.0
>
> Why couldn't the contents of the first one live under the second one?
The first is a directory for any bins/libs which are for the
target machine. So, for example, if you compile and install binutils
you'll find i486-pc-sco3.2v5.0 populated with more stuff.
The second directory is for compiler specific things.
jeff