summaryrefslogtreecommitdiffstats
path: root/libasm/Makefile.am
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2009-01-10 18:02:05 -0800
committerUlrich Drepper <[email protected]>2009-01-10 18:02:05 -0800
commit7e678fa3f6051f7ef24b4610c9a66cab858b6b6e (patch)
treefed33d7f4b2d3fe6651bf016e8cabcf26bbb1e42 /libasm/Makefile.am
parenta4b1a95434b90ed147e33363d92e24a035b6b775 (diff)
Require __thread support in compiler.
Rename --enable-tls to more appropriate --enable-thread-safety.
Diffstat (limited to 'libasm/Makefile.am')
-rw-r--r--libasm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasm/Makefile.am b/libasm/Makefile.am
index 62b5ee29..7d5e25d1 100644
--- a/libasm/Makefile.am
+++ b/libasm/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in
##
-## Copyright (C) 2002, 2004, 2005, 2006, 2008 Red Hat, Inc.
+## Copyright (C) 2002, 2004, 2005, 2006, 2008, 2009 Red Hat, Inc.
## This file is part of Red Hat elfutils.
##
## Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -66,7 +66,7 @@ libasm_pic_a_SOURCES =
am_libasm_pic_a_OBJECTS = $(libasm_a_SOURCES:.c=.os)
libasm_so_LDLIBS =
-if USE_TLS
+if USE_LOCKS
libasm_so_LDLIBS += -lpthread
endif