diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 14:27:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 14:27:06 +0000 |
commit | 57788da84d6af4b2e669c78f23e633a5a99346fa (patch) | |
tree | 571c8f02ba23b0b3c462934988154fbf05cca447 /include/makeinclude/platform_vxworks5.x_ghs.GNU | |
parent | dcd495888f6dc7bbcde018aa5eecb24e1dfb3313 (diff) | |
download | ATCD-57788da84d6af4b2e669c78f23e633a5a99346fa.tar.gz |
use static_libs_only build option
Diffstat (limited to 'include/makeinclude/platform_vxworks5.x_ghs.GNU')
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_ghs.GNU | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU index 07056328188..6b892bf5add 100644 --- a/include/makeinclude/platform_vxworks5.x_ghs.GNU +++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU @@ -17,9 +17,4 @@ ARFLAGS = rv RANLIB = /bin/true #### don't build shared objects: -BUILD = $(VOBJS) $(VLIB) $(VBIN) -OBJDIRS = .obj -SHLIB = -SHOBJ = $(addsuffix .o,$(FILES)) -SOEXT = o -VSHDIR = .obj/ +static_libs_only = 1 |