[Git][cmucl/cmucl][master] For solaris, nanosleep is in the -lrt library

Raymond Toy pushed to branch master at cmucl / cmucl Commits: 078651bd by Raymond Toy at 2021-05-31T10:23:32-07:00 For solaris, nanosleep is in the -lrt library Add -lrt to the OS_LIBS for Solaris x86 so it can find nanosleep. - - - - - 1 changed file: - src/lisp/Config.x86_solaris_sunc Changes: ===================================== src/lisp/Config.x86_solaris_sunc ===================================== @@ -12,4 +12,4 @@ ARCH_SRC = x86-arch.c OS_SRC = solaris-os.c os-common.c undefineds.c elf.c OS_LINK_FLAGS= -OS_LIBS= -lsocket -lnsl -ldl +OS_LIBS= -lsocket -lnsl -ldl -lrt View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/078651bd838b91a643170e2c... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/078651bd838b91a643170e2c... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)