mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
Merge
This commit is contained in:
commit
a18a112963
3 changed files with 26 additions and 22 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue