This is the mail archive of the gcc-patches@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: [patch] amd64, ppc64 - find 32bit system libraries


On Sat, 8 Sep 2007, Matthias Klose wrote:

> -MULTILIB_OSDIRNAMES = ../lib64 ../lib
> +MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(TARGET_SYSTEM_ROOT)/usr/lib32),../lib32,../lib)

TARGET_SYSTEM_ROOT is the configured location that will be used after 
install.  You need to allow for --with-build-sysroot to get the location 
used at build time.

-- 
Joseph S. Myers
joseph@codesourcery.com


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