This is the mail archive of the gcc@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: why multiple libiberty directories


Jack Howarth <howarth@bromo.med.uc.edu> writes:

>    While looking at PR42308 and trying to understand why the make check
> is leaky and starts to call the system compiler instead of the xgcc during
> a make check on either x86_64-apple-darwin9 or i686-apple-darwin10, I noticed
> that we seem to build libiberty both at the toplevel and within the multilib
> subdirectories (x86_64-apple-darwin9 and i686-apple-darwin10 respectively).
> Is this expected behavior as I don't see anything other than libiberty
> duplicated in this fashion?

The toplevel libiberty is the host library, the others are the target
libraries.  There is another one in the build-$build directory which is
the build library.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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