Fix libgccjit build on Haiku
* configure.ac (LIBGCCJIT_LIBS): Link only with -lgccjit under Haiku.
This commit is contained in:
parent
80bdcf8f35
commit
4ec4b18c2a
1 changed files with 3 additions and 2 deletions
|
@ -4385,8 +4385,9 @@ if test "${with_native_compilation}" != "no"; then
|
||||||
case "${opsys}" in
|
case "${opsys}" in
|
||||||
# mingw32 loads the library dynamically.
|
# mingw32 loads the library dynamically.
|
||||||
mingw32) ;;
|
mingw32) ;;
|
||||||
# OpenBSD doesn't have libdl, all the functions are in libc
|
# Neither NetBSD, OpenBSD nor Haiku have libdl, with all dynamic
|
||||||
netbsd|openbsd)
|
# linker functions placed within libc.
|
||||||
|
netbsd|openbsd|haiku)
|
||||||
LIBGCCJIT_LIBS="-lgccjit" ;;
|
LIBGCCJIT_LIBS="-lgccjit" ;;
|
||||||
darwin)
|
darwin)
|
||||||
LIBGCCJIT_CFLAGS="${MAC_CFLAGS}"
|
LIBGCCJIT_CFLAGS="${MAC_CFLAGS}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue