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 | 16511bf9c6ba0a14a2d3e22d4a05a510250b06f1 (patch) | |
tree | 571c8f02ba23b0b3c462934988154fbf05cca447 | |
parent | 58cda4362e8c3102efaf866f6a362c72b42a47d2 (diff) | |
download | ATCD-16511bf9c6ba0a14a2d3e22d4a05a510250b06f1.tar.gz |
use static_libs_only build option
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_g++.GNU | 7 | ||||
-rw-r--r-- | include/makeinclude/platform_vxworks5.x_ghs.GNU | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU index 161eeaa940f..a21899a658a 100644 --- a/include/makeinclude/platform_vxworks5.x_g++.GNU +++ b/include/makeinclude/platform_vxworks5.x_g++.GNU @@ -62,12 +62,7 @@ RANLIB = /bin/true PRELINK = nm$(TOOLENV) .obj/$@.o $(ACE_ROOT)/ace/libACE.a | munch | egrep -v '\.cpp' > __ctordtor.c; $(COMPILE.c) -traditional -o .obj/__ctordtor.o __ctordtor.c; /bin/rm __ctordtor.c; #### don't build shared objects: -BUILD = $(VOBJS) $(VLIB) $(VBIN) -OBJDIRS = .obj -SHLIB = -SHOBJ = $(addsuffix .o,$(FILES)) -SOEXT = o -VSHDIR = .obj/ +static_libs_only = 1 #### ld can't handle INCLDIRS, so override LINK definitions. LINK.c = override 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 |