aboutsummaryrefslogtreecommitdiffstats
path: root/config/StdGNU.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/StdGNU.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/StdGNU.mk')
-rw-r--r--config/StdGNU.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index dfbc7ece44..82a99d3f11 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -35,6 +35,7 @@ PRIVATE_BINDIR = $(PRIVATE_PREFIX)/bin
SOCKET_LIBS =
CURSES_LIBS = -lncurses
+PTHREAD_LIBS = -lpthread
UTIL_LIBS = -lutil
SONAME_LDFLAG = -soname
SHLIB_CFLAGS = -shared