Skip to content
Snippets Groups Projects
Commit f09db6e5 authored by Raymond Toy's avatar Raymond Toy
Browse files

Solaris needs -lrt library to get nanosleep.

parent 9e99edb8
No related branches found
No related tags found
No related merge requests found
...@@ -48,5 +48,5 @@ ARCH_SRC = sparc-arch.c ...@@ -48,5 +48,5 @@ ARCH_SRC = sparc-arch.c
DEPEND=$(CC) DEPEND=$(CC)
OS_SRC = solaris-os.c os-common.c elf.c OS_SRC = solaris-os.c os-common.c elf.c
OS_LIBS= -lsocket -lnsl -ldl OS_LIBS= -lsocket -lnsl -ldl -lrt
EXEC_FINAL_OBJ = exec-final.o EXEC_FINAL_OBJ = exec-final.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment