summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_lynxos.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-27 12:58:53 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-27 12:58:53 +0000
commitc74de30346df662b2cd1a975021a5be80e3a482a (patch)
tree9c1453e509ced266348d6b6ba320f2ae79eb8a42 /include/makeinclude/platform_lynxos.GNU
parenta71412438c7399c59401d574c1b2126fd7ce3fb8 (diff)
downloadATCD-c74de30346df662b2cd1a975021a5be80e3a482a.tar.gz
default to building shared libs only, except on Chorus, LynxOS, and VxWorks
Diffstat (limited to 'include/makeinclude/platform_lynxos.GNU')
-rw-r--r--include/makeinclude/platform_lynxos.GNU3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU
index 7c0953501a7..a59d8423a12 100644
--- a/include/makeinclude/platform_lynxos.GNU
+++ b/include/makeinclude/platform_lynxos.GNU
@@ -2,7 +2,8 @@
# LynxOS with g++
debug = 1
-static_libs_only = 1
+shared_libs =
+static_libs = 1
CC = gcc
CXX = g++