This commit is contained in:
Jesper Wilhelmsson 2021-07-06 00:12:23 +00:00
commit a18a112963
3 changed files with 26 additions and 22 deletions

View file

@ -412,7 +412,7 @@ void os::init_system_properties_values() {
// ...
// 7: The default directories, normally /lib and /usr/lib.
#ifndef OVERRIDE_LIBPATH
#if defined(AMD64) || (defined(_LP64) && defined(SPARC)) || defined(PPC64) || defined(S390)
#if defined(_LP64)
#define DEFAULT_LIBPATH "/usr/lib64:/lib64:/lib:/usr/lib"
#else
#define DEFAULT_LIBPATH "/lib:/usr/lib"