diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-27 12:58:53 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-27 12:58:53 +0000 |
commit | c74de30346df662b2cd1a975021a5be80e3a482a (patch) | |
tree | 9c1453e509ced266348d6b6ba320f2ae79eb8a42 /include/makeinclude/platform_lynxos.GNU | |
parent | a71412438c7399c59401d574c1b2126fd7ce3fb8 (diff) | |
download | ATCD-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.GNU | 3 |
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++ |