summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_linux.GNU
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-03-02 12:45:06 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-03-02 12:45:06 +0000
commit75df86dda55682ddb4c4e27065a5627b6958f5e6 (patch)
treebd71b15e825366e9d6f8a58f3be82668be0d8a0e /ACE/include/makeinclude/platform_linux.GNU
parent92e6e39bae887a4589009b05f83dda68ce9aca79 (diff)
downloadATCD-75df86dda55682ddb4c4e27065a5627b6958f5e6.tar.gz
ChangeLogTag: Wed Mar 2 12:42:58 UTC 2011 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/include/makeinclude/platform_linux.GNU')
-rw-r--r--ACE/include/makeinclude/platform_linux.GNU4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/include/makeinclude/platform_linux.GNU b/ACE/include/makeinclude/platform_linux.GNU
index 91d152bd945..7d7091920d2 100644
--- a/ACE/include/makeinclude/platform_linux.GNU
+++ b/ACE/include/makeinclude/platform_linux.GNU
@@ -60,11 +60,9 @@ LD = $(CXX)
LIBS += -ldl
ifeq ($(threads),1)
- CPPFLAGS += $(PLATFORM_AIO_SUPPORT)
FLAGS_C_CC += -pthread
SOFLAGS += -pthread
- # look for the rt library in the usual places
- LIBS += $(shell test "`ls -L /usr/lib*/librt.so* /lib*/librt.so*`" && echo -lrt)
+ LIBS += -lrt
endif
ifeq ($(optimize),1)