mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
Fix the llvm bootstrap
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c09e5fb91
commit
550c57cb30
@ -1165,7 +1165,7 @@ static struct lt_user_dlloader sys_dl =
|
|||||||
|
|
||||||
/* --- SHL_LOAD() INTERFACE LOADER --- */
|
/* --- SHL_LOAD() INTERFACE LOADER --- */
|
||||||
|
|
||||||
#if HAVE_SHL_LOAD
|
#if HAVE_SHL_LOAD && !defined(__llvm__)
|
||||||
|
|
||||||
/* dynamic linking with shl_load (HP-UX) (comments from gmodule) */
|
/* dynamic linking with shl_load (HP-UX) (comments from gmodule) */
|
||||||
|
|
||||||
@ -2214,7 +2214,7 @@ lt_dlinit ()
|
|||||||
#if HAVE_LIBDL
|
#if HAVE_LIBDL
|
||||||
errors += lt_dlloader_add (lt_dlloader_next (0), &sys_dl, "dlopen");
|
errors += lt_dlloader_add (lt_dlloader_next (0), &sys_dl, "dlopen");
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_SHL_LOAD
|
#if HAVE_SHL_LOAD && !defined(__llvm__)
|
||||||
errors += lt_dlloader_add (lt_dlloader_next (0), &sys_shl, "dlopen");
|
errors += lt_dlloader_add (lt_dlloader_next (0), &sys_shl, "dlopen");
|
||||||
#endif
|
#endif
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user