This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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 2/4] Check for the FLAG_AARCH64_LIB64 flag in the ldconfig cache


Steve McIntyre <steve.mcintyre@linaro.org> writes:

> +#define add_system_dir(dir) \
> +  do								\
> +    {								\
> +      size_t len = strlen (dir);				\
> +      char path[len + 3];					\
> +      memcpy (path, dir, len + 1);				\
> +      if (len >= 6 && ! memcmp (path + len - 6, "/lib64", 6))	\

Is aarch64 supposed to be using lib64?  If yes there should be a sysdeps
configure script that sets libc_cv_slibdir and libdir similar to
sysdeps/gnu/configure.

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]