summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_lynxos.GNU
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-09-16 08:32:22 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-09-16 08:32:22 +0000
commitf25b0aff73ca93e07964f4ccdef43e9ed14f5e6e (patch)
tree58dfe3275456734c9db3ab134f520e41ccf4be2e /ACE/include/makeinclude/platform_lynxos.GNU
parente7298fa0fceb242a3d97263a9da7becbd293727c (diff)
downloadATCD-f25b0aff73ca93e07964f4ccdef43e9ed14f5e6e.tar.gz
ChangeLogTag: Tue Sep 16 08:32:00 UTC 2008 Simon Massey <sma@prismtech.com>
Diffstat (limited to 'ACE/include/makeinclude/platform_lynxos.GNU')
-rw-r--r--ACE/include/makeinclude/platform_lynxos.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_lynxos.GNU b/ACE/include/makeinclude/platform_lynxos.GNU
index 7f83642b5d2..ebe2f4b5008 100644
--- a/ACE/include/makeinclude/platform_lynxos.GNU
+++ b/ACE/include/makeinclude/platform_lynxos.GNU
@@ -108,6 +108,10 @@ else
LIBS += -lnetinet -lnsl
endif
+ifeq (5.0.0,$(VERSION))
+ LIBS += -lbsd
+endif
+
CC = gcc
CXX = g++
PIC = -fPIC