aboutsummaryrefslogtreecommitdiffstats
path: root/config/SunOS.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-12 15:03:07 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-12 15:03:07 +0000
commit6e30359431245bde61c200b0e88ac256e6f7978e (patch)
treefdea0807b90b53f41e2958201d1cc287ec4ece5a /config/SunOS.mk
parent03dc7c2febb658da3fb7bf0b814e69c098d56bce (diff)
downloadxen-6e30359431245bde61c200b0e88ac256e6f7978e.tar.gz
xen-6e30359431245bde61c200b0e88ac256e6f7978e.tar.bz2
xen-6e30359431245bde61c200b0e88ac256e6f7978e.zip
Make stubdom/Makefile override XEN_OS to MiniOS, and add
config/MiniOS.mk. Add PTHREAD_LIBS to configs (usually holding -lpthread). Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'config/SunOS.mk')
-rw-r--r--config/SunOS.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/SunOS.mk b/config/SunOS.mk
index e6035bf4ca..c2a5594000 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -39,6 +39,7 @@ SunOS_LIBDIR_x86_64 = /usr/sfw/lib/amd64
SOCKET_LIBS = -lsocket
CURSES_LIBS = -lcurses
+PTHREAD_LIBS = -lpthread
UTIL_LIBS =
SONAME_LDFLAG = -h
SHLIB_CFLAGS = -R $(SunOS_LIBDIR) -shared